Line 74: | Line 74: | ||
p.general { | p.general { | ||
− | |||
font-weight: 50; | font-weight: 50; | ||
color:#0A1E3F; | color:#0A1E3F; | ||
− | padding-left: | + | padding-left: 70px; |
− | padding-right: | + | padding-right: 70px; |
} | } | ||
p.topic { | p.topic { | ||
− | |||
font-weight: bold; | font-weight: bold; | ||
color:#0A1E3F; | color:#0A1E3F; | ||
− | padding-top: | + | padding-top: 150px; |
padding-bottom: 20px; | padding-bottom: 20px; | ||
} | } | ||
+ | |||
/* Clear the default wiki settings */ | /* Clear the default wiki settings */ | ||
Line 161: | Line 160: | ||
<div class="column full_size" > | <div class="column full_size" > | ||
− | <p class="topic" style="text-align:center;font-size:350%;font-family:serif"> | + | <p class="topic" style="text-align:center;font-size:350%;font-family:serif">Introduction</p> |
− | <p class="general" style=" | + | <p class="general" style="font-size:170%;font-family:serif;"> |
− | + | Biological synthesis and metabolic engineering have jointly emerged to provide an alternative to organic synthesis of drugs – given that most are derivatives of naturally found substances, meaning their synthetic pathway already exists in nature – and use of petroleum-derived fuels by offering a more sustainable and greener alternative for an energy source. For higher yield and lower cost, researchers have been optimising metabolic pathways by: </p> | |
+ | |||
+ | <div style="padding-left:130px;font-weight:50;color:#0A1E3F;font-family:serif;font-size:170%;"> | ||
+ | <ul> | ||
+ | <li>identifying the ideal environment for the organism</li> | ||
+ | <li>removing pathways that are unnecessary for the survival of the organism or the production of the product</li> | ||
+ | <li>removing negative feedback</li> | ||
+ | <li>codon optimisation</li> | ||
+ | <li>increasing expressivity by the choice of promoter and RBS</li> | ||
+ | <li>improving the methods for genetic modifications</li> | ||
+ | <li>determining the rate limiting step of a synthesis and testing homologues enzymes that have higher reaction rates.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <p class="general" style="font-size:170%;font-family:serif;"> | ||
+ | Given the number of aspects that are taken into consideration, metabolic engineering is a strenuous and time-consuming procedure. One of the contributing reasons is that by today’s method all genetic modification are introduced separately into the system. Our project aims to address this issue by designing a genetic construct that would randomly introduce multiple homologues into a culture. This means if we have a 5-step synthetic pathway and each step is tested for 4 randomly-expressed enzyme homologues, a culture will contain 1024 varied combinations of the 5 enzymes and thus we will be able to detect which one is the optimal combination of enzyme homologues. | ||
+ | </p> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 15:02, 27 June 2017
Introduction
Biological synthesis and metabolic engineering have jointly emerged to provide an alternative to organic synthesis of drugs – given that most are derivatives of naturally found substances, meaning their synthetic pathway already exists in nature – and use of petroleum-derived fuels by offering a more sustainable and greener alternative for an energy source. For higher yield and lower cost, researchers have been optimising metabolic pathways by:
- identifying the ideal environment for the organism
- removing pathways that are unnecessary for the survival of the organism or the production of the product
- removing negative feedback
- codon optimisation
- increasing expressivity by the choice of promoter and RBS
- improving the methods for genetic modifications
- determining the rate limiting step of a synthesis and testing homologues enzymes that have higher reaction rates.
Given the number of aspects that are taken into consideration, metabolic engineering is a strenuous and time-consuming procedure. One of the contributing reasons is that by today’s method all genetic modification are introduced separately into the system. Our project aims to address this issue by designing a genetic construct that would randomly introduce multiple homologues into a culture. This means if we have a 5-step synthetic pathway and each step is tested for 4 randomly-expressed enzyme homologues, a culture will contain 1024 varied combinations of the 5 enzymes and thus we will be able to detect which one is the optimal combination of enzyme homologues.