Team:TUDelft/Modeling Cascade

From 2009.igem.org

(Difference between revisions)
(Sensitivity)
(Sensitivity)
Line 58: Line 58:
| <b>Parameter</b> || Description || <b>Normalized Sensitivity</b>
| <b>Parameter</b> || Description || <b>Normalized Sensitivity</b>
|- align="left"
|- align="left"
-
| a<sub>pLac</sub> || leakage of pLac || 0.00
+
| a<sub>pLac</sub> || transcription leakage of pLac || 0.00
|- align="left"
|- align="left"
-
| a<sub>pTet</sub> || leakage of pTet || 0.12
+
| a<sub>pTet</sub> || transcription leakage of pTet || 0.12
|- align="left"
|- align="left"
-
| a<sub>&lambda;p</sub> || leakage of &lambda;p || 4.04
+
| a<sub>&lambda;p</sub> || transcription leakage of &lambda;p || 4.04
|- align="left"
|- align="left"
| c<sub>pLac</sub> || pLac promoter strength || 0.22
| c<sub>pLac</sub> || pLac promoter strength || 0.22
Line 70: Line 70:
| c<sub>&lambda;p</sub> || &lambda;p promoter strength || 0.42
| c<sub>&lambda;p</sub> || &lambda;p promoter strength || 0.42
|- align="left"
|- align="left"
-
| &alpha;<sub>1</sub> || TetR transcription rate (RBS strength) || 0.14
+
| &alpha;<sub>1</sub> || TetR translation rate (RBS strength) || 0.14
|- align="left"
|- align="left"
-
| &alpha;<sub>2</sub> || CI transcription rate (RBS strength) || 1.06
+
| &alpha;<sub>2</sub> || CI translation rate (RBS strength) || 1.06
|- align="left"
|- align="left"
|}
|}

Revision as of 23:37, 17 October 2009

Modeling the Transcriptional Cascade

The modeling of the transcriptional cascade had several objectives:

  • to provide the delay team with design guidelines which would maximize the delay time
  • to asses the affect of parameter variation on the delay time
  • to determine areas of instability in the parameter space

A schematic of the system to be modeled can be seen below. A full description of the Transcriptional Cascade can be found here.

Transcriptional cascade assembly and overview


ODEs

The kinetic equations were written out in a Matlab script. A total of ten equations were used: one for the diffusion of IPTG into the cell, one for the binding of IPTG to LacI, as well as four transcription equations, and four translation equations for the various levels of the cascade.

TUD eq cas.png

The notation in this system of equations can be seen in the table below:

Symbol Definition
kIPTGin, kIPTGout rate constants
k50IPTG, k50LacI, k50TetR, k50CI dissociation constants
dmRNA mRNA degradation rate
dTetR, dCI, dRFP, dGFP protein degradation rates
apLac, apTet, aλp transcription leakage (%)
cpLac, cpTet, cλp maximum transcription rates
α1, α2, α3, α4 translation rates
nIPTG, nLacI, nTetR, nCI Hill coefficients
[X]mRNA concentration of X mRNA

The solution with the default parameters of the system of ODEs can be seen below:

TUD ODE default solution.png

A function was written to determine the point at which the concentration of the final product reached a certain threshold. A threshold of 1E-8 M was used in our simulations, which corresponds to less than a dozen molecules within a cell given a cell volume of around 1E-15 L.

Sensitivity

Parameter Description Normalized Sensitivity
apLac transcription leakage of pLac 0.00
apTet transcription leakage of pTet 0.12
aλp transcription leakage of λp 4.04
cpLac pLac promoter strength 0.22
cpTet pTet promoter strength 0.36
cλp λp promoter strength 0.42
α1 TetR translation rate (RBS strength) 0.14
α2 CI translation rate (RBS strength) 1.06

Parameter Sweeps

In the following plots the delay time of the cascade is shown as a function of two different parameters. A delay time off 500 is used to represent an infinite delay (maroon colour). The delay is considered to be over once the concentration of the final product (in this case GFP) goes above 10nM.

Stability

Jacobian

Design Recommendations

Based on the results of the simulations, a series of recommendations were given to the delay team to aid them in choosing parts which would maximize the delay time.

  1. Significant transcription leakages greatly shorten the delay time. Attempt to minimize leakages. Leakage of λp is a far bigger problem than pTet leakage.
  2. Use a weak promoter and a weak RBS on the last stage (λp) of the cascade.
  3. A weak pLac promoters is favorable.
  4. A strong pTet promoter is favorable.
  5. A strong RBS on CI gene is favorable.
  6. A weak RBS on TetR gene is favorable.
  7. A weak RBS on the endonuclease is favorable although a strong RBS can be used for the GFP gene.
  8. When choosing RBS and promoter strengths avoid the red areas on the stability plots.