Team:NTU-Taida/Modeling/Modified Simple Cell Model

From 2013.igem.org

(Difference between revisions)
(Modified Simple Cell Model)
(Modified Simple Cell Model)
Line 4: Line 4:
We referenced and modified the model made by 2007 imperial iGEM team to our needs. This model simulate basic behavior of single cell, and assumptions are as follows:
We referenced and modified the model made by 2007 imperial iGEM team to our needs. This model simulate basic behavior of single cell, and assumptions are as follows:
 +
<html>
 +
<ol>
 +
<li>All molecules, including proteins, protein complexes and small molecules are uniformly distributed in cell bodies.</li>
-
#All molecules, including proteins, protein complexes and small molecules are uniformly distributed in cell bodies.
+
<li>The diffusion rate constant k16 of AHL is determined only by the AHL gradient between cytoplasm (denoted as [AHL<sub>i</sub>]) and extracellular matrix (denoted as [AHL<sub>e</sub>]).</li>
-
#The diffusion rate constant k16 of AHL is determined only by the AHL gradient between cytoplasm (denoted as [AHL<sub>i</sub>]) and extracellular matrix (denoted as [AHL<sub>e</sub>]).
+
<li>Initial [AHL<sub>i</sub>]=0, and [AHL<sub>e</sub>]=constant.</li>
-
#Initial [AHL<sub>i</sub>]=0, and [AHL<sub>e</sub>]=constant.
+
<li>LuxR protein ([LuxR]) is produced either by housekeeping gene which is assumed to have a constant transcription rate k1, or by positive feedback system discussed in 7. LuxR degrades with constant k12.</li>
-
#LuxR protein ([LuxR]) is produced either by housekeeping gene which is assumed to have a constant transcription rate k1, or by positive feedback system discussed in 7. LuxR degrades with constant k12.
+
<li>AHL binds to LuxR protein, thus forming complex [C] at rate k5. The complex degrades into AHL and LuxR at rate k13.</li>
-
#AHL binds to LuxR protein, thus forming complex [C] at rate k5. The complex degrades into AHL and LuxR at rate k13.  
+
<li>The aforementioned complex dimerize into dimer [D] at rate k6, and the dimer dissociates and forms two complex at rate k14.</li>
-
#The aforementioned complex dimerize into dimer [D] at rate k6, and the dimer dissociates and forms two complex at rate k14.
+
<li>The complex binds to inducible promoter of LuxR and GFP ([GFP]), which has three characteristics:
-
 
+
-
#The complex binds to inducible promoter of LuxR and GFP ([GFP]), which has three characteristics:
+
-
<html>
+
<ul>
<ul>
<li>The promoter complies to Hill's equation with cooperativity 1.</li>
<li>The promoter complies to Hill's equation with cooperativity 1.</li>
Line 24: Line 24:
<li>Hill's dissociation constant is k3.</li>
<li>Hill's dissociation constant is k3.</li>
</ul>
</ul>
-
</html>
+
</li>
 +
<li>The degradation rate of GFP is k18.</li>
-
#The degradation rate of GFP is k18.  
+
<li>Translation and degradation rate of mRNA is k4 and k11, respectively.</li>
-
#Translation and degradation rate of mRNA is k4 and k11, respectively.
+
<li>Concentration of every species of molecules is adjusted for cell growth (dilution):
-
 
+
-
#Concentration of every species of molecules is adjusted for cell growth (dilution):
+
$$ dxdt=−k8∗x5k9+x5∗x $$
$$ dxdt=−k8∗x5k9+x5∗x $$
-
 
+
</li>
-
#Parameters concerning bacterial growth:
+
<li>Parameters concerning bacterial growth:
-
<html>
+
<ul>
<ul>
<li>k7  is growth yield of bacteria</li>
<li>k7  is growth yield of bacteria</li>
Line 44: Line 42:
<li>[N] is cell density</li>
<li>[N] is cell density</li>
</ul>
</ul>
-
</html>
+
</li>
 +
</ol>
$$ d[S]dt=−1k7⋅[N]⋅k8∗[S]k9+[S] $$
$$ d[S]dt=−1k7⋅[N]⋅k8∗[S]k9+[S] $$
$$ d[N]dt=[N]⋅k8∗[S]k9+[S]−k10∗[N] $$
$$ d[N]dt=[N]⋅k8∗[S]k9+[S]−k10∗[N] $$
-
Implementation
+
===Implementation===
We implement the model in MATLAB. Users can simulate this deterministic model many times with different rate constant (by specifying the standard derivation of constants).  
We implement the model in MATLAB. Users can simulate this deterministic model many times with different rate constant (by specifying the standard derivation of constants).  
{{:Team:NTU-Taida/Templates/ContentEnd}}{{:Team:NTU-Taida/Templates/Footer|ActiveNavbar=Modeling}}
{{:Team:NTU-Taida/Templates/ContentEnd}}{{:Team:NTU-Taida/Templates/Footer|ActiveNavbar=Modeling}}

Revision as of 17:31, 27 September 2013

Modified Simple Cell Model



Modified Simple Cell Model

We referenced and modified the model made by 2007 imperial iGEM team to our needs. This model simulate basic behavior of single cell, and assumptions are as follows:

  1. All molecules, including proteins, protein complexes and small molecules are uniformly distributed in cell bodies.
  2. The diffusion rate constant k16 of AHL is determined only by the AHL gradient between cytoplasm (denoted as [AHLi]) and extracellular matrix (denoted as [AHLe]).
  3. Initial [AHLi]=0, and [AHLe]=constant.
  4. LuxR protein ([LuxR]) is produced either by housekeeping gene which is assumed to have a constant transcription rate k1, or by positive feedback system discussed in 7. LuxR degrades with constant k12.
  5. AHL binds to LuxR protein, thus forming complex [C] at rate k5. The complex degrades into AHL and LuxR at rate k13.
  6. The aforementioned complex dimerize into dimer [D] at rate k6, and the dimer dissociates and forms two complex at rate k14.
  7. The complex binds to inducible promoter of LuxR and GFP ([GFP]), which has three characteristics:
    • The promoter complies to Hill's equation with cooperativity 1.
    • Maximum transcription rate of this promoter is k2.
    • Hill's dissociation constant is k3.
  8. The degradation rate of GFP is k18.
  9. Translation and degradation rate of mRNA is k4 and k11, respectively.
  10. Concentration of every species of molecules is adjusted for cell growth (dilution): $$ dxdt=−k8∗x5k9+x5∗x $$
  11. Parameters concerning bacterial growth:
    • k7 is growth yield of bacteria
    • k8 is maximum growth rate
    • k9 is half-saturation constant
    • k10 is bacterial death fraction per time
    • [S] is nutrient in medium
    • [N] is cell density
$$ d[S]dt=−1k7⋅[N]⋅k8∗[S]k9+[S] $$ $$ d[N]dt=[N]⋅k8∗[S]k9+[S]−k10∗[N] $$ ===Implementation=== We implement the model in MATLAB. Users can simulate this deterministic model many times with different rate constant (by specifying the standard derivation of constants). {{:Team:NTU-Taida/Templates/ContentEnd}}{{:Team:NTU-Taida/Templates/Footer|ActiveNavbar=Modeling}}