IGEM:IMPERIAL/2008/New/Genetic Circuit
From OpenWetWare
(→Genetic Circuit) |
(→Genetic Circuit) |
||
| Line 55: | Line 55: | ||
<biblio> | <biblio> | ||
| - | #1 | + | #1 pmid=18612302 |
</biblio> | </biblio> | ||
{{Imperial/EndPage}} | {{Imperial/EndPage}} | ||
Revision as of 13:21, 11 September 2008
|
| ||||||||||||
Genetic CircuitWhy model 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. [1]. 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. 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
| ||||||||||||
,
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)


