IGEM:IMPERIAL/2008/New/Genetic Circuit
From OpenWetWare
(→Genetic Circuit) |
(→Modelling Inducible Gene Expression) |
||
| Line 44: | Line 44: | ||
==Modelling Inducible Gene Expression== | ==Modelling Inducible Gene Expression== | ||
| - | [Image:Phase 2-linduced.PNG|thumb|300px] | + | [[Image:Phase 2-linduced.PNG|thumb|300px]] |
The repressor is constitutively expressed. Hence we can assume the constitutive expression model from the previous characterisation step. | The repressor is constitutively expressed. Hence we can assume the constitutive expression model from the previous characterisation step. | ||
Revision as of 11:25, 10 September 2008
|
| ||||||||||||
Genetic CircuitAuthors: Erika Editors: Erika Erika's to do list: Upload F2620 citation. Change internal links to redirect to new wiki Get justification of equations working Why model the genetic circuit?An accurate mathematical description of genetic circult behaviour is one of the foundations of synthetic biology. Such descriptions are an integral component of part submission to the registry, as exemplified by the canonical characterised part F2620. <citation needed>. The ability to capture part behaviour as a mathematical relationship between input and output is useful for future re-use of the part modification of integration into novel genetic circuits. Modelling Constitutive Gene ExpressionA simple 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 promoter-RBS constructs. The synthesis-degradation model assumes a steady state level of mRNA. ![]()
In this case, [protein] represents the concentration of GFP, k1 represents the rate of sythesis and d1 represents the degradation rate.
We can easily simulate this synthesis-degradation model using matlab: We can also solve this ODE analytically.
Modelling Inducible Gene ExpressionThe repressor is constitutively expressed. Hence we can assume the constitutive expression model from the previous characterisation step.
When the inducer is added it binds reversibly to the repressor.
Repressor only binds to the promoter when it is in its unbound form, hence transcription will be a function of free repressor concentration.
And overall protein expression can be described as
|
||||||||||||
![\frac{d[protein]}{dt} = k_{1} - d_{1}[protein]](/images/math/6/1/c/61c2aaac90d546d3572a181f00b7b7a1.png)
,
and you can see this relationship in the parameter scan graphs.
![Transcription = \frac{\beta.{[R]}^n}{{K_m}^n+[R]^n}](/images/math/5/a/d/5adaf7e855f64a59bd4715ce56acf18f.png)


