Team:KAIST-Korea/Projects/report 1

From 2011.igem.org

(Difference between revisions)
(Created page with "{{:Team:KAIST-Korea/header}} {{:Team:KAIST-Korea/jihan}} <html> <html> <head> <style type="text/css"> a:hover {color:#FA8282;} - mouse over link: a:active {color:#FFFFF...")
Line 91: Line 91:
<div style="float:left;left:270px;position:relative;top:-580px;width:65%";>
<div style="float:left;left:270px;position:relative;top:-580px;width:65%";>
<p style="color:white;">
<p style="color:white;">
-
1. Overview </br>
+
Objective
-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
-
Our system, E.Casso is composed of two modules. Each module is a different strain of E. coli. We introduced the modules into disparate strains of E.coli because it is usually easier to engineer something by adopting the ‘divide and conquer’ strategy. The modules perform the following tasks: The first type (Brush E. coli) produces signals that determine the color among green, cyan, yellow, and red generated by adjacent, second type of E. coli. This is achieved through an inherent mechanism by which E. coli naturally communicate with each other, the quorum sensing. By exchanging signaling molecules termed quorum, E. coli can coordinate gene expression as a colony according to its local density. The second type (Dyestuff E. coli) receives quorum from the first type and produces corresponding fluorescent proteins. It also amplifies the signal made by the type 1 module and propagates it to the surrounding E. coli. In essence, we utilize cell-cell communication to coordinate the collective behavior of E. coli.
+
</br>
</br>
-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   
+
Mathematical modeling is essential in qualitatively describing de novo genetic circuits that frequently arise in synthetic biology. We can use such models for two objectives: (1) predicting the behavior of combinations of BioBrick parts designed for the synthetic circuit that performs some task, and (2) choosing the appropriate promoter and RBS with suitable strengths for the circuit. Also, it will serve as a reference for others who use the BioBrick in the future. In summary, the model and the computer simulation are our beginning point for making testable predictions about the behavior of our system. We construct a computational model describing the genetic network encompassing relevant signal transduction pathways in order to help build E.coli that can draw pictures!
-
This is akin to soaking a brush with any one of four colors and compressing it firmly against a point on a paper. As time goes by, the blob of paint on the paper will spread. Our genetically engineered E. coli will draw abstract paintings in a similar manner.
+
</br>
</br>
-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   
+
 
-
The modeling procedure is divided into four parts.
+
Modeling E. coli Type I. (Brush E. coli)
</br>
</br>
-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
2.1 Modeling Approach
-
A.Modeling the production of quorum by the first type of E. coli (Brush E. coli): Objective – observe that Brush E. coli produce enough quorums per some interval of time.
+
There are several known Quorum sensing (QS) networks. All known QS networks operate as an “on-off” gene expression switch by controlling the level of a certain transcription factor whose expression is suppressed in the “off” state and is strongly induced in the “on” state.[2] Usually, the intracellular network that is controlled by the quorum sensing remains in the “off” state until the quorum reaches a certain concentration. After quorum reaches the threshold concentration, the genetic circuit changes its state into “on” state and activates the expression of the relevant genes.
</br>
</br>
-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
In this model, we hypothesized that the typical E.coli cell volume is ~7.0×10-16L and cells are freely permeable to quorums. We used a standard chemical kinetic approach based on the mass-action rate law. The kinetic parameters used in our model are based on the published data. There were a lot of papers about the mathematical modeling of quorum sensing pathway, so we used the rate constants from these papers.
-
B.Modeling the diffusion of quorum: Objective – note the time scale in which quorum propagates from Brush E. coli to Dyestuff E. coli.
+
 
</br>
</br>
-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
2.2 Model
-
C.Modeling the production of fluorescent proteins by the Dyestuff E. coli upon receiving quorum and projecting the time it takes for a noticeable amount of fluorescence to accumulate: Objective – observe the time it takes for enough fluorescence to build up.
+
</br>
</br>
-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
Before moving on to how we model our system, it will be helpful to review how to model general protein production of a single gene here.
-
D.Modeling how the variation in E. coli distribution affects the final outcome: Objective – note how the ratio of the two E. coli and the method of seeding affect the resultant painting.
+
</br>
 +
2.2.A. Protein Production of a Single Gene Model
 +
</br>
 +
An actual protein production from a single gene is composed of complex processes. However, in this model, protein production from a gene is simplified into two processes: Transcription and Translation.
 +
</br>
 +
The whole process can be represented by these chemical reactions (with ODE): [1]
 +
</br>
 +
Gene □(→┴p_m  ) Gene+mRNA
 +
</br>
 +
mRNA □(→┴p_p  ) mRNA+Protein
 +
</br>
 +
mRNA □(→)∅ (Half time ≈5min)
 +
</br>
 +
Protein □(→)∅ (Half time ≈1hour)
 +
</br>
 +
The degradation rate of the mRNA and protein can be calculated from </br>
 +
k=ln2/t_(1/2)
 +
</br>
 +
Therefore, kmd(mRNA degradation rate), kpd(protein degradation rate) can be calculated. The values are in the constant table. [3. Constant Table of this page] Based on these facts and the law of mass action, we can write these equations:
 +
</br>
 +
d[mRNA]/dt=p_m [Gene]- k_md [mRNA]
 +
</br>
 +
d[mRNA]/dt=p_p [mRNA]- k_pd [Protein]
 +
 
 +
 
</p>
</p>
<div id ="modeling picture" style="left:-170px;position:absolute;top:-50px";>
<div id ="modeling picture" style="left:-170px;position:absolute;top:-50px";>

Revision as of 11:10, 8 July 2011





















Objective
Mathematical modeling is essential in qualitatively describing de novo genetic circuits that frequently arise in synthetic biology. We can use such models for two objectives: (1) predicting the behavior of combinations of BioBrick parts designed for the synthetic circuit that performs some task, and (2) choosing the appropriate promoter and RBS with suitable strengths for the circuit. Also, it will serve as a reference for others who use the BioBrick in the future. In summary, the model and the computer simulation are our beginning point for making testable predictions about the behavior of our system. We construct a computational model describing the genetic network encompassing relevant signal transduction pathways in order to help build E.coli that can draw pictures!
Modeling E. coli Type I. (Brush E. coli)
2.1 Modeling Approach There are several known Quorum sensing (QS) networks. All known QS networks operate as an “on-off” gene expression switch by controlling the level of a certain transcription factor whose expression is suppressed in the “off” state and is strongly induced in the “on” state.[2] Usually, the intracellular network that is controlled by the quorum sensing remains in the “off” state until the quorum reaches a certain concentration. After quorum reaches the threshold concentration, the genetic circuit changes its state into “on” state and activates the expression of the relevant genes.
In this model, we hypothesized that the typical E.coli cell volume is ~7.0×10-16L and cells are freely permeable to quorums. We used a standard chemical kinetic approach based on the mass-action rate law. The kinetic parameters used in our model are based on the published data. There were a lot of papers about the mathematical modeling of quorum sensing pathway, so we used the rate constants from these papers.
2.2 Model
Before moving on to how we model our system, it will be helpful to review how to model general protein production of a single gene here.
2.2.A. Protein Production of a Single Gene Model
An actual protein production from a single gene is composed of complex processes. However, in this model, protein production from a gene is simplified into two processes: Transcription and Translation.
The whole process can be represented by these chemical reactions (with ODE): [1]
Gene □(→┴p_m ) Gene+mRNA
mRNA □(→┴p_p ) mRNA+Protein
mRNA □(→)∅ (Half time ≈5min)
Protein □(→)∅ (Half time ≈1hour)
The degradation rate of the mRNA and protein can be calculated from
k=ln2/t_(1/2)
Therefore, kmd(mRNA degradation rate), kpd(protein degradation rate) can be calculated. The values are in the constant table. [3. Constant Table of this page] Based on these facts and the law of mass action, we can write these equations:
d[mRNA]/dt=p_m [Gene]- k_md [mRNA]
d[mRNA]/dt=p_p [mRNA]- k_pd [Protein]