Team:UPO-Sevilla/Project/Basic Flip Flop/Modeling/Toggle Switch

From 2011.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
 +
 +
<script type="text/javascript">
 +
            ddmenuactual = 1;
 +
            $("#menuPBasic").addClass("TopMenuSelected");
 +
</script>
 +
         
                     <div id="principal">
                     <div id="principal">
                         <div class="main">
                         <div class="main">
Line 36: Line 42:
                             <div class="center">
                             <div class="center">
-
                               <img src="https://static.igem.org/mediawiki/2011/9/93/BB2_diagram.jpg" alt="Toggle Switch" />
+
                               <img src="https://static.igem.org/mediawiki/2011/0/0a/BB2_diagram.png" alt="Toggle Switch" />
                             </div>
                             </div>
<p>Then, the model is complemented with 3 new elements:</p>
<p>Then, the model is complemented with 3 new elements:</p>
<ul>
<ul>
-
<li><i>r1</i>: it represents the level of free repressor protein (may inhibit the transcription stage). <i>repressor1</i> does not have the same sense anymore, but now means the entire level of repressor, free or not.</li>
 
<li><i>IPTG</i>: it represents the level of IPTG specie.</li>
<li><i>IPTG</i>: it represents the level of IPTG specie.</li>
Line 58: Line 63:
<ul>
<ul>
<li><i>IPTG</i></li>
<li><i>IPTG</i></li>
-
<li><i>r1 (repressor1)</i></li>
+
<li><i>Repressor1</i></li>
</ul>
</ul>
Line 65: Line 70:
<ul>
<ul>
<li>Ki: Binding constant for IPTG to the repressor</li>
<li>Ki: Binding constant for IPTG to the repressor</li>
-
<li>K: Multimerization constant</li>
 
<li>η: Maximum number of bound IPTG molecule per repressor</li>
<li>η: Maximum number of bound IPTG molecule per repressor</li>
<li>ktemp: degradation constant due to the temperature effect</li>
<li>ktemp: degradation constant due to the temperature effect</li>
Line 74: Line 78:
<ul>
<ul>
<li>The thermosensitive protein reacts to a rise temperature disappearing faster.</li>
<li>The thermosensitive protein reacts to a rise temperature disappearing faster.</li>
-
<li>To model the IPTG induction, we use a simple expression for the ligand-binding. This expression is taken from the document ‘Design and Construction of synthetic gene regulatory network’ by Timothy S. Gardner. This formula assumes a new level to free repressor on the steady state, based on the whole repressor concentration.</li>
+
<li>To model the IPTG induction, we use a simple expression for the ligand-binding. This expression is taken from the document ‘Design and Construction of synthetic gene regulatory network’ by Timothy S. Gardner. This formula assumes an effect similar to a repression reaction. It modify the transcription rate law again.</li>
</ul>
</ul>
Line 91: Line 95:
<p><strong>IPTG Induction:</strong></p>
<p><strong>IPTG Induction:</strong></p>
-
<p><i>Repressor1 + IPTG &rarr; Repressor1_IPTG<sub>n</sub></i></p>
+
<p><i>RNAp + promoter1 + repressor1 + IPTG &rarr; + promoter1 + repressor1 + mRNA1 + IPTG<sub>n</sub></i></p>
-
Free repressor level:
+
Rate Law (transcription + repression + IPTG Induction):
                             <div class="center">
                             <div class="center">
-
                               <img src="https://static.igem.org/mediawiki/2011/f/f5/UPO-BBEq8.png" alt="Translation 1 Rate" />
+
                               <img src="https://static.igem.org/mediawiki/2011/c/c6/Eq8.PNG" alt="Translation 1 Rate" />
                             </div>
                             </div>
Line 104: Line 108:
-
<p>We add the previous equations to the basic bistable model of the previous section and we define 2 events in the simulation. These events are:</p>
+
<p>We add the previous equations to the basic bistable model of the previous section and we define 3 events in the simulation. These events are:</p>
<ul>
<ul>
-
<li>Time=40000, temp=1.  
+
<li>Time=0, temp=0    IPTG=2e3.
-
We increase the temperature, meaning that the thermosensitive proteins start to disappear.</li>
+
We start the simulation adding IPTG.</li>
-
<li>Time=80000, IPTG=2e5
+
<li>Time=70000, temp=1    IPTG=0.
-
We simulate the addition of IPTG to the system. </li>
+
We remove all the IPTG and simulate the increasing of temperature making the degradation sontant get higher following an exponential rate.</li>
 +
 
 +
<li>Time=140000, temp=0    IPTG=2e3.
 +
We add IPTG and decrease the temperature. </li>
</ul>
</ul>
Line 118: Line 125:
                             <div class="center">
                             <div class="center">
-
                               <img src="https://static.igem.org/mediawiki/2011/f/fa/Sim3.jpg" alt="Translation 1 Rate" />
+
                               <img src="https://static.igem.org/mediawiki/2011/f/f0/Sim_3.png" alt="Translation 1 Rate" />
                             </div>
                             </div>
-
<p>Although we only act at the described moments, at the beginning we have favored <i>repressor2</i> in the simulation.</p>
+
<p>We can see how the behavior of the system is the expected one. The result shows the difference between one induction and the other. The change due to the temperature is harder than the IPTG induction. That is why the IPTG must ligand to repressor1 and this reaction might be slower than the other which attacks to a sensible property of the protein.</p>
<p>You can download the full Simbiology model of the Toggle Switch here</p>
<p>You can download the full Simbiology model of the Toggle Switch here</p>
Line 130: Line 137:
                         </div>
                         </div>
                         <div class="left">
                         <div class="left">
-
                               </html>{{:Team:UPO-Sevilla/leftTemplateProject}}<html>
+
                               </html>{{:Team:UPO-Sevilla/leftTemplateProjectBasic}}<html>
 +
 
 +
                              <script type="text/javascript">
 +
                                          $("#menuVBMToggle").addClass("menuSelected");
 +
                              </script>
 +
 
                         </div>
                         </div>
</html>
</html>
{{:Team:UPO-Sevilla/footTemplate}}
{{:Team:UPO-Sevilla/footTemplate}}

Latest revision as of 11:07, 28 October 2011

Grey iGEM Logo UPO icon

Toggle Switch

Introduction

The next step in this point is to model the actuations that allow us to modify the state of the system, inducing a switch in the flip-flop.

These actuators are:

  • Using a thermosensitive repressor protein. By increasing the temperature of the bacteria, the protein is rapidly degraded, thus helping the change.
  • Adding IPTG. The IPTG molecules bind competitively to the other repressor. Therefore, the inhibition of the transcription by the repression is not permitted. The IPTG induction is achieved assuming a Hill kinetic for the ligand-binding.

Diagram

Toggle Switch

Then, the model is complemented with 3 new elements:

  • IPTG: it represents the level of IPTG specie.
  • Reaction from Repressor2: It represents the forced degradation of Repressor2 when we increase the temperature.

Equations

Before describing the equations of the modified model, the next list shows the new species, and parameters.

Species:

  • IPTG
  • Repressor1

Parameters:

  • Ki: Binding constant for IPTG to the repressor
  • η: Maximum number of bound IPTG molecule per repressor
  • ktemp: degradation constant due to the temperature effect

Also, some further assumptions are made:

  • The thermosensitive protein reacts to a rise temperature disappearing faster.
  • To model the IPTG induction, we use a simple expression for the ligand-binding. This expression is taken from the document ‘Design and Construction of synthetic gene regulatory network’ by Timothy S. Gardner. This formula assumes an effect similar to a repression reaction. It modify the transcription rate law again.

Then, the equations are:

Increase of temperature:

repressor2 → null

Translation 1 Rate

IPTG Induction:

RNAp + promoter1 + repressor1 + IPTG → + promoter1 + repressor1 + mRNA1 + IPTGn

Rate Law (transcription + repression + IPTG Induction):
Translation 1 Rate

Simulations

We add the previous equations to the basic bistable model of the previous section and we define 3 events in the simulation. These events are:

  • Time=0, temp=0 IPTG=2e3. We start the simulation adding IPTG.
  • Time=70000, temp=1 IPTG=0. We remove all the IPTG and simulate the increasing of temperature making the degradation sontant get higher following an exponential rate.
  • Time=140000, temp=0 IPTG=2e3. We add IPTG and decrease the temperature.

The results showed by using Matlab's Symbiology are:

Translation 1 Rate

We can see how the behavior of the system is the expected one. The result shows the difference between one induction and the other. The change due to the temperature is harder than the IPTG induction. That is why the IPTG must ligand to repressor1 and this reaction might be slower than the other which attacks to a sensible property of the protein.

You can download the full Simbiology model of the Toggle Switch here