Team:Yale/Project MAGE

From 2013.igem.org

(Difference between revisions)
(Pathway Engineering)
Line 1: Line 1:
<div id="header">{{Template:Team:Yale2013/Templates/Header}}</div>
<div id="header">{{Template:Team:Yale2013/Templates/Header}}</div>
-
{| class = "bar" style="color:#3399CC;background-color:#737CA1;" cellpadding="2" cellspacing="1" border="1" bordercolor="#fff" width="75%" align="center"
+
<!-- Project Submenu adapted from cssmenumaker -->
-
!align="center" style="background-color:#FFFFFF;" cellpadding="0" cellspacing="0" border="0"|<html><a href="https://2013.igem.org/Team:Yale/Project_Bioassay"><img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTVb8adyUdr2p_7aBWNSMfB83hCbKIaQhdkJ_k21JZ4PXnle8w8" style="-moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); -ms-filter: fliph; /*IE*/ filter: fliph; /*IE*/" width="50" height="50" title="Previous: Develop bioassay" /></a></html>
+
<html>
-
!align="center"|[[Team:Yale/Project_Overview|Project Overview]]
+
<style type = "text/css">
-
!align="center"|[[Team:Yale/Project_Validate|Validate PLA synthesis]]
+
#cssmenu1 ul,
-
!align="center"|[[Team:Yale/Project_Bioassay|Develop bioassay]]
+
#cssmenu1 li,
-
!align="center"|[[Team:Yale/Project_MAGE|Apply MAGE]]
+
#cssmenu1 span,
-
!align="center"|[[Team:Yale/Project_Export|Introduce export system]]
+
#cssmenu1 a {
-
!align="center"|[[Team:Yale/Project_Bioplastic|Make a bioplastic]]
+
  margin: 0;
-
!align="center" style="background-color:#FFFFFF;" cellpadding="0" cellspacing="0" border="0"|<html><a href="https://2013.igem.org/Team:Yale/Project_Export"><img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTVb8adyUdr2p_7aBWNSMfB83hCbKIaQhdkJ_k21JZ4PXnle8w8" width="50" height="50" title="Next: Introduce export system" /></a></html>
+
  padding: 0;
-
|}
+
  position: relative;
-
 
+
}
-
 
+
#cssmenu1 {
-
== Aims for the Project ==
+
  height: 39px;
-
#'''Engineer strains of ''E. coli'' for PLA synthesis'''<br>
+
  border-radius: 0px 0px 4px 4px;
-
#'''Develop bioassay to screen PLA production'''<br>
+
  -moz-border-radius: 0px 0px 4px 4px;
-
#'''<span style="color:red">Apply MAGE to optimize PLA production, guided by FBA</span>'''<br>
+
  -webkit-border-radius: 0px 0px 4px 4px;
-
#'''Introduce type 1 secretion system to export and extract PLA'''<br>
+
  background: #fefefe;
-
#'''Make a bioplastic'''
+
  background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
-
<br>
+
  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:730px; margin:0 auto;">
 +
<ul>
 +
  <li><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 class='active'><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 class='last'><a href='https://2013.igem.org/Team:Yale/Project_Bioplastic'><span>Make a Bioplastic</span></a></li>
 +
</ul>
 +
</div>
 +
</html>
== MAGE Targets ==
== MAGE Targets ==

Revision as of 15:04, 23 September 2013

Contents

MAGE Targets

  • The first step in applying MAGE is finding MAGE targets. This involved reading numerous scientific papers to learn as much as possible about the heterologous enzymes, and the pathway that was being used to create the PLA

Enzyme Targets

  • Sadly there was no crystal structure of either enzyme we could use to locate the sites to introduce mutations
    • However, we used the literature available to locate spots where we would want to introduce mutations


Propionate CoA-transferase

  • According to Selmer et al. 2002, there is a catalytic glutamate found in all CoA-transferases
  • Using alignment tools along with the crystal structure of YdiF CoA transferase (That shares 45% sequence identity with the Propionate CoA-transferase) we were able to locate the catalytic glutamate in our enzyme
  • Also, we were able to locate the oxyanion hole of the enzyme
  • We also targeted the regions mentioned in the Lee papers
PCTmagetargets.jpg


P. resinovorans PHA synthases

  • From Yang et al. 2011 we knew there were 4 targets for mutation that affected the efficiency of this enzyme (E130, S325, S477, and Q481)
  • After some more reading we found three amino acids that were putative catalytic residues (C296, D451, and H479)
  • This gave the impression of one hotspot area (amino acids 477-481) so an oligo was designed to target the enzymes in between (AA478 and AA480)
PHAMAGE.JPG

Pathway Engineering

  • We wanted to divert resources toward our desired pathway
    • This mainly consisted of increasing the production of lactate
    • In order to better understand the pathway we were tampering with we created this metabolic engineering graphic (using the sources listed at the bottom of this page)

Metabolic Engineering Graphic.png

Enzyme KOs

  • This led us to find 8 targets for Knockouts (enzymes which would divert resources from our desired pathway)
    • These include adhE, ackA, pfl(A,B), frd(A,B,C,D, ppc, atoB, pta, eutD
    • Oligos were designed to introduce two nonsence mutation near the begining of these ezymes, so they would not be expressed
    • Using Flux Balance Anylysis (Instructions here) we were able to determine that none of these enzymes would cause a fitness hit except ppc
FBAKO.JPG




RBS Tuning

  • Using the pathway diagram shown above we found 20 enzymes that could be potential targets for mutation
    • Using the same approach taken in MAGE paper (Wang et al. 2009), we designed oligos that target the RBS of each enzyme, and made the oligos degenerate with the following sequence DDRRRRRDDDD (-4 through -14 positions from the start codon)
    • This would alter the RBS to adjust transcription and thus allow some cells to have higher expression and some cells have lower expression
    • Using FACS we would be able to sort through the cells and determine which cells have the highest PLA production
    • The figure shows how to design a oligo depending on which strand and which replichore the gene is located.
    • Here is a link to the 20 Enzymes targeted for RBS tuning
    • Here is a link to the sequences of the 28 Oligos for RBS tuning
Mage3.jpg



List of Papers:

Jacob et al. 1997
Matsuzaki et al. 1998
Sawers et al. 1998
Park et al. 2002
Selmer et al. 2002
Takase et al. 2002
Fong et al. 2005
Matsumoto et al. 2005
Rangarajan ES et al. 2005
Matsumoto et al. 2006
Jung et al. 2009
Matsumoto et al. 2009
Juang et al. 2010
Orth et al. 2010
Yang et al. 2011
Kandasamy et al. 2012
Yang et al. 2013