Team:ZJU-China/Modeling

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
<p class="cutline">&nbsp;</p>
<p class="cutline">&nbsp;</p>
<div class="zju_sec">
<div class="zju_sec">
-
    <!--Put content here -->
+
<h3>1. The Whole Genetic Pathways</h3>
-
    <p>hello!</p>
+
<p>ODE equations:</p>
 +
<p>Before recombination:</p>
 +
<table class="img" style="float:right;width:100%;text-align:center">
 +
<tr>
 +
    <td><img src="https://static.igem.org/mediawiki/2014/e/e9/ZJU_mol_f0.png" style="float:none" width="400px"/></td>
 +
</tr>
 +
<tr>
 +
    <td>Formular.1</td>
 +
</tr>
 +
</table>
-
<!--main content -->
+
<p>After combination, if combination succeeds.</p>
<table class="img" style="float:right;width:100%;text-align:center">
<table class="img" style="float:right;width:100%;text-align:center">
<tr>
<tr>
-
     <td><img src="https://static.igem.org/mediawiki/2014/8/85/ZJU_mol_formular1.png" style="float:none" width="400px"/></td>
+
    <td><img src="https://static.igem.org/mediawiki/2014/6/69/ZJU_mol_f1.png" style="float:none" width="400px"/></td>
 +
</tr>
 +
<tr>
 +
    <td>Formular.2</td>
 +
</tr>
 +
</table>
 +
<table class="img" style="float:right;width:100%;text-align:center">
 +
<tr>
 +
    <td><img src="https://static.igem.org/mediawiki/2014/f/fe/ZJU_mol_f2.png" style="float:none" width="400px"/></td>
 +
</tr>
 +
<tr>
 +
    <td>Formular.3</td>
 +
</tr>
 +
</table>
 +
 
 +
<p>After putting in Ara</p>
 +
<table class="img" style="float:right;width:100%;text-align:center">
 +
<tr>
 +
    <td><img src="https://static.igem.org/mediawiki/2014/c/c3/ZJU_mol_f3.png" style="float:none" width="400px"/></td>
 +
</tr>
 +
<tr>
 +
    <td>Formular.4</td>
 +
</tr>
 +
</table>
 +
 
 +
 
 +
<p>Formulary:</p>
 +
<p>Take GFP for example</p>
 +
<table>
 +
<tr><th>Name</th><th>decription</th></tr>
 +
<tr><td><em>m<sub>gfp</sub></em></td><td>The number of GFP mRNA
 +
</td></tr>
 +
<tr><td><em>p<sub>gfp</sub></em></td><td>The number of GFP protein
 +
</td></tr>
 +
<tr><td><em>N<sub>pla</sub></em></td><td>The number of plasmid
 +
</td></tr>
 +
<tr><td><em>&alpha;<sub>gfp</sub></em></td><td>The maximal transcription rate of GFP
 +
</td></tr>
 +
<tr><td><em>&alpha;<sub>0<sub>gfp</sub></sub></em></td><td>The leak of the promoter
 +
</td></tr>
 +
<tr><td><em>&alpha;<sub>m<sub>gfp</sub></sub></em></td><td>The degradation rate of mRNA
 +
</td></tr>
 +
<tr><td><em>&beta;<sub>m<sub>gfp</sub></sub></em></td><td>The translate rate of mRNA
 +
</td></tr>
 +
<tr><td><em>&beta;<sub>p<sub>gfp</sub></sub></em></td><td>The degradation rate of GFP protein
 +
</td></tr>
 +
</table>
 +
<h3>2. Recombination</h3>
 +
<p><b>description: </b></p>
 +
<p>In this part, what we want to do is to find out the probability of the recombination of gene of interest through simple molecular dynamics simulation. Although this simulation is quite simple, it <p>certainly can tell us something right in some aspects within a certain accuracy.</p>
 +
The most important things for simulation are initial conditions and boundary conditions. Next, I will describe the initial conditions and boundary conditions in detail.</p>
 +
<p><b>Initial conditions:</b> </p>
 +
What is initial condition? Simply, initial condition is the condition when your simulation starts. More simply, initial condition is that you know every molecular coordinate as well as velocity if needs.</p>
 +
<p><b>Boundary conditions:</b></p>
 +
<p>What is boundary condition? E coli has a boundary, when the molecule runs out of its boundary, we should adjust it back in the E coli. In this simulation, periodic boundary condition is used.
 +
Some basic biology facts and simulation parameter choice:</p><table class="img" style="float:right;width:100%;text-align:center">
 +
<tr>
 +
     <td><img src="https://static.igem.org/mediawiki/2014/8/8e/ZJU_mol_p1.png" style="float:none" width="600px"/></td>
 +
</tr>
 +
<tr>
 +
    <td><<b>Graph.1</b> E.coli cell</td>
 +
</tr>
 +
</table>
 +
<ol>
 +
<li>As shown above, the shape of E coli is similar to a cylinder. So in our simulation, we regard E coli as a cylinder whose radius is 0.5 , height is 2 . </li>
 +
2. By looking up some online information, we find the average velocity of protein in cells is about 10 , we estimate the average velocity of gene of interest fragment is the same order of magnitude of the protein for their mass is the same order of magnitude. </li>
 +
3. E coli replicate its chromosome in 40 minutes, the proceed rate of replication fork is about 10^5 bp/min. A fragment about 1kb needs 0.6s. </li>
 +
</ol>
 +
<h3>3. Bistable Switch</h3>
 +
<p>ODE equtions:</p>
 +
 
 +
 
 +
<table class="img" style="float:right;width:100%;text-align:center">
 +
<tr>
 +
    <td><img src="https://static.igem.org/mediawiki/2014/c/c2/ZJU_mol_f4.png" style="float:none" width="400px"/></td>
 +
</tr>
 +
<tr>
 +
    <td>Formular.5</td>
 +
</tr>
 +
</table>
 +
 
 +
<table class="img" style="float:right;width:100%;text-align:center">
 +
<tr>
 +
    <td><img src="https://static.igem.org/mediawiki/2014/d/d7/ZJU_mol_f5.png" style="float:none" width="400px"/></td>
</tr>
</tr>
<tr>
<tr>
Line 22: Line 114:
</tr>
</tr>
</table>
</table>
 +
 +
<p>Formulary:</p>
 +
<table>
 +
<tr><th>Name</th><th>decription</th></tr>
 +
<tr><td>[ ]</td><td>[ ] stands for the concentration
 +
</td></tr>
 +
<tr><td><em>k<sub>c</sub></em></td><td>Inversion rate constant
 +
</td></tr>
 +
<tr><td><em>k<sub>di</sub></em></td><td>dissociation equilibrium constant of int dimer-recombination site complex
 +
</td></tr>
 +
<tr><td><em>k<sub>i</sub></em></td><td>dissociation equilibrium constant of int-int dimer
 +
</td></tr>
 +
<tr><td><em>k<sub>dix</sub></em></td><td>dissociation equilibrium constant of int-xis dimer complex on a recombination site
 +
</td></tr>
 +
<tr><td><em>&alpha;<sub>set</sub></em></td><td>The transcription rate of input set
 +
</td></tr>
 +
<tr><td><em>&alpha;<sub>reset</sub></em></td><td>The transcription rate of input reset
 +
</td></tr>
 +
<tr><td><em>&alpha;<sub>I</sub></em></td><td>The maximal transcription rate of int
 +
</td></tr>
 +
<tr><td><em>&alpha;<sub>X</sub></em></td><td>The maximal transcription rate of xis
 +
</td></tr>
 +
<tr><td><em>&gamma;<sub>I</sub></em></td><td>The degradation rate of int
 +
</td></tr>
 +
<tr><td><em>&gamma;<sub>X</sub></em></td><td>The degradation rate of xis
 +
</td></tr>
 +
<tr><td><em>k<sub>d</sub></em></td><td>The dissociation equilibrium constant
 +
</td></tr></table>
</div>
</div>
</div>
</div>
</html>
</html>

Revision as of 21:12, 17 October 2014

 

1. The Whole Genetic Pathways

ODE equations:

Before recombination:

Formular.1

After combination, if combination succeeds.

Formular.2
Formular.3

After putting in Ara

Formular.4

Formulary:

Take GFP for example

Namedecription
mgfpThe number of GFP mRNA
pgfpThe number of GFP protein
NplaThe number of plasmid
αgfpThe maximal transcription rate of GFP
α0gfpThe leak of the promoter
αmgfpThe degradation rate of mRNA
βmgfpThe translate rate of mRNA
βpgfpThe degradation rate of GFP protein

2. Recombination

description:

In this part, what we want to do is to find out the probability of the recombination of gene of interest through simple molecular dynamics simulation. Although this simulation is quite simple, it

certainly can tell us something right in some aspects within a certain accuracy.

The most important things for simulation are initial conditions and boundary conditions. Next, I will describe the initial conditions and boundary conditions in detail.

Initial conditions:

What is initial condition? Simply, initial condition is the condition when your simulation starts. More simply, initial condition is that you know every molecular coordinate as well as velocity if needs.

Boundary conditions:

What is boundary condition? E coli has a boundary, when the molecule runs out of its boundary, we should adjust it back in the E coli. In this simulation, periodic boundary condition is used. Some basic biology facts and simulation parameter choice:

<Graph.1 E.coli cell
  1. As shown above, the shape of E coli is similar to a cylinder. So in our simulation, we regard E coli as a cylinder whose radius is 0.5 , height is 2 .
  2. 2. By looking up some online information, we find the average velocity of protein in cells is about 10 , we estimate the average velocity of gene of interest fragment is the same order of magnitude of the protein for their mass is the same order of magnitude. 3. E coli replicate its chromosome in 40 minutes, the proceed rate of replication fork is about 10^5 bp/min. A fragment about 1kb needs 0.6s.

3. Bistable Switch

ODE equtions:

Formular.5
Formular.1

Formulary:

Namedecription
[ ][ ] stands for the concentration
kcInversion rate constant
kdidissociation equilibrium constant of int dimer-recombination site complex
kidissociation equilibrium constant of int-int dimer
kdixdissociation equilibrium constant of int-xis dimer complex on a recombination site
αsetThe transcription rate of input set
αresetThe transcription rate of input reset
αIThe maximal transcription rate of int
αXThe maximal transcription rate of xis
γIThe degradation rate of int
γXThe degradation rate of xis
kdThe dissociation equilibrium constant