Team:Peking/Modeling/Ring/Simulation

From 2012.igem.org

(Difference between revisions)
Line 65: Line 65:
   </table>
   </table>
  </div>
  </div>
-
<p>
+
 
-
We specifically watched three expressions to understand the mechanism for <i>Luminesensor</i>.
+
 
-
</p>
+
-
<table style="width:600px;"><tr>
+
-
  <td style="text-align:center;">Expression</td>
+
-
  <td style="text-align:center;">Description</td>
+
-
  <td style="text-align:center;">Remark</td>
+
-
</tr><tr>
+
-
  <td style="text-align:center;">r<sub>b</sub> = 1 - [D<sub>L</sub>]/[D<sub>T</sub>]</td>
+
-
  <td style="font-size:14px;width:250px;padding:5px;">This indicates the repressing degree.</td>
+
-
  <td style="font-size:12px;width:200px;line-height:12px;">D<sub>T</sub> indicates the total specific binding sites, while the D<sub>L</sub> indicates the free ones among D<sub>T</sub>.</td>
+
-
</tr><tr>
+
-
  <td style="text-align:center;">r<sub>d</sub> = 2[L<sub>A</sub><sup>2</sup>X]/[L<sub>T</sub>]</td>
+
-
  <td style="font-size:14px;width:250px;padding:5px;">This indicates the dimerizing degree.</td>
+
-
  <td style="font-size:12px;width:200px;line-height:12px;">L<sub>T</sub> indicates the total <i>Luminesensor</i> molecules, and L<sub>A</sub><sup>2</sup>X indicates all dimered <i>Luminesensor</i> molecules, <i>i.e.</i> L<sub>A</sub><sup>2</sup> + L<sub>A</sub><sup>2</sup>D<sub>L</sub>.</td>
+
-
</tr><tr>
+
-
  <td style="text-align:center;">r<sub>a</sub> = <br /> (&#32;[L<sub>A</sub>X] + 2[L<sub>A</sub><sup>2</sup>X]&#32;)&#32;/[L<sub>T</sub>]</td>
+
-
  <td style="font-size:14px;width:250px;padding:5px;">This indicates the activating degree.</td>
+
-
  <td style="font-size:12px;width:200px;line-height:12px;">L<sub>A</sub>X indicates all monomer <i>Luminesensor</i> molecules, <i>i.e.</i> L<sub>A</sub> + L<sub>A</sub>D<sub>L</sub>.</td>
+
-
</tr></table>
+
  <p>
  <p>
The simulation result is shown below:
The simulation result is shown below:
Line 92: Line 74:
   <div>
   <div>
   <p class="description" style="text-align:center;">
   <p class="description" style="text-align:center;">
-
Figure 1. ODE Simulation Result of the prototype Luminesensor.
+
Figure 1. ODE Simulation in a plate of the ring-like pattern formation.
 +
  </p>
 +
  </div>
 +
  <img src="/wiki/images/b/bd/Band_Origin_2.png" alt="Simulation Result" style="width:600px;"/>
 +
  <div>
 +
  <p class="description" style="text-align:center;">
 +
Figure 2. ODE Simulation for the radial expression amplitude of the ring-like pattern formation.
   </p>
   </p>
   </div>
   </div>
Line 101: Line 89:
</div>
</div>
<div class="PKU_context floatR">
<div class="PKU_context floatR">
-
  <h3 id="title2">Stochastic Simulation</h3>
+
  <h3 id="title2">Parameter Analysis</h3>
  <p>
  <p>
In order to verify the robustness of <i>Luminesensor</i> function, we simulated this reaction network with a <!--<a href="/Team:Peking/Modeling/Appendix/Stochastic">-->stochastic model<!--</a>-->. By estimating the volume of a cell, we converted the concentration of a component into the number of molecules by 1 n mol/L : 1. The results are shown below:
In order to verify the robustness of <i>Luminesensor</i> function, we simulated this reaction network with a <!--<a href="/Team:Peking/Modeling/Appendix/Stochastic">-->stochastic model<!--</a>-->. By estimating the volume of a cell, we converted the concentration of a component into the number of molecules by 1 n mol/L : 1. The results are shown below:

Revision as of 02:46, 23 October 2012

ODE Model

According to the previous circuit and ODE model, we listed all the differential equations and simulated this system with MATLAB with equations listed as below:

Formulae


Formulae

And parameters as

ParameterValueUnitDescriptionSource
k13.x10-4s-1vivid decay rate constant
k25.6x10-5s-1vivid dissociation rate constant[3]
k38.x10-4s-1monomer LexA releasing rate constant from specific binding site
k41.x10-3s-1binded monomer LexA dissociation rate constant
k51.x10-4s-1dimered LexA releasing rate constant from specific binding site
K1(Dark)01equilibrium excitation constant on dark
K1(Light)1.x10+31equilibrium excitation constant on light
K27.7x10-5(n mol/L)-1vivid association equilibrium constant[1]
K31.x10-3(n mol/L)-1monomer LexA binding equilibrium constant with specific binding site[2]
K4K2xK5/K3(n mol/L)-1binded monomer LexA association equilibrium constantThermal Principle
K51.(n mol/L)-1dimered LexA binding equilibrium constant[2]
[LG]01000n mol/Linitial concentration of Luminesensor in ground state
[LA]00n mol/Linitial concentration of Luminesensor in active state
[LA2]00n mol/Linitial concentration of dimered Luminesensor
[DL]0100n mol/Linitial concentration of free specific binding site on DNAhigh-copy plasmid
[LGDL]00n mol/Linitial concentration of dimered Luminesensor binded Luminesensor in ground state
[LADL]00n mol/Linitial concentration of dimered Luminesensor binded Luminesensor in active state
[LA2DL]00n mol/Linitial concentration of binded and dimered Luminesensor

The simulation result is shown below:

Simulation Result

Figure 1. ODE Simulation in a plate of the ring-like pattern formation.

Simulation Result

Figure 2. ODE Simulation for the radial expression amplitude of the ring-like pattern formation.

From the Figure 1 above, we discovered that the activation and decay of Luminesensor are the key points of progress, and the activating rate is the most sensitive to light intensity. The promoter will be repressed even though the Luminesensor does not totally dimerized.

Parameter Analysis

In order to verify the robustness of Luminesensor function, we simulated this reaction network with a stochastic model. By estimating the volume of a cell, we converted the concentration of a component into the number of molecules by 1 n mol/L : 1. The results are shown below:

Simulation Result

Figure 2. Stochastic Simulation Result of Prototype Luminesensor.

According to Figure 2 above, noise does not influence this system. Thus the Luminesensor is expected to work theoretically. Besides, the average value of stochastic simulation is consistent with the result of ODE model, which in turn proves the self-consistency of our ODE model.

Simulation for GFP Expression
Regulated by the Luminesensor

In order to see whether our model is predictive for the downstream gene expression under control of the Luminesensor, transcription and translation process were incorporated into the modeling of DNA binding process. In addition, we considered the delay of translation initiation time and the growth of cell. The simulation below(Figure 3) represents the GFP expression regulated by the Luminesensor. After a long time in light condition, where GFP expression is inhibited, from t=0h, the cells are moved into dark and begin to express GFP. The GFP expression level varying with time was recorded in this simulation.

Simulation Result

Figure 3. ODE Simulation Result is correspond to the experiment data of GFP expression level according to time from, which suggests that our model is effective to present the experiment situation.

Reference

  • 1. Zoltowski, B.D., Crane, B.R.(2008). Light Activation of the LOV Protein Vivid Generates a Rapidly Exchanging Dimer. Biochemistry, 47: 7012: 7019
  • 2. Mohana-Borges, R., Pacheco, A.B., Sousa, F.J., Foguel, D., Almeida, D.F., and Silva, J.L. (2000). LexA repressor forms stable dimers in solution. The role of specific DNA in tightening protein-protein interactions. J. Biol. Chem., 275: 4708: 4712
  • 3. Zoltowski, B.D., Vaccaro, B., and Crane, B.R. (2009). Mechanism-based tuning of a LOV domain photoreceptor. Nat. Chem. Biol. 5: 827: 834
  • Totop Totop