Team:Imperial College/Genetic Circuit

From 2008.igem.org

(Difference between revisions)
m (Small grammar edits)
 
(98 intermediate revisions not shown)
Line 1: Line 1:
{{Imperial/StartPage2}}
{{Imperial/StartPage2}}
 +
=== Modelling the Genetic Circuit ===
=== Modelling the Genetic Circuit ===
{{Imperial/Box2||
{{Imperial/Box2||
-
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.}}
+
An accurate mathematical description of the behaviour of genetic circuits 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 ({{ref|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 or integration into novel genetic circuits.}}
{{Imperial/Box1|Modelling Constitutive Gene Expression|
{{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 <html><a target="_blank" href="http://openwetware.org/wiki/Imperial_College/Courses/Spring2008/Synthetic_Biology/Computer_Modelling_Practicals/Practical_2">synthesis-degradation model</a></html> 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 [[Team:Imperial_College/Cloning_Strategy | promoter-RBS constructs]]. The synthesis-degradation model assumes a steady state level of mRNA.
[[Image:Eq1.png]]
[[Image:Eq1.png]]
-
In this case, [protein] represents the concentration of GFP, k1 represents the rate of sythesis and d1 represents the degradation rate.
+
In this case, [protein] represents the concentration of GFP, which will be the reporter protein in our constructs used for characterization. k<sub>1</sub> represents the rate of synthesis and d<sub>1</sub> represents the degradation rate.
-
We can easily simulate this synthesis-degradation model using matlab:<br>
+
We can easily simulate this synthesis-degradation model using Matlab; the ODEs and simulation file can be found in the dry lab appendices.
-
[[Media:Gfp.m|ODE]]<br>
+
-
[[Media:SimulationGfp.m|Simulation File]]
+
-
<br>
+
-
We can also solve this ODE analytically. Consider the steady-state behaviour of [protein].
+
We can also solve this ODE analytically.  
-
[[Image:Eq2.png]]  
+
[[Image:Eq_analytical_soln_constitutive_expression.png]]
-
This relationship can be seen in the parameter scan graphs on the right.
+
Consider the steady-state behaviour of [protein].
 +
 
 +
[[Image:Eq2.png]]
 +
 
 +
The relationship between the steady-state protein concentration and the parameters 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 fluorescence in arbitrary units).
 
-
<br>
 
Note from the parameter scan graphs:<br>
Note from the parameter scan graphs:<br>
-
*In the case where k1 {{Equals}} 0, no GFP is sythesised.
+
*In the case where k<sub>1</sub> {{Equals}} 0, no GFP is sythesised.
-
*In the case where d1 {{Equals}} 0, the concentration of protein does not reach a steady state.
+
*In the case where d<sub>1</sub> {{Equals}} 0, the concentration of protein does not reach a steady state.
 +
 
 +
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 use the relative steady-state levels of GFP as a proxy for the relative rate of transcription through each promoter. This 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 fluorescence in arbitrary units).
 +
 
 +
Complementary experiments to estimate the rate of degradation of GFP - by terminating transcription - would allow us to estimate absolute rate of transcription through each promoter.
 +
 
|[[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.]]
|[[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.]]
-
<gallery caption{{Equals}}"Parameter Scan" align{{Equals}}"right">
+
[[Image:ParamterScanGFPk1.jpg|thumb|300px|Parameter scan on k<sub>1</sub>]]
-
Image:ParamterScanGFPk1.jpg|Parameter scan on <math>k_1</math>
+
 
-
Image:ParamterScanGFPd1.jpg|Parameter scan on <math>d_1</math></gallery>
+
[[Image:ParamterScanGFPd1.jpg|thumb|300px|Parameter scan on d<sub>1</sub>]]
}}
}}
-
{{Imperial/Box1|Modelling Inducible Gene Expression|
+
{{Imperial/Box1|Two models of IPTG-induced expression of GFP under the control of the Plac promoter|
-
[[Image:Phase 2-linduced.PNG|thumb|300px]]
+
A literature search revealed two models of IPTG-induced expression through the Plac promoter. Both models assume constitutive expression of LacI. Before IPTG is added, a steady-state is reached comprising basal (leaky) expression of GFP.
-
The repressor is constitutively expressed. Hence we can assume the constitutive expression model from the previous characterisation step.
+
====== Simpler model ======
 +
In the simpler model ({{ref|2}}) IPTG competes with free promoter for LacI binding, but does not itself bind to the LacI-promoter complex.  
-
[[Image:Eq3.png]]
+
[[Team:Imperial_College:Genetic_Circuit_Details_2 |'''>>> Details >>>''']]
-
When the inducer is added it binds reversibly to the repressor.
+
[[Image:Igem2008 - inducible promoters.jpg|435px]]
-
[[Image:Eq4.png]]
+
Under this model, with all other parameters constant, the steady-state concentration of free promoter and hence the steady-state concentration of GFP are independent of the initial concentration of IPTG. (See time evolution of GFP expression assuming different concentrations of IPTG are used for induction, right.)
-
Repressor only binds to the promoter when it is in its unbound form, hence transcription will be a function of free repressor concentration.
+
The pre-steady-state dynamic behaviour of the GFP concentration will differ with different initial concentrations of IPTG (but the steady-state behaviour will not). Hence, accurate data collection during the pre-steady-state phase is crucial for parameter estimation.
-
[[Image:Eq5.png]]
+
====== More complex model ======
 +
A more sophisticated model allows for interaction between IPTG and the promoter-LacI complex ({{ref|3}}). IPTG can bind to the promoter-LacI complex to form IPTG-LacI and free promoter. This eases the repression by LacI and allows transcription of GFP.
-
And overall protein expression can be described as
+
[[Image:Inducible_promoters_2.jpg|435px]]
-
[[Image:Eq6.png]]
+
Under this model, the dynamic behaviour (whether or not [GFP] attains a maximum higher than its steady-state value) depends on the relative strengths of the kinetic constants describing the interactions underlying the model. Either way, the steady-state [GFP] will vary as a Hill-function dependent on the initial concentration of IPTG; this characteristic can be used to discriminate between the two models.
-
The [[media:ConcentrationsODE.m|ODEs]] and [[media:SimulationconcentrationsODE.m|simulation]] may be found in the Appendices section of the Dry Lab hub.
+
ODEs and simulation m-files for further exploration of the properties of these models can, again, be found in the appendices.
-
<biblio>
+
[[Team:Imperial_College/Genetic_Circuit_Details | '''>>> Details of equilibria and equations and qualitative discussion of parameter effects >>>''']]
-
#1 pmid{{Equals}}18612302
+
 
-
</biblio>
+
|[[Image:SimpleModel_2.jpg|thumb|300px|Pre-steady-state time evolution of GFP using the simple model.]]<br>[[Image:ComplexModel3.jpg|thumb|300px|Pre-steady-state time evolution of GFP using the more sophisticated model.]]}}
-
}}
+
 
 +
{{Imperial/Box2||
 +
===== References =====
 +
#{{FormatRef|Canton B, Labno A, & Endy D|2008|Refinement and standardization of synthetic biological parts and devices.|Nature biotechnology 26 (7)|787-793|}}
 +
#{{FormatRef|Alon, U|2006|An Introduction to Systems Biology: Design Principles of Biological Circuits|||Chapman & Hall/Crc Mathematical and Computational Biology}}
 +
#{{FormatRef|Kuhlman T, Zhang Z, Saier MH Jr, & Hwa T|2007|Combinatorial transcriptional control of the lactose operon of Escherichia coli.|PNAS 104 (14)|6043-6048|}}
 +
|}}
{{Imperial/EndPage|Growth_Curve|Motility}}
{{Imperial/EndPage|Growth_Curve|Motility}}

Latest revision as of 04:03, 27 July 2009


Modelling the Genetic Circuit

An accurate mathematical description of the behaviour of genetic circuits 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 or integration into novel genetic circuits.


Modelling Constitutive Gene Expression

A 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.

Eq1.png

In this case, [protein] represents the concentration of GFP, which will be the reporter protein in our constructs used for characterization. k1 represents the rate of synthesis and d1 represents the degradation rate. We can easily simulate this synthesis-degradation model using Matlab; the ODEs and simulation file can be found in the dry lab appendices.

We can also solve this ODE analytically.

Eq analytical soln constitutive expression.png

Consider the steady-state behaviour of [protein].

Eq2.png

The relationship between the steady-state protein concentration and the parameters can be seen in the parameter scan graphs on the right.

Note from the parameter scan graphs:

  • In the case where k1 = 0, no GFP is sythesised.
  • In the case where d1 = 0, the concentration of protein does not reach a steady state.

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 use the relative steady-state levels of GFP as a proxy for the relative rate of transcription through each promoter. This 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 fluorescence in arbitrary units).

Complementary experiments to estimate the rate of degradation of GFP - by terminating transcription - would allow us to estimate absolute rate of transcription through each promoter.


Constitutive expression of antibiotic resistance (AB) and GFP. GFP brick is part E0040, GFPmut3b. Terminator is part B0015, the double-stop.
Parameter scan on k1
Parameter scan on d1

Two models of IPTG-induced expression of GFP under the control of the Plac promoter

A literature search revealed two models of IPTG-induced expression through the Plac promoter. Both models assume constitutive expression of LacI. Before IPTG is added, a steady-state is reached comprising basal (leaky) expression of GFP.

Simpler model

In the simpler model (2) IPTG competes with free promoter for LacI binding, but does not itself bind to the LacI-promoter complex.

>>> Details >>>

Igem2008 - inducible promoters.jpg

Under this model, with all other parameters constant, the steady-state concentration of free promoter and hence the steady-state concentration of GFP are independent of the initial concentration of IPTG. (See time evolution of GFP expression assuming different concentrations of IPTG are used for induction, right.)

The pre-steady-state dynamic behaviour of the GFP concentration will differ with different initial concentrations of IPTG (but the steady-state behaviour will not). Hence, accurate data collection during the pre-steady-state phase is crucial for parameter estimation.

More complex model

A more sophisticated model allows for interaction between IPTG and the promoter-LacI complex (3). IPTG can bind to the promoter-LacI complex to form IPTG-LacI and free promoter. This eases the repression by LacI and allows transcription of GFP.

Inducible promoters 2.jpg

Under this model, the dynamic behaviour (whether or not [GFP] attains a maximum higher than its steady-state value) depends on the relative strengths of the kinetic constants describing the interactions underlying the model. Either way, the steady-state [GFP] will vary as a Hill-function dependent on the initial concentration of IPTG; this characteristic can be used to discriminate between the two models.

ODEs and simulation m-files for further exploration of the properties of these models can, again, be found in the appendices.

>>> Details of equilibria and equations and qualitative discussion of parameter effects >>>


Pre-steady-state time evolution of GFP using the simple model.

Pre-steady-state time evolution of GFP using the more sophisticated model.

References
  1. Canton B, Labno A, & Endy D (2008) Refinement and standardization of synthetic biological parts and devices. - Nature biotechnology 26 (7) 787-793
  2. Alon, U (2006) An Introduction to Systems Biology: Design Principles of Biological Circuits - Chapman & Hall/Crc Mathematical and Computational Biology
  3. Kuhlman T, Zhang Z, Saier MH Jr, & Hwa T (2007) Combinatorial transcriptional control of the lactose operon of Escherichia coli. - PNAS 104 (14) 6043-6048