IGEM:IMPERIAL/2008/New/Genetic Circuit
From OpenWetWare
(→Modelling Constitutive Gene Expression) |
Current revision (12:13, 28 October 2008) (view source) |
||
| (23 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
{{Imperial/StartPage2}} | {{Imperial/StartPage2}} | ||
| - | |||
| - | + | {{Imperial/Box2|The Genetic Circuit| | |
| - | An accurate mathematical description of the genetic circuit is essential for projects involving synthetic biology. Such descriptions are an integral component of part submission to the Registry, as exemplified by the canonical characterisation of part F2620 | + | An accurate mathematical description of the genetic circuit is essential for projects involving synthetic biology. Such descriptions are an integral component of part submission to the Registry, as exemplified by the canonical characterisation of part F2620 <cite>#1</cite>. The ability to capture part behaviour as a mathematical relationship between input and output is useful for future re-use of the part and modification of integration into novel genetic circuits.}} |
| - | + | {{Imperial/Box1|Modelling Constitutive Gene Expression| | |
| - | + | ||
| - | + | ||
A simple [[Imperial_College/Courses/Spring2008/Synthetic_Biology/Computer_Modelling_Practicals/Practical_2 | synthesis-degradation model]] is assumed for the modelling of the expression of a protein under the control of a constitutive promoter, with the same model assumed for all four [[IGEM:IMPERIAL/2008/Prototype/Wetlab/test_constructs | promoter-RBS constructs]]. The synthesis-degradation model assumes a steady state level of mRNA. | A simple [[Imperial_College/Courses/Spring2008/Synthetic_Biology/Computer_Modelling_Practicals/Practical_2 | synthesis-degradation model]] is assumed for the modelling of the expression of a protein under the control of a constitutive promoter, with the same model assumed for all four [[IGEM:IMPERIAL/2008/Prototype/Wetlab/test_constructs | promoter-RBS constructs]]. The synthesis-degradation model assumes a steady state level of mRNA. | ||
| Line 19: | Line 17: | ||
[[Media:SimulationGfp.m|Simulation File]] | [[Media:SimulationGfp.m|Simulation File]] | ||
<br> | <br> | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | <math>\frac{d[protein]}{dt}=0 \Rightarrow [protein]_{steady-state}=\frac{k_1}{d_1}</math> | + | We can also solve this ODE analytically. |
| + | |||
| + | <math>[protein]=\frac{k_1}{d_1}(1-{e^{-d_1t }})</math> | ||
| + | |||
| + | |||
| + | Consider the steady-state behaviour of <math>[protein]</math>. | ||
| + | |||
| + | <math>\frac{d[protein]}{dt}=0 \Rightarrow [protein]_{steady-state}=\frac{k_1}{d_1}</math> | ||
| + | |||
| + | This relationship can be seen in the parameter scan graphs on the right. | ||
| + | |||
From the wetlab experiments it is likely that we will obtain steady-state data for each of the four promoter-RBS constructs. If we assume the same rate of degradation of GFP in each case, we can have some measure of the relative rate of transcription through each promoter which will help us with the selection of the most appropriate promoter to use for Phase 2. In order to obtain an absolute measure of transcription (as opposed to a relative measure of transcriptional strength) we require constitutive expression in terms of molecules per cell (as opposed to fluorescene in arbitrary units). | From the wetlab experiments it is likely that we will obtain steady-state data for each of the four promoter-RBS constructs. If we assume the same rate of degradation of GFP in each case, we can have some measure of the relative rate of transcription through each promoter which will help us with the selection of the most appropriate promoter to use for Phase 2. In order to obtain an absolute measure of transcription (as opposed to a relative measure of transcriptional strength) we require constitutive expression in terms of molecules per cell (as opposed to fluorescene in arbitrary units). | ||
<br> | <br> | ||
| Line 31: | Line 34: | ||
*In the case where <math>k_1 = 0</math>, no GFP is sythesised. | *In the case where <math>k_1 = 0</math>, no GFP is sythesised. | ||
*In the case where <math>d_1 = 0</math>, the concentration of protein does not reach a steady state. | *In the case where <math>d_1 = 0</math>, the concentration of protein does not reach a steady state. | ||
| + | |[[Image:Phase 1.PNG|thumb|300px|Constitutive expression of antibiotic resistance (AB) and GFP. GFP brick is part E0040, GFPmut3b. Terminator is part B0015, the double-stop.]] | ||
| - | ==Modelling Inducible Gene Expression | + | <gallery caption="Parameter Scan" align="right"> |
| + | Image:ParamterScanGFPk1.jpg|Parameter scan on <math>k_1</math> | ||
| + | Image:ParamterScanGFPd1.jpg|Parameter scan on <math>d_1</math> | ||
| + | </gallery>}} | ||
| + | |||
| + | {{Imperial/Box1|Modelling Inducible Gene Expression| | ||
[[Image:Phase 2-linduced.PNG|thumb|300px]] | [[Image:Phase 2-linduced.PNG|thumb|300px]] | ||
| Line 41: | Line 50: | ||
When the inducer is added it binds reversibly to the repressor. | When the inducer is added it binds reversibly to the repressor. | ||
| - | <math> R + I \ | + | <math> R + I \rightleftharpoons RI </math> |
Repressor only binds to the promoter when it is in its unbound form, hence transcription will be a function of free repressor concentration. | Repressor only binds to the promoter when it is in its unbound form, hence transcription will be a function of free repressor concentration. | ||
| Line 51: | Line 60: | ||
<math>\frac{d[protein]}{dt} = Transcription - d_2[protein]</math> | <math>\frac{d[protein]}{dt} = Transcription - d_2[protein]</math> | ||
| - | [[media:ConcentrationsODE.m| | + | The [[media:ConcentrationsODE.m|ODEs]] and [[media:SimulationconcentrationsODE.m|simulation]] may be found in the Appendices section of the Dry Lab hub. |
| - | + | ||
| - | [[media:SimulationconcentrationsODE.m| | + | |
<biblio> | <biblio> | ||
#1 pmid=18612302 | #1 pmid=18612302 | ||
</biblio> | </biblio> | ||
| - | {{Imperial/EndPage}} | + | }} |
| + | |||
| + | {{Imperial/Box1|Equations for iGEM wiki| | ||
| + | |||
| + | <math>2LacI + IPTG \rightleftharpoons IPTG-LacI_2</math> | ||
| + | |||
| + | <math>k_{on} = k_2</math> | ||
| + | |||
| + | <math>k_{off} = k_3</math> | ||
| + | |||
| + | <math>k_{\alpha} = \frac{k_2}{k_3}</math> | ||
| + | |||
| + | <math>2LacI + P \rightleftharpoons P-LacI_2</math> | ||
| + | |||
| + | <math>IPTG + P-LacI_2 \rightleftharpoons P + IPTG-LacI_2</math> | ||
| + | |||
| + | }} | ||
| + | {{Imperial/EndPage|Growth_Curve|Motility}} | ||
Current revision
|
| |||||||||||||||||||||
|
| |||||||||||||||||||||
![Transcription = \frac{\beta.{[R]}^n}{{K_m}^n+[R]^n}](/images/math/5/a/d/5adaf7e855f64a59bd4715ce56acf18f.png)


