Team:Yale/Project Overview

From 2013.igem.org

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 1: Line 1:
<div id="header">{{Template:Team:Yale2013/Templates/Header}}</div>
<div id="header">{{Template:Team:Yale2013/Templates/Header}}</div>
-
 
+
<!-- Project Submenu adapted from cssmenumaker -->
-
{| class = "bar" style="color:#3399CC;background-color:#737CA1;" cellpadding="2" cellspacing="1" border="1" bordercolor="#fff" width="75%" align="center"
+
<html>
-
!align="center" style="background-color:#FFFFFF;" cellpadding="0" cellspacing="0" border="0"|[[File:Arrow_flipped.jpg|50px]]
+
<style type = "text/css">
-
!align="center"|[[Team:Yale/Project_Overview|Project Overview]]
+
#cssmenu1 ul,
-
!align="center"|[[Team:Yale/Project_Validate|Validate PLA synthesis]]
+
#cssmenu1 li,
-
!align="center"|[[Team:Yale/Project_Bioassay|Develop bioassay]]
+
#cssmenu1 span,
-
!align="center"|[[Team:Yale/Project_MAGE|Apply MAGE]]
+
#cssmenu1 a {
-
!align="center"|[[Team:Yale/Project_Export|Introduce export system]]
+
  margin: 0;
-
!align="center"|[[Team:Yale/Project_Bioplastic|Make a bioplastic]]
+
  padding: 0;
-
!align="center" style="background-color:#FFFFFF;" cellpadding="0" cellspacing="0" border="0"|[[File:Arrow.jpg|50px]]
+
  position: relative;
-
|}
+
}
-
 
+
#cssmenu1 {
 +
  height: 39px;
 +
  border-radius: 0px 0px 4px 4px;
 +
  -moz-border-radius: 0px 0px 4px 4px;
 +
  -webkit-border-radius: 0px 0px 4px 4px;
 +
  background: #fefefe;
 +
  background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
 +
  background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
 +
  background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
 +
  background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
 +
  background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
 +
  border-bottom: 2px solid #5763f0;
 +
  width: auto;
 +
}
 +
#cssmenu1:after,
 +
#cssmenu1 ul:after {
 +
  content: '';
 +
  display: block;
 +
  clear: both;
 +
}
 +
#cssmenu1 a {
 +
  background: #fefefe;
 +
  background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
 +
  background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
 +
  background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
 +
  background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
 +
  background: linear-gradient(top, #fefefe 0%, #ececec 100%);
 +
  color: #000;
 +
  display: inline-block;
 +
  font-family: Helvetica, Arial, Verdana, sans-serif;
 +
  font-size: 12px;
 +
  line-height: 39px;
 +
  padding: 0 10px;
 +
  text-decoration: none;
 +
}
 +
#cssmenu1 ul {
 +
  list-style: none;
 +
}
 +
#cssmenu1 > ul {
 +
  float: left;
 +
}
 +
#cssmenu1 > ul > li {
 +
  float: left;
 +
}
 +
#cssmenu1 > ul > li > a {
 +
  color: #000;
 +
  font-size: 12px;
 +
}
 +
#cssmenu1 > ul > li:hover:after {
 +
  content: '';
 +
  display: block;
 +
  width: 0;
 +
  height: 0;
 +
  position: absolute;
 +
  left: 50%;
 +
  bottom: 0;
 +
  border-left: 10px solid transparent;
 +
  border-right: 10px solid transparent;
 +
  border-bottom: 10px solid #5763f0;
 +
  margin-left: -10px;
 +
}
 +
#cssmenu1 > ul > li:first-child > a {
 +
  border-radius: 0px 0px 4px 4px;
 +
  -moz-border-radius: 0px 0px 4px 4px;
 +
  -webkit-border-radius: 0px 0px 4px 4px;
 +
}
 +
#cssmenu1 > ul > li.active:after {
 +
  content: '';
 +
  display: block;
 +
  width: 0;
 +
  height: 0;
 +
  position: absolute;
 +
  left: 50%;
 +
  bottom: 0;
 +
  border-left: 10px solid transparent;
 +
  border-right: 10px solid transparent;
 +
  border-bottom: 10px solid #5763f0;
 +
  margin-left: -10px;
 +
}
 +
#cssmenu1 > ul > li.active > a {
 +
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
 +
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
 +
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
 +
  background: #ececec;
 +
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
 +
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
 +
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
 +
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
 +
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
 +
}
 +
#cssmenu1 > ul > li:hover > a {
 +
  background: #ececec;
 +
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
 +
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
 +
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
 +
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
 +
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
 +
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
 +
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
 +
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
 +
}
 +
#cssmenu1 .has-sub {
 +
  z-index: 1;
 +
}
 +
#cssmenu1 .has-sub:hover > ul {
 +
  display: block;
 +
}
 +
#cssmenu1 .has-sub ul {
 +
  display: none;
 +
  position: absolute;
 +
  width: 200px;
 +
  top: 100%;
 +
  left: 0;
 +
}
 +
#cssmenu1 .has-sub ul li {
 +
  *margin-bottom: -1px;
 +
}
 +
#cssmenu1 .has-sub ul li a {
 +
  background: #5763f0;
 +
  border-bottom: 1px dotted #868ef4;
 +
  filter: none;
 +
  font-size: 11px;
 +
  display: block;
 +
  line-height: 120%;
 +
  padding: 10px;
 +
  color: #ffffff;
 +
}
 +
#cssmenu1 .has-sub ul li:hover a {
 +
  background: #2838ec;
 +
}
 +
#cssmenu1 .has-sub .has-sub:hover > ul {
 +
  display: block;
 +
}
 +
#cssmenu1 .has-sub .has-sub ul {
 +
  display: none;
 +
  position: absolute;
 +
  left: 100%;
 +
  top: 0;
 +
}
 +
#cssmenu1 .has-sub .has-sub ul li a {
 +
  background: #2838ec;
 +
  border-bottom: 1px dotted #868ef4;
 +
}
 +
#cssmenu1 .has-sub .has-sub ul li a:hover {
 +
  background: #1525e6;
 +
}
 +
</style>
 +
<div id="cssmenu1" style="width:830px; margin:0 auto;">
 +
<ul>
 +
  <li class='active'><a href='https://2013.igem.org/Team:Yale/Project_Overview'><span>Project Overview</span></a></li>
 +
  <li><a href='https://2013.igem.org/Team:Yale/Project_Validate'><span>Validate PLA Synthesis</span></a></li>
 +
  <li><a href='https://2013.igem.org/Team:Yale/Project_Bioassay'><span>Develop Bioassay</span></a></li>
 +
  <li><a href='https://2013.igem.org/Team:Yale/Project_MAGE'><span>Apply Mage</span></a></li>
 +
  <li><a href='https://2013.igem.org/Team:Yale/Project_Export'><span>Introduce Export System</span></a></li>
 +
  <li><a href='https://2013.igem.org/Team:Yale/Project_Bioplastic'><span>Make a Bioplastic</span></a></li>
 +
<li class='last'><a href='https://2013.igem.org/Team:Yale/Project_Collaboration'><span>Collaboration</span></a></li>
 +
</ul>
 +
</div>
 +
</html>
==Project Overview==
==Project Overview==
-
 
+
<p style="text-align:justify; padding: 5px;">
We aim to develop a more efficient method for the biosynthesis of poly(lactic acid) from ''E. coli'' through the use of multiplex automated genome engineering. We hope this method will lower both the economic and environmental costs of synthesizing PLA in such a way as to revolutionize the biomaterials industry.
We aim to develop a more efficient method for the biosynthesis of poly(lactic acid) from ''E. coli'' through the use of multiplex automated genome engineering. We hope this method will lower both the economic and environmental costs of synthesizing PLA in such a way as to revolutionize the biomaterials industry.
-
 
+
</p>
===Background: Poly(lactic acid) and its biosynthesis===
===Background: Poly(lactic acid) and its biosynthesis===
 +
<p style="text-align:justify; padding: 5px;">
 +
Poly(lactic acid) (PLA) is a plastic that has become very attractive as of late due to various properties that make it an excellent biomaterial. It is biodegradable, having a typical lifetime of about 6 months to 2 years until microorganisms break it down into water and carbon dioxide. It is biocompatible, degrading throughout the entire plastic instead of starting with the outermost layer, allowing the body’s immune response to break down the pieces before it has the time to overreact and damage surrounding tissues. It is bioabsorbable, allowing it to be resorbed into the body for applications such as spinal implants, slowly transferring the load to the body and allowing the bone to heal in a physically supportive environment. Lastly, it is thermoplastic, allowing it to be extruded in filament form and reshaped, for use in a three-dimensional (3D) printer.</p><br>
-
Poly(lactic acid) (PLA) is a plastic that has become very attractive as of late due to various properties that make it an excellent biomaterial. It is biodegradable, having a typical lifetime of about 6 months to 2 years until microorganisms break it down into water and carbon dioxide. It is biocompatible, degrading throughout the entire plastic instead of starting with the outermost layer, allowing the body’s immune response to break down the pieces before it has the time to overreact and damage surrounding tissues. It is bioabsorbable, allowing it to be resorbed into the body for applications such as spinal implants, slowly transferring the load to the body and allowing the bone to heal in a physically supportive environment. Lastly, it is thermoplastic, allowing it to be extruded in filament form and reshaped, for use in a three-dimensional (3D) printer.<br>
+
<p style="text-align:justify; padding: 5px;">
-
<br>
+
Due to these properties, PLA is a popular material used in everything from making compostable cups to scaffolding for tissue engineering to 3D printing parts for a remote-control helicopter. Unfortunately, conventional methods of synthesizing PLA chemically are quite expensive: one gram of pure PLA costs around $90. Moreover, even though it is mostly manufactured from corn, the processing and purifying steps use many chemicals that are environmentally unfriendly. Even ignoring those steps, it takes about 2.65 kilograms of corn to make 1 kilogram of PLA; all that corn occupies a lot of land.</p>
-
 
+
<br><p style="text-align:justify; padding: 5px;">
-
Due to these properties, PLA is a popular material used in everything from making compostable cups to scaffolding for tissue engineering to 3D printing parts for a remote-control helicopter. Unfortunately, conventional methods of synthesizing PLA chemically are quite expensive: one gram of pure PLA costs around $90. Moreover, even though it is mostly manufactured from corn, the processing and purifying steps use many chemicals that are environmentally unfriendly. Even ignoring those steps, it takes about 2.65 kilograms of corn to make 1 kilogram of PLA; all that corn occupies a lot of land.<br>
+
These issues have led some groups to pursue biological methods of synthesizing PLA. One group that was successful in their efforts was a research group in Korea under Sang Yup Lee that published their findings in the ''Journal of Biotechnology and Bioengineering'' in 2009 (Yang et al.). They were able to synthesize PLA from a one-step fermentation process using a glycolic intermediate. They inserted two genes into the ''E. coli'' genome: a ''Clostridum propionicum'' propionate CoA transferase (denoted PctCp) and a ''Pseudomonas resinovorans'' polyhydroxyalkanoate synthase (denoted PhaClPre). Acetyl CoA normally enters the citric acid cycle of glycolysis, but they redirected some of it to produce PLA. The first gene, PctCp, allows the ''E. coli'' to produce (D)-lactyl-CoA from acetyl CoA. The second gene, PhaClPre, takes the monomer (D)-lactyl-CoA and creates the PLA homopolymer (see Figure 1). The research group added a plasmid containing both of these genes to the ''E. coli'' genome. They performed site-directed mutagenesis on the PhaClPre gene in order to alter the enzyme so that it would accept lactyl-CoA as a substrate. Also, they performed random mutagenesis by error-prone PCR in order to increase the activity of the PctCp gene. Both of these changes allowed them to increase yields of PLA (Yang et al.).</p>
-
<br>
+
-
These issues have led some groups to pursue biological methods of synthesizing PLA. One group that was successful in their efforts was a research group in Korea under Sang Yup Lee that published their findings in the ''Journal of Biotechnology and Bioengineering'' in 2009 (Yang et al.). They were able to synthesize PLA from a one-step fermentation process using a glycolic intermediate. They inserted two genes into the ''E. coli'' genome: a ''Clostridum propionicum'' propionate CoA transferase (denoted PctCp) and a ''Pseudomonas resinovorans'' polyhydroxyalkanoate synthase (denoted PhaClPre). Acetyl CoA normally enters the citric acid cycle of glycolysis, but they redirected some of it to produce PLA. The first gene, PctCp, allows the ''E. coli'' to produce (D)-lactyl-CoA from acetyl CoA. The second gene, PhaClPre, takes the monomer (D)-lactyl-CoA and creates the PLA homopolymer (see Figure 1). The research group added a plasmid containing both of these genes to the ''E. coli'' genome. They performed site-directed mutagenesis on the PhaClPre gene in order to alter the enzyme so that it would accept lactyl-CoA as a substrate. Also, they performed random mutagenesis by error-prone PCR in order to increase the activity of the PctCp gene. Both of these changes allowed them to increase yields of PLA (Yang et al.).<br>
+
<br>
<br>
<center>[[File:PLA pathway2.jpg]]</center><br>
<center>[[File:PLA pathway2.jpg]]</center><br>
<br>
<br>
-
 
+
<p style="text-align:justify; padding: 5px;">
-
A second paper published at the same time, in the same lab, discusses metabolic engineering of this genetically-engineered strain in order to increase yields of PLA. In the paper, the research group attempted to funnel resources in order to increase yields of PLA. The process of synthesizing the PLA begins with acetyl-CoA, an intermediate in the glycolysis, as mentioned above. They attempted to knock out any competing reactions, such as converting acetyl-CoA to ethanol, as well as preventing reactions that progressed in the opposite direction such as acetate to acetyl-CoA. Furthermore, they attempted to increase transcription of two essential genes in the pathway by replacing the wild type promoter with a more efficient promoter. In a third paper, they sought to increase the chain length of their product. After their efforts, they were able to produce the PLA homopolymer with an efficiency of 7.3 wt% (dry cell weight) (Yang et al. 2011). We believe that we could engineer a strain with a higher efficiency by utilizing multiplex automated genome engineering.<br>
+
A second paper published at the same time, in the same lab, discusses metabolic engineering of this genetically-engineered strain in order to increase yields of PLA. In the paper, the research group attempted to funnel resources in order to increase yields of PLA. The process of synthesizing the PLA begins with acetyl-CoA, an intermediate in the glycolysis, as mentioned above. They attempted to knock out any competing reactions, such as converting acetyl-CoA to ethanol, as well as preventing reactions that progressed in the opposite direction such as acetate to acetyl-CoA. Furthermore, they attempted to increase transcription of two essential genes in the pathway by replacing the wild type promoter with a more efficient promoter. In a third paper, they sought to increase the chain length of their product. After their efforts, they were able to produce the PLA homopolymer with an efficiency of 7.3 wt% (dry cell weight) (Yang et al. 2011). We believe that we could engineer a strain with a higher efficiency by utilizing multiplex automated genome engineering.</p><br>
-
<br>
+
-
 
+
===Background: Multiplex automated genome engineering (MAGE)===
===Background: Multiplex automated genome engineering (MAGE)===
Line 37: Line 197:
{|
{|
|-
|-
-
|Multiplex automated genome engineering (MAGE) is a newly-developed technology in small-scale genomic engineering. Genomic engineering allows for parallel, site-specific, effective modification of the DNA, as opposed to traditional genetic engineering techniques, which are slow and inefficient.
+
|style="text-align:justify; padding: 5px;"|Multiplex automated genome engineering (MAGE) is a newly-developed technology in small-scale genomic engineering. Genomic engineering allows for parallel, site-specific, effective modification of the DNA, as opposed to traditional genetic engineering techniques, which are slow and inefficient.
|style="padding-left: 20px; padding-right: 20px;"|[[File:Mage1.jpg|400px]]
|style="padding-left: 20px; padding-right: 20px;"|[[File:Mage1.jpg|400px]]
|}
|}
Line 43: Line 203:
|-
|-
|style="padding-left: 20px; padding-right: 20px;"|[[File:800px-Replication fork (2).png|300px]]
|style="padding-left: 20px; padding-right: 20px;"|[[File:800px-Replication fork (2).png|300px]]
-
|MAGE utilizes a specific strain of ''E. coli'' called EcNR2. This strain is special because it has the λ Red recombination proteins Exo, Beta, and Gam (Wang HH). The λ Red recombination proteins come from the lambda phage, a virus that infects ''E. coli''. The lambda phage naturally uses these proteins to integrate its DNA into the host ''E. coli'' genome. The λ Red beta protein is crucial because it mediates homologous recombination of exogenous single-stranded pieces of DNA. When using MAGE, the DNA strands are delivered into the cell by electroporation, and then the λ Red beta protein promotes annealing of the DNA fragment to the lagging strand of DNA of the replication fork.
+
|style="text-align:justify; padding: 5px;"|MAGE utilizes a specific strain of ''E. coli'' called EcNR2. This strain is special because it has the λ Red recombination proteins Exo, Beta, and Gam (Wang HH). The λ Red recombination proteins come from the lambda phage, a virus that infects ''E. coli''. The lambda phage naturally uses these proteins to integrate its DNA into the host ''E. coli'' genome. The λ Red beta protein is crucial because it mediates homologous recombination of exogenous single-stranded pieces of DNA. When using MAGE, the DNA strands are delivered into the cell by electroporation, and then the λ Red beta protein promotes annealing of the DNA fragment to the lagging strand of DNA of the replication fork.
|}
|}
{|
{|
|-
|-
-
|As opposed to the traditional technique for recombination, which requires much more homology in DNA fragments, the λ Red system allows short linear DNA with less homology to be incorporated into the DNA strand (Ellis et al.). It has been found that a 30-bp region of homology at either end of a sequence is sufficient to drive recombination of the entire strand.
+
|style="text-align:justify; padding: 5px;"|As opposed to the traditional technique for recombination, which requires much more homology in DNA fragments, the λ Red system allows short linear DNA with less homology to be incorporated into the DNA strand (Ellis et al.). It has been found that a 30-bp region of homology at either end of a sequence is sufficient to drive recombination of the entire strand.
|style="padding-left: 20px; padding-right: 20px;"|[[File:Mage4 (1).jpg]]
|style="padding-left: 20px; padding-right: 20px;"|[[File:Mage4 (1).jpg]]
|}
|}
-
In addition to having the λ Red recombination proteins, which incorporate the mismatch, this strain is mismatch-repair-gene deficient. This means that when mutations are introduced, the ''E. coli'' does not repair it, and thus the mutations are passed on to the daughter cells. This leads to a high efficiency – up to 30% – of mismatches being incorporated in the genome and passed on to offspring (Wang HH).
+
{|
-
The mutations come from short single-stranded DNA oligonucleotides that are added to the ''E. coli'' cells. The λ Red beta protein helps appeal the oligonucleotide to the lagging strand of the DNA during the replication fork. The oligonucleotides can introduce a mismatch, insertion, or deletion mutation into the genome.<br>
+
|-
-
<br>
+
|style="padding-left: 20px; padding-right: 20px;"|[[File:Mage2 (1).jpg]]
-
<center>Figure 5:</center><br>
+
|style="text-align:justify; padding: 5px;"|In addition to having the λ Red recombination proteins, which incorporate the mismatch, this strain is mismatch-repair-gene deficient. This means that when mutations are introduced, the ''E. coli'' does not repair it, and thus the mutations are passed on to the daughter cells. This leads to a high efficiency – up to 30% – of mismatches being incorporated in the genome and passed on to offspring (Wang HH). The mutations come from short single-stranded DNA oligonucleotides that are added to the ''E. coli'' cells. The λ Red beta protein helps appeal the oligonucleotide to the lagging strand of the DNA during the replication fork. The oligonucleotides can introduce a mismatch, insertion, or deletion mutation into the genome.
-
<center>[[File:Mage2 (1).jpg]]</center><br>
+
|}
-
<br>
+
 
 +
<p style="text-align:justify; padding: 5px;">
This process can be cycled in order to create an enormous amount of genetic diversity in a short amount of time. Using MAGE, one can simultaneously target many genetic locations to quickly optimize a pathway.  
This process can be cycled in order to create an enormous amount of genetic diversity in a short amount of time. Using MAGE, one can simultaneously target many genetic locations to quickly optimize a pathway.  
-
The first pathway MAGE was used to optimize was the 1-deocy-D-xyulose-t-phosphate pathway to create ioprenoid lycopene (Wang HH). Lycopene is an industrially important anti-cancer compound found in tomatoes (Bhuvaneswari and Nagini). In order to optimize the pathway, 24 genes were targeted for mutation. Twenty of the genes were reported to increase lycopene yield, and thus they were targeted to increase efficiency. Four were genes in competing pathways, which were knocked out by introducing nonsense mutations. There were 35 MAGE cycles run, which created as many as 15 billion genetic variants. Since lycopene is a red substance, the cells were screened for their red color and the reddest cells were selected. These cells had their genome sequenced and their biological fitness tested. In just three days, a five-fold increase in lycopene production was observed and the production of lycopene did not negatively affect the fitness of the ''E. coli'' (Wang HH).<br>
+
The first pathway MAGE was used to optimize was the 1-deocy-D-xyulose-t-phosphate pathway to create ioprenoid lycopene (Wang HH). Lycopene is an industrially important anti-cancer compound found in tomatoes (Bhuvaneswari and Nagini). In order to optimize the pathway, 24 genes were targeted for mutation. Twenty of the genes were reported to increase lycopene yield, and thus they were targeted to increase efficiency. Four were genes in competing pathways, which were knocked out by introducing nonsense mutations. There were 35 MAGE cycles run, which created as many as 15 billion genetic variants. Since lycopene is a red substance, the cells were screened for their red color and the reddest cells were selected. These cells had their genome sequenced and their biological fitness tested. In just three days, a five-fold increase in lycopene production was observed and the production of lycopene did not negatively affect the fitness of the ''E. coli'' (Wang HH).</p><br>
-
<br>
+
-
<center>Figure 6: This figure shows how to design a oligo depending on which strand and which replichore the gene is located. </center><br>
+
-
<center>[[File:Mage3.jpg]]</center>
+

Latest revision as of 00:27, 27 September 2013

Project Overview

We aim to develop a more efficient method for the biosynthesis of poly(lactic acid) from E. coli through the use of multiplex automated genome engineering. We hope this method will lower both the economic and environmental costs of synthesizing PLA in such a way as to revolutionize the biomaterials industry.

Background: Poly(lactic acid) and its biosynthesis

Poly(lactic acid) (PLA) is a plastic that has become very attractive as of late due to various properties that make it an excellent biomaterial. It is biodegradable, having a typical lifetime of about 6 months to 2 years until microorganisms break it down into water and carbon dioxide. It is biocompatible, degrading throughout the entire plastic instead of starting with the outermost layer, allowing the body’s immune response to break down the pieces before it has the time to overreact and damage surrounding tissues. It is bioabsorbable, allowing it to be resorbed into the body for applications such as spinal implants, slowly transferring the load to the body and allowing the bone to heal in a physically supportive environment. Lastly, it is thermoplastic, allowing it to be extruded in filament form and reshaped, for use in a three-dimensional (3D) printer.


Due to these properties, PLA is a popular material used in everything from making compostable cups to scaffolding for tissue engineering to 3D printing parts for a remote-control helicopter. Unfortunately, conventional methods of synthesizing PLA chemically are quite expensive: one gram of pure PLA costs around $90. Moreover, even though it is mostly manufactured from corn, the processing and purifying steps use many chemicals that are environmentally unfriendly. Even ignoring those steps, it takes about 2.65 kilograms of corn to make 1 kilogram of PLA; all that corn occupies a lot of land.


These issues have led some groups to pursue biological methods of synthesizing PLA. One group that was successful in their efforts was a research group in Korea under Sang Yup Lee that published their findings in the Journal of Biotechnology and Bioengineering in 2009 (Yang et al.). They were able to synthesize PLA from a one-step fermentation process using a glycolic intermediate. They inserted two genes into the E. coli genome: a Clostridum propionicum propionate CoA transferase (denoted PctCp) and a Pseudomonas resinovorans polyhydroxyalkanoate synthase (denoted PhaClPre). Acetyl CoA normally enters the citric acid cycle of glycolysis, but they redirected some of it to produce PLA. The first gene, PctCp, allows the E. coli to produce (D)-lactyl-CoA from acetyl CoA. The second gene, PhaClPre, takes the monomer (D)-lactyl-CoA and creates the PLA homopolymer (see Figure 1). The research group added a plasmid containing both of these genes to the E. coli genome. They performed site-directed mutagenesis on the PhaClPre gene in order to alter the enzyme so that it would accept lactyl-CoA as a substrate. Also, they performed random mutagenesis by error-prone PCR in order to increase the activity of the PctCp gene. Both of these changes allowed them to increase yields of PLA (Yang et al.).


PLA pathway2.jpg


A second paper published at the same time, in the same lab, discusses metabolic engineering of this genetically-engineered strain in order to increase yields of PLA. In the paper, the research group attempted to funnel resources in order to increase yields of PLA. The process of synthesizing the PLA begins with acetyl-CoA, an intermediate in the glycolysis, as mentioned above. They attempted to knock out any competing reactions, such as converting acetyl-CoA to ethanol, as well as preventing reactions that progressed in the opposite direction such as acetate to acetyl-CoA. Furthermore, they attempted to increase transcription of two essential genes in the pathway by replacing the wild type promoter with a more efficient promoter. In a third paper, they sought to increase the chain length of their product. After their efforts, they were able to produce the PLA homopolymer with an efficiency of 7.3 wt% (dry cell weight) (Yang et al. 2011). We believe that we could engineer a strain with a higher efficiency by utilizing multiplex automated genome engineering.


Background: Multiplex automated genome engineering (MAGE)

Multiplex automated genome engineering (MAGE) is a newly-developed technology in small-scale genomic engineering. Genomic engineering allows for parallel, site-specific, effective modification of the DNA, as opposed to traditional genetic engineering techniques, which are slow and inefficient. Mage1.jpg
800px-Replication fork (2).png MAGE utilizes a specific strain of E. coli called EcNR2. This strain is special because it has the λ Red recombination proteins Exo, Beta, and Gam (Wang HH). The λ Red recombination proteins come from the lambda phage, a virus that infects E. coli. The lambda phage naturally uses these proteins to integrate its DNA into the host E. coli genome. The λ Red beta protein is crucial because it mediates homologous recombination of exogenous single-stranded pieces of DNA. When using MAGE, the DNA strands are delivered into the cell by electroporation, and then the λ Red beta protein promotes annealing of the DNA fragment to the lagging strand of DNA of the replication fork.
As opposed to the traditional technique for recombination, which requires much more homology in DNA fragments, the λ Red system allows short linear DNA with less homology to be incorporated into the DNA strand (Ellis et al.). It has been found that a 30-bp region of homology at either end of a sequence is sufficient to drive recombination of the entire strand. Mage4 (1).jpg
Mage2 (1).jpg In addition to having the λ Red recombination proteins, which incorporate the mismatch, this strain is mismatch-repair-gene deficient. This means that when mutations are introduced, the E. coli does not repair it, and thus the mutations are passed on to the daughter cells. This leads to a high efficiency – up to 30% – of mismatches being incorporated in the genome and passed on to offspring (Wang HH). The mutations come from short single-stranded DNA oligonucleotides that are added to the E. coli cells. The λ Red beta protein helps appeal the oligonucleotide to the lagging strand of the DNA during the replication fork. The oligonucleotides can introduce a mismatch, insertion, or deletion mutation into the genome.

This process can be cycled in order to create an enormous amount of genetic diversity in a short amount of time. Using MAGE, one can simultaneously target many genetic locations to quickly optimize a pathway. The first pathway MAGE was used to optimize was the 1-deocy-D-xyulose-t-phosphate pathway to create ioprenoid lycopene (Wang HH). Lycopene is an industrially important anti-cancer compound found in tomatoes (Bhuvaneswari and Nagini). In order to optimize the pathway, 24 genes were targeted for mutation. Twenty of the genes were reported to increase lycopene yield, and thus they were targeted to increase efficiency. Four were genes in competing pathways, which were knocked out by introducing nonsense mutations. There were 35 MAGE cycles run, which created as many as 15 billion genetic variants. Since lycopene is a red substance, the cells were screened for their red color and the reddest cells were selected. These cells had their genome sequenced and their biological fitness tested. In just three days, a five-fold increase in lycopene production was observed and the production of lycopene did not negatively affect the fitness of the E. coli (Wang HH).