Team:Grenoble/Projet/Design/toggle

From 2011.igem.org

(Difference between revisions)
 
(6 intermediate revisions not shown)
Line 22: Line 22:
<div class="blocbackground">
<div class="blocbackground">
-
<h2>The Toggle Switch</h2>
+
<h1>The Toggle Switch</h1>
<table class="nobordure">
<table class="nobordure">
<tr>
<tr>
<td>
<td>
-
<a href="https://static.igem.org/mediawiki/2011/a/a3/Toggle_Switch.png"><img src="https://static.igem.org/mediawiki/2011/a/a3/Toggle_Switch.png"  width="300px"></a>
+
<a href="http://2011..org/wiki/images/a/a3/Toggle_Switch.png"><img src="https://static.igem.org/mediawiki/2011/a/a3/Toggle_Switch.png"  width="300px"></a>
</td>
</td>
<td>
<td>
Line 59: Line 59:
<tr>
<tr>
<td>
<td>
-
<a href="https://static.igem.org/mediawiki/2011/2/24/Toggle_Switch_predominance2.png"><img src="https://static.igem.org/mediawiki/2011/2/24/Toggle_Switch_predominance2.png"  width="350px"></a>
+
<a href="https://static.igem.org/mediawiki/2011/d/d9/Toggle_Switch_predominance2_bis.png"><img src="https://static.igem.org/mediawiki/2011/d/d9/Toggle_Switch_predominance2_bis.png"  width="350px"></a>
</td>
</td>
<td>
<td>
Line 68: Line 68:
</tr>
</tr>
</table>
</table>
 +
 +
<p>
 +
This toggle switch is one of <a href="https://2011.igem.org/Team:Grenoble/Projet/Modelling/Deterministic#Our_EquationsTS">our module of modelling</a>. The simulation obtained with this model are compared to the
 +
experiment <a href="https://2011.igem.org/Team:Grenoble/Projet/Results/Toggle">here</a>.
 +
</p>
</div>
</div>
Line 75: Line 80:
</div>
</div>
 +
<center>
 +
<form method="get" >
 +
  <input type="button" value="< PREVIOUS <" onclick="document.location = '/Team:Grenoble/Projet/Design';" />
 +
  <select name="id" onchange="document.location = '/Team:Grenoble/Projet' + this.options[this.selectedIndex].value ;">
 +
 +
    <optgroup label="Genetic network Homepage">
 +
   
 +
    <option value="#Content">General network</option>
 +
 +
    </optgroup>
 +
 +
 +
    <optgroup label="Toggle Switch" >
 +
                               
 +
                                    <option value="/Design/toggle" selected="selected">The Toggle Switch</option>
 +
 +
                            </optgroup>
 +
                       
 +
                       
 +
                            <optgroup label="Quorum Sensing">
 +
                               
 +
                                    <option value="/Design/quorum">The Quorum Sensing</option>
 +
                               
 +
                                    <option value="/Design/quorum#coloration">The Coloration</option>
 +
                               
 +
 +
                            </optgroup>
 +
 +
                            <optgroup label="Post Transcriptional Regulation">
 +
                           
 +
    <option value="/regulation">A Post-Transcriptional Regulation System</option>
 +
    <option value="/regulation#rsma">The RsmA Translational Regulation System</option>
 +
    <option value="/regulation#rpos">The rpoS regulation system</option>
 +
 +
    </optgroup>
 +
   
 +
   
 +
                    </select>
 +
                    <input type="hidden" name="id2" value="0" />
 +
                    <input type="submit" value="Go!" />
 +
  <input type="button" value="> NEXT >" onclick="document.location = '/Team:Grenoble/Projet/Design/quorum';" />
 +
               
 +
            </form></center>
</html>
</html>
{{:Team:Grenoble/Design/pied}}
{{:Team:Grenoble/Design/pied}}

Latest revision as of 00:37, 29 October 2011

Grenoble 2011, Mercuro-Coli iGEM


The Toggle Switch

The Toggle Switch allows our bacterial strain to switch between one of the two different behaviors (Receiver or Sender) depending on the predominant concentration in the external medium: IPTG or Hg.

We take into account two proteins repressing (LacI/MerR) each other's expression (pLac/pMerT). We create the fundaments of a toggle system that can switch when using two inducers in the medium: IPTG and Hg.

Initially, both genes, MerR and LacI, are expressed repressing each other promoters: pLac and pMerT.

On the plate where Hg concentration is the uppermost, this inducer will remove the repression exerted on pMerT promoter. So, the LacI proteins will be expressed and by repressing the promoter pLac, LacI proteins are shutting down the other pathway of the toggle.

Inversely, where IPTG concentration is the uppermost, the other pathway will be activated.

This toggle switch is one of our module of modelling. The simulation obtained with this model are compared to the experiment here.