ETHZ/Engineering

From 2007.igem.org

< ETHZ(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 1: Line 1:
-
<center>[[Image:Eth_zh_logo_4.png|900px]]</center>
+
<center>[[Image:ETH_banner.png|830px]]</center>
<center>[[ETHZ | Main Page]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Biology | Biology Pespective]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Engineering | Engineering Perspective]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Meet_the_team | Meet the Team]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Internal | Team Notes]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Pictures | Pictures!]]</center><br>
<center>[[ETHZ | Main Page]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Biology | Biology Pespective]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Engineering | Engineering Perspective]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Meet_the_team | Meet the Team]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Internal | Team Notes]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Pictures | Pictures!]]</center><br>
__NOTOC__
__NOTOC__
-
<center><font size = '+1'><b> .:: EducatETH <i>E. coli</i> - Engineering Perspective ::. </b></font></center><br>
+
<center>[[ETHZ | Main Page]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Model | System Modeling]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Simulation | Simulations]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Biology | System Implementation]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Biology/Lab| Lab Notes]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Meet_the_team | Meet the Team]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Internal | Team Notes]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Pictures | Pictures!]]</center><br>
-
<center><font size = '-1'>[[ETHZ/Model | Model]]&nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Simulation | Simulations]] &nbsp;&nbsp;&nbsp;&nbsp; [[ETHZ/Parameters | Parameters]]</font></center>
+
=====.:: Introduction ::.=====
=====.:: Introduction ::.=====
Line 23: Line 22:
The subsystem of the constitutively produced proteins serves as a regulatory system, and can be modeled with the following three decoupled partial differential equations (see Fig. 1):
The subsystem of the constitutively produced proteins serves as a regulatory system, and can be modeled with the following three decoupled partial differential equations (see Fig. 1):
-
[[Image:constitutive_part.png|center|thumb|Subsystem 1: Constitutively produced proteins (Fig. 1)|340px]]
+
[[Image:constitutive_part.png|center|thumb|'''Fig.1: '''Subsystem 1-Constitutively produced proteins|340px]]
The second subsystem is the main part of our model. It stores the information concerning the learned information for the chemical of interest, and drives the production of the appropriate reporter during the recognition phase. It is actually a toggle switch that reaches its steady state depending on the chemical that it has been previously exposed to (see Fig. 2):
The second subsystem is the main part of our model. It stores the information concerning the learned information for the chemical of interest, and drives the production of the appropriate reporter during the recognition phase. It is actually a toggle switch that reaches its steady state depending on the chemical that it has been previously exposed to (see Fig. 2):
-
[[Image:toggle_part_b.png|center|thumb|Subsystem 2: Basic learning subsystem (toggle) (Fig. 2)|900px]]
+
[[Image:toggle_part_b.png|center|thumb|'''Fig.2: '''Subsystem 2-Basic learning subsystem (toggle)|900px]]
The third subsystem reports the state that our system is, during the different phases of learning and recognition. During the learning phase, this subsystem reports which chemical the cells are exposed to, and during the recognition phase, it reports if the cells recognize the chemicals that they are currently exposed to (see Fig. 3):
The third subsystem reports the state that our system is, during the different phases of learning and recognition. During the learning phase, this subsystem reports which chemical the cells are exposed to, and during the recognition phase, it reports if the cells recognize the chemicals that they are currently exposed to (see Fig. 3):
-
[[Image:reporting_part_b.png|center|thumb|Subsystem 3: Reporting subsystem (Fig. 3)|900px]]  
+
[[Image:reporting_part_b.png|center|thumb|'''Fig.3: '''Subsystem 3-Reporting subsystem |900px]]  
Note that the three constitutively produced proteins LacI, TetR and LuxR exist in two different forms; as free proteins and in complexes they build with IPTG, aTc and AHL, respectively. We need to model this complex-forming procedure, with another set of differential equations (Fig. 4):
Note that the three constitutively produced proteins LacI, TetR and LuxR exist in two different forms; as free proteins and in complexes they build with IPTG, aTc and AHL, respectively. We need to model this complex-forming procedure, with another set of differential equations (Fig. 4):
-
[[Image:allosteric_part.png|center|thumb|Allosteric regulation (see Fig. 4)|240px]]
+
[[Image:allosteric_part.png|center|thumb|'''Fig.4: '''Allosteric regulation|240px]]
In order to have meaningful results from our simulations, we browsed through the literature in order to find appropriate values for our parameters. We reduced our parameter space by joining parameters together, and we gave reasonable estimates, for the values that could not be extracted from available publications. Since this is a hard part that every team has to face, we present the table with the chosen parameters below:
In order to have meaningful results from our simulations, we browsed through the literature in order to find appropriate values for our parameters. We reduced our parameter space by joining parameters together, and we gave reasonable estimates, for the values that could not be extracted from available publications. Since this is a hard part that every team has to face, we present the table with the chosen parameters below:
-
[[Image:parameters.png|center|thumb|Parameters of the model (Fig. 5)|800px]]
+
[[Image:parameters.png|center|thumb|'''Fig.5: '''Parameters of the model|800px]]
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" style="text-align:left; margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;"
{| class="wikitable" border="1" cellspacing="0" cellpadding="2" style="text-align:left; margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;"
Line 59: Line 58:
| l<sup>hi</sup>
| l<sup>hi</sup>
| 25
| 25
-
| high-copy plasmid number
+
| mid-copy plasmid number
| Estimate
| Estimate
|-
|-

Latest revision as of 23:37, 24 October 2007

ETH banner.png
Main Page      Biology Pespective      Engineering Perspective      Meet the Team      Team Notes      Pictures!


Main Page      System Modeling      Simulations      System Implementation      Lab Notes      Meet the Team      Team Notes      Pictures!

.:: Introduction ::.

Having decided to work on an engineered biological system which exhibits learning, we elaborated on its design. Discussing with the biologists of the team, we realized that what we knew from the field of logic design as JK flip-flop with a latch may be implemented with biological parts using a modified toggle switch. Initial simulations showed us that it was possible to reach the desired behaviour. Therefore, a complete framework of differential equations describing the system was constructed and parameters were searched in the literature. Simulations performed with our new detailed model are very encouraging. In this page, the equations that model our system are and explained. The values that were chosen for the system parameters are presented and the results of our simulations are analyzed. References are provided at the end of the page. For an introduction to system modeling in synthetic biology, please read our modeling tutorial here.


.:: System Model ::.

Following the guidelines presented in our modeling guide, we divided the biological system into subsystems, each of which was modelled with a system of differential equations. According to what presented in the Biology Perspective, our system is composed the following three subsystems:

  1. A subsystem of constitutively produced proteins (see Fig. 1),
  2. The learning subsystem(see Fig. 2), and
  3. The reporting subsystem (see Fig. 3).
The first two subsystems interact, and thus, they should be considered together. The third subsystem has no feedback with the other two, as it is only used for producing the appropriate fluorescent proteins. The subsystem of the constitutively produced proteins serves as a regulatory system, and can be modeled with the following three decoupled partial differential equations (see Fig. 1):
Fig.1: Subsystem 1-Constitutively produced proteins

The second subsystem is the main part of our model. It stores the information concerning the learned information for the chemical of interest, and drives the production of the appropriate reporter during the recognition phase. It is actually a toggle switch that reaches its steady state depending on the chemical that it has been previously exposed to (see Fig. 2):

Fig.2: Subsystem 2-Basic learning subsystem (toggle)

The third subsystem reports the state that our system is, during the different phases of learning and recognition. During the learning phase, this subsystem reports which chemical the cells are exposed to, and during the recognition phase, it reports if the cells recognize the chemicals that they are currently exposed to (see Fig. 3):

Fig.3: Subsystem 3-Reporting subsystem

Note that the three constitutively produced proteins LacI, TetR and LuxR exist in two different forms; as free proteins and in complexes they build with IPTG, aTc and AHL, respectively. We need to model this complex-forming procedure, with another set of differential equations (Fig. 4):

Fig.4: Allosteric regulation

In order to have meaningful results from our simulations, we browsed through the literature in order to find appropriate values for our parameters. We reduced our parameter space by joining parameters together, and we gave reasonable estimates, for the values that could not be extracted from available publications. Since this is a hard part that every team has to face, we present the table with the chosen parameters below:

Fig.5: Parameters of the model
Parameter Value Description References
c1max 0.01 [mM/h] max. transcription rate of
constitutive promoter
(per gene)
Estimate
c2max 0.01 [mM/h] max. transcription rate of
luxR-activated promoter
(per gene)
Estimate
lhi 25 mid-copy plasmid number Estimate
llo 5 low-copy plasmid number Estimate
ap22cII,LacI 0.1 - 0.2 basic production of
p22cII/LacI-inhibited genes
Discussion
ap22cII 0.1 - 0.2 basic production of
p22cII-inhibited genes
Discussion
acI,TetR 0.1 - 0.2 basic production of
cI/TetR-inhibited genes
Discussion
acI 0.1 - 0.2 basic production of
cI-inhibited genes
Discussion
ap22cII,TetR 0.1 - 0.2 basic production of
p22cII/TetR-inhibited genes
Discussion
acI,LacI 0.1 - 0.2 basic production of
cI/TetR-inhibited genes
Discussion
dLacI 2.31e-3 [pro sec] degradation of lacI [10]
dTetR 1e-5 [pro sec]/2.31e-3 [pro sec] degradation of TetR [9], [10]
dLuxR 1e-3 - 1e-4 [per sec] degradation of LuxR [6]
dcI 7e-4 [per sec] degradation of cI [7]
dp22cII degradation of p22cII
dYFP 6.3e-3 [per min] degradation of YFP suppl. mat. to Ref. [8]
dGFP 6.3e-3 [per min] degradation of GFP in analogy to YFP
dRFP 6.3e-3 [per min] degradation of RFP in analogy to YFP
dCFP 6.3e-3 [per min] degradation of CFP in analogy to YFP
KLacI 1.3e-3 - 2e-3 [mM/h] lacI repressor
dissociation constant
[2], [5]
KIPTG 1.5e-10 [mM/h] IPTG-lacI repressor
dissociation constant
[5]
KTetR 5.6 (+-2) [nM-1] tetR repressor
dissociation constant
[1]
KaTc 1120 (+-400) [nM-1] aTc-tetR repressor
dissociation constant
[1], [3]
KLuxR
  • 0.003 [mM/s]
  • 55 - 520 [nM]
luxR activator
dissociation constant
[6]
KAHL
  • 0.009 [mM/s] - 0.1 [mM/s]
  • 0.09 - 1 [µM]
AHL-luxR activator
dissociation constant
[6]
KcI 2e-3 [mM/h] cI repressor
dissociation constant
[5]
Kp22cII p22cII repressor
dissociation constant
nLacI 1 lacI repressor
Hill cooperativity
[5]
nIPTG 2 IPTG-lacI repressor
Hill cooperativity
[5]
nTetR 3 tetR repressor
Hill cooperativity
[3]
naTc 2 (1.5-2.5) aTc-tetR repressor
Hill cooperativity
[3]
nLuxR 2 luxR activator
Hill cooperativity
[6]
nAHL 1 AHL-luxR activator
Hill cooperativity
[3]
ncI 1.9 cI repressor
Hill cooperativity
[5]
np22cII p22cII repressor
Hill cooperativity



.:: Simulations ::.
.:: References ::.

[1] Weber W., Stelling J., Rimann M., Keller B., Daoud-El Baba M., Weber C.C., Aubel D., and Fussenegger M., "A synthetic time-delay circuit in mammalian cells and mice", Proceedings of the National Academy of Sciences, vol. 104, no. 8, pp. 2643, 2007.
[2] Setty Y., Mayo AE, Surette MG, and Alon U., "Detailed map of a cis-regulatory input function", Proceeding of the National Academy of Sciences, vol. 100, no. 13, pp. 7702--7707, 2003.
[3] Braun D., Basu S., and Weiss R., "Parameter Estimation for Two Synthetic Gene Networks: A Case Study", IEEE Int'l Conf. Acoustics, Speech, and Signal Processing 2005, vol. 5, 2005.
[4] Fung E., Wong W.W., Suen J.K., Bulter T., Lee S., and Liao J.C., "A synthetic gene--metabolic oscillator", Nature, vol. 435, no. 7038, pp. 118--122, 2005, supplementary material.
[5] Iadevaia S., and Mantzaris N.V., "Genetic network driven control of PHBV copolymer composition", Journal of Biotechnology, vol. 122, no. 1, pp. 99--121, 2006.
[6] Goryachev AB, Toh DJ, and Lee T., "Systems analysis of a quorum sensing network: Design constraints imposed by the functional requirements, network topology and kinetic constants", Biosystems, vol. 83, no. 2-3, pp. 178--187, 2006.
[7] Arkin A., Ross J., and McAdams H.H., "Stochastic kinetic analysis of developmental pathway bifurcation in phage λ-Infected Escherichia coli cells", Genetics, vol. 149, no. 4, pp. 1633--1648, 1998.
[8] Colman-Lerner A., Chin T.E., and Brent R., "Yeast Cbk1 and Mob2 Activate Daughter-Specific Genetic Programs to Induce Asymmetric Cell Fates", Cell, vol. 107, no. 6, pp. 739--750, 2001.
[9] Becskei A., and Serrano L., "Engineering stability in gene networks by autoregulation", Nature, vol. 405, no.6786, pp.590--593, 2000.
[10] Tuttle L.M., Salis H., Tomshine J., and Kaznessis Y.N., "Model-Driven Designs of an Oscillating Gene Network", Biophysical Journal, vol. 89, no. 6, pp. 3873--3883, 2005.


[1] Weber W et al. "A synthetic time-delay circuit in mammalian cells and mice", P Natl Acad Sci USA 104(8):2643-2648, 2007
[2] Setty Y et al. "Detailed map of a cis-regulatory input function", P Natl Acad Sci USA 100(13):7702-7707, 2003
[3] Braun D et al. "Parameter Estimation for Two Synthetic Gene Networks: A Case Study", ICASSP 5:769-772, 2005
[4] Fung E et al. "A synthetic gene--metabolic oscillator", Nature 435:118-122, 2005 (supplementary material)
[5] Iadevaia S and Mantzais NV "Genetic network driven control of PHBV copolymer composition", J Biotechnol 122(1):99-121, 2006
[6] Goryachev AB et al. "Systems analysis of a quorum sensing network: Design constraints imposed by the functional requirements, network topology and kinetic constants", Biosystems 83(2-3):178-187, 2004
[7] Arkin A et al. "Stochastic kinetic analysis of developmental pathway bifurcation in phage λ-Infected Escherichia coli cells", Genetics 149: 1633-1648, 1998
[8] Colman-Lerner A et al. "Yeast Cbk1 and Mob2 Activate Daughter-Specific Genetic Programs to Induce Asymmetric Cell Fates", Cell 107(6): 739-750, 2001 (supplementary material)
[9] Becskei A and Serrano L "Engineering stability in gene networks by autoregulation", Nature 405: 590-593, 2000
[10] Tuttle et al. "Model-Driven Designs of an Oscillating Gene Network", Biophys J 89(6):3873-3883, 2005
[11] McMillen LM et al. "Synchronizing genetic relaxation oscillators by intercell signaling", P Natl Acad Sci USA 99(2):679-684, 2002
[12] Basu S et al. "A synthetic multicellular system for programmed pattern formation", Nature 434:1130-1134, 2005

.:: To Do ::.
  • Christos: 1. Add gifs concerning the simulations
  • Christos: 2. Remove the table with the parameters, once we have satisfying values.
  • Katerina: 1. "The third subsystem has no feedback with the other two, as it is only used for producing the appropriate fluorescent proteins." Is this really true? gfp and rfp are situated in bigger parts with functionality. I think this needs to be rewritten more clearly.