IGEM:IMPERIAL/2008/New/Genetic Circuit
From OpenWetWare
(→Genetic Circuit) |
|||
| Line 6: | Line 6: | ||
Editors: Erika | Editors: Erika | ||
| + | |||
| + | Erika's to do list: | ||
| + | Upload F2620 citation. | ||
| + | Change internal links to redirect to new wiki | ||
==Why model the genetic circuit?== | ==Why model the genetic circuit?== | ||
Revision as of 07:52, 10 September 2008
|
| ||||||||||||
Genetic CircuitAuthors: Erika Editors: Erika Erika's to do list: Upload F2620 citation. Change internal links to redirect to new wiki 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.
Free repressor only binds to the promoter, we think this will show co-operative binding as there are two repressor binding sites on the promoter sequence. Then 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)


