Team:Slovenia/ModelingPositiveFeedbackLoopSwitchCSim

From 2012.igem.org

(Difference between revisions)
(Created page with "<html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <style type="text/css"> #container {background:#fff; margin:0 auto 0px; padding:5px 0px 0px; width:960px;...")
Line 414: Line 414:
<td class="summary" style="font-size:110%;">
<td class="summary" style="font-size:110%;">
<p>
<p>
-
Stochastic simulation, in agreement with the deterministic analysis, proved that the positive feedback loop switch was more robust than the mutual repressor switch. It exhibited bistability without cooperativity (i.e. cooperativity equal to 1) even for leaky expression that caused the mutual repressor switch to lose bistable behavior. Higher cooperativity further increased the robustness and leaky expression tolerance, allowing for higher expression levels to be reached.
+
C#Sim model of the positive feedback loop switch, like other modeling approaches, showed that this switch was much more robust than the mutual repressor switch. The positive feedback loop switch would exhibit bistability even for low transcription factor exponent values, such as 1.1 - much lower than required for bistability of the mutual repressor switch. It again proved tolerant to leaky production of transcription factors and exhibited bistability even for low translation effectiveness (e.g. 25%).
 +
</p><p>
 +
Decreasing translation effectiveness required a relatively slight increase in transcription factor exponent values for bistability to occur.
</p>
</p>
</td>
</td>
Line 424: Line 426:
<h2><a name="model">The model</a></h2>
<h2><a name="model">The model</a></h2>
-
 
+
<p>
 +
The model was constructed in C# programming language by defining objects that represented the switch. See <a href="https://2012.igem.org/Team:Slovenia/SourceCode">source code</a> for complete implementation details. See <a href="https://2012.igem.org/Team:Slovenia/ModelingMethods#csim">modeling methods</a> for algorithm description.
 +
</p>
<h2><a name="results">Simulation results</a></h2>
<h2><a name="results">Simulation results</a></h2>
 +
<p>
 +
State-switching was achieved by introducing state-inducing signals for a certain duration of time. Each signal was modeled as a step function. Each binding site had a capacity equal to 10, to represent 10 binding site repeats. Active transcription rates (k) of all promoters were equal to 200 units. mRNA degradation percentage per simulation step was 0.25 and protein degradation percentage was 0.1.
 +
</p>
 +
 +
<p>
 +
Simulation results show reached protein levels (i.e. the amount of protein entities in the system) as a function of time.
 +
</p>
 +
 +
<p>
 +
In our first test, the following state-switching scenario was used:
 +
<ol>
 +
    <li>signal 2 was introduced at time = 0 to induce stable state 2 (high mCitrine) and removed at time = 100;</li>
 +
    <li>signal 1 was introduced at time = 200 to induce stable state 1 (high BFP) and removed at time = 300;</li>
 +
    <li>signal 2 was again introduced at time = 400 and removed at time = 500;</li>
 +
    <li>signal 1 was again introduced at time = 600 and removed at time = 700.</li>
 +
</ol>
 +
</p>
 +
 +
<p>
 +
Leaky expression (b) of each gene was equal to 15 units (compared to active transcription rate of 200, that means leaking of 7,5%).  Exponent values (m and n - see Modeling methods for description) were equal to 1.3. Translation effectiveness was 25%. While the mutual repressor switch didn't exhibit bistability for this parameter values, the positive feedback loop switch did, as shown in figure 1.
 +
</p>
 +
 +
<!-- figure 1 -->
 +
<table class="invisible" style="width:90%;">
 +
<tbody  class="invisible">
 +
<tr class="invisible">
 +
<td class="invisible">
 +
<img  class="invisible" src="https://static.igem.org/mediawiki/2012/a/a6/Svn12_PositiveFeedbackSwitch_CSIM_test1_mtl.png"/>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<table class="invisible" style="width:90%; text-align:center;">
 +
<tbody  class="invisible">
 +
<tr class="normal"><td class="invisible">
 +
<b>Figure 1. </b>The positive feedback loop switch transitioning between stable states for parameter values that did not result in bistability of the mutual repressor switch (here, transcription factor exponents were equal to 1.3 and leaky production rates were 15 units).
 +
</td></tr>
 +
</tbody>
 +
</table>
 +
<!-- end table-->
 +
 +
<p>
 +
For our next tests, the following state-switching scenario was used:
 +
<ul style="margin-left:30px;">
 +
    <li>signal 2 was introduced at time = 0 (with time here we mean simulation step number) to induce stable state 2 (high mCitrine) and removed at <br/>time = 100;</li>
 +
    <li>signal 1 was introduced at time = 400 to induce stable state 1 (high BFP) and removed at time = 500;</li>
 +
    <li>signal 2 was again introduced at time = 800 and removed at time = 900;</li>
 +
    <li>signal 1 was again introduced at time = 1200 and removed at time = 1300.</li>
 +
</ul>
 +
</p>
 +
 +
<p>
 +
Exponents were equal to 1.1. Leaky production rate of all proteins was again 15 units. Translation effectiveness was 90%. Bistability was exhibited, as shown in figure 2. Decreasing translation effectiveness required a slight increase in exponent values for bistability to occur. Figure 3 shows that bistability was exhibited fo exponent values of 1.3 when translation effectiveness was reduced to 40%. Figure 4 shows the switch exhibiting bistability for exponent values equal to 1.3 with leaky production rate equal to 15 units and translation effectiveness equal to 100%.
 +
</p>
 +
 +
 +
 +
<!-- figure 2 -->
 +
<table class="invisible" style="width:90%;">
 +
<tbody  class="invisible">
 +
<tr class="invisible">
 +
<td class="invisible">
 +
<img  class="invisible" src="https://static.igem.org/mediawiki/2012/f/f5/Svn12_PositiveFeedbackSwitch_CSIM_test2_mtl.png"/>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<table class="invisible" style="width:90%; text-align:center;">
 +
<tbody  class="invisible">
 +
<tr class="normal"><td class="invisible">
 +
<b>Figure 2.</b> The positive feedback loop switch exhibited bistability for exponent values of 1.1 when translation effectiveness was 90%, despite leaky protein production of 15 units for all genes.
 +
</td></tr>
 +
</tbody>
 +
</table>
 +
<!-- end table-->
 +
 +
 +
 +
 +
 +
<!-- figure 3 -->
 +
<table class="invisible" style="width:90%;">
 +
<tbody  class="invisible">
 +
<tr class="invisible">
 +
<td class="invisible">
 +
<img  class="invisible" src="https://static.igem.org/mediawiki/2012/5/58/Svn12_PositiveFeedbackSwitch_CSIM_test3_mtl.png"/>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<table class="invisible" style="width:90%; text-align:center;">
 +
<tbody  class="invisible">
 +
<tr class="normal"><td class="invisible">
 +
<b>Figure 3.</b> The positive feedback loop switch exhibited bistability for exponent values of 1.3 when translation effectiveness was 40%.
 +
</td></tr>
 +
</tbody>
 +
</table>
 +
<!-- end table-->
 +
 +
 +
<!-- figure 4 -->
 +
<table class="invisible" style="width:90%;">
 +
<tbody  class="invisible">
 +
<tr class="invisible">
 +
<td class="invisible">
 +
<img  class="invisible" src="https://static.igem.org/mediawiki/2012/8/88/Svn12_PositiveFeedbackSwitch_CSIM_test4_mtl.png"/>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<table class="invisible" style="width:90%; text-align:center;">
 +
<tbody  class="invisible">
 +
<tr class="normal"><td class="invisible">
 +
<b>Figure 4.</b> The positive feedback loop switch exhibiting bistability for translation effectiveness of 100%.
 +
</td></tr>
 +
</tbody>
 +
</table>
 +
<!-- end table-->

Revision as of 09:19, 26 September 2012


Modeling - positive feedback loop switch

  1. Deterministic model
  2. Stochastic model
  3. C#Sim model

C#Sim model of the positive feedback loop switch

C#Sim model of the positive feedback loop switch, like other modeling approaches, showed that this switch was much more robust than the mutual repressor switch. The positive feedback loop switch would exhibit bistability even for low transcription factor exponent values, such as 1.1 - much lower than required for bistability of the mutual repressor switch. It again proved tolerant to leaky production of transcription factors and exhibited bistability even for low translation effectiveness (e.g. 25%).

Decreasing translation effectiveness required a relatively slight increase in transcription factor exponent values for bistability to occur.

The model

The model was constructed in C# programming language by defining objects that represented the switch. See source code for complete implementation details. See modeling methods for algorithm description.

Simulation results

State-switching was achieved by introducing state-inducing signals for a certain duration of time. Each signal was modeled as a step function. Each binding site had a capacity equal to 10, to represent 10 binding site repeats. Active transcription rates (k) of all promoters were equal to 200 units. mRNA degradation percentage per simulation step was 0.25 and protein degradation percentage was 0.1.

Simulation results show reached protein levels (i.e. the amount of protein entities in the system) as a function of time.

In our first test, the following state-switching scenario was used:

  1. signal 2 was introduced at time = 0 to induce stable state 2 (high mCitrine) and removed at time = 100;
  2. signal 1 was introduced at time = 200 to induce stable state 1 (high BFP) and removed at time = 300;
  3. signal 2 was again introduced at time = 400 and removed at time = 500;
  4. signal 1 was again introduced at time = 600 and removed at time = 700.

Leaky expression (b) of each gene was equal to 15 units (compared to active transcription rate of 200, that means leaking of 7,5%). Exponent values (m and n - see Modeling methods for description) were equal to 1.3. Translation effectiveness was 25%. While the mutual repressor switch didn't exhibit bistability for this parameter values, the positive feedback loop switch did, as shown in figure 1.

For our next tests, the following state-switching scenario was used:

  • signal 2 was introduced at time = 0 (with time here we mean simulation step number) to induce stable state 2 (high mCitrine) and removed at
    time = 100;
  • signal 1 was introduced at time = 400 to induce stable state 1 (high BFP) and removed at time = 500;
  • signal 2 was again introduced at time = 800 and removed at time = 900;
  • signal 1 was again introduced at time = 1200 and removed at time = 1300.

Exponents were equal to 1.1. Leaky production rate of all proteins was again 15 units. Translation effectiveness was 90%. Bistability was exhibited, as shown in figure 2. Decreasing translation effectiveness required a slight increase in exponent values for bistability to occur. Figure 3 shows that bistability was exhibited fo exponent values of 1.3 when translation effectiveness was reduced to 40%. Figure 4 shows the switch exhibiting bistability for exponent values equal to 1.3 with leaky production rate equal to 15 units and translation effectiveness equal to 100%.


Next: Quantitative model >>