Difference between revisions of "Team:UCAS-China/Model"

 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{UCAS-China}}
 
{{UCAS-China}}
 +
 
<html>
 
<html>
  
 +
<body>
  
<div class="clear"></div>
+
<div class="container"> 
 +
    <div style="margin-top: 100px"></div>
  
  
 
<div class="column full_size">
 
<div class="column full_size">
 
<h1> Modeling</h1>
 
<h1> Modeling</h1>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/8/8b/T--UCAS-China--model47.png">
 +
<h2> Why did we model?</h2>
 +
<p>Our goal of this part was to develop the dynamic model of the expression of our outputs, to precisely describe, predict and control the expression of the proteins and the generation of our colors. What’s more, our modelling also provided instructions for our experiments.</p>
  
<p>Mathematical models and computer simulations provide a great way to describe the function and operation of BioBrick Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior in conjunction with experiments in the wetlab.</p>
+
<h2>What have we done?</h2>
 +
<p>Although various actuators were used in our project, we finally chose fluorescent proteins to build our models because fluorescence could be measured easily by ELIASA (microplate reader) and flow cytometry to get quantitative results, and the expression period of fluorescent proteins is much shorter than those of chromoproteins and enzymes. Besides the modelling of the expression of proteins, we also modelled the light intensity distribution in our hardware, to further optimize our hardware to get evener light on the plates and 96-well plates.</p>
  
</div>
+
<p>Our model consisted of six parts. In part 1, we established model about free growth of bacteria. In part 2, we discussed the influence of light on the growth of bacteria. In part 3, the expression of fluorescent proteins over time was described. In part 4, the effect of illuminance on the expression of fluorescence was shown. In part 5, we combined the models in part 3 and part 4, drawing a general view about how the expression of fluorescence changed with time and illuminance. In part 6, we introduced how we built models about our hardware and optimize the design of our hardware. </p>
<div class="clear"></div>
+
  
<div class="column full_size">
+
<h2>How did the models improve our project?</h2>
<h3> Gold Medal Criterion #3</h3>
+
<p>Our model was tightly combined with other parts of our project, especially our experiment and hardware. The part 2 of model provided methods for experiment to make the growth rate of bacterium on same plate even. The part 4 of model revealed how to get wanted R/G/B of color by changing the wavelength of projected light. The part 5 of model shew how to get wanted fluorescence intensity by adjusting the time and illuminance. The part 6 of model gave evidence on the feasibility of hardware improvement.</p>
 +
 
 +
 
 +
<h2>Part1 Dynamics of Free Growth</h2>
 +
 
 +
<p>We created a model to simulate the process of bacteria’s free growth.</p>
 +
<p>Questions to answer:</p>
 +
<p>1. How fast the bacteria grow?</p>
 +
<p>2. Is there growth difference between bacteria carrying different plasmids of outputs?</p>
 +
<p>According to Logistic function [1]:</p>
 +
<p>$$\frac{dN}{dt} = \frac{rN(K-N)}{K}$$</p>
 +
<h5>N refers to the number of bacteria,r refers to the growth rates,K refers to the carrying capacity.</h5>
 +
</center>
 +
 
 +
<p>The value of OD600 is proportional to the number of bacteria in a certain interval, so it was used to present the number of bacteria.</p>
 +
<p>Parameters can be obtained by least square method to fitting the curve into the experiment data. </p>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/2/26/T--UCAS-China--model2.png ">
 +
<h5> Figure 1 Experimental OD absorption fitting curve.</h5>
 +
<br></center>
 +
 
 +
<p>We considered the growth of bacteria carrying different plasmid, which corresponding to two of our outputs. It can be seen that different plasmids bring different metabolism burden to bacterium.
 +
The total expression of outputs can toughly be considered to be proportional to the number of bacteria. The model of free growth is important to predict the total expression, and is also basic for other models.</p>
 +
 
 +
 
 +
<h2>Part 2 Light’s influence to the growth of bacteria</h2>
 +
<p>We developed a model to assess the influence of illuminance to the growth of bacteria.</p>
 +
<p>Questions to answer:</p>
 +
<p>1. How does the illuminance change with distance?</p>
 +
<p>2. What is influence of illuminance to the growth of bacteria?</p>
 +
<p>3. In which illuminance the change rate of growth is lowest?</p>
 +
<p>We measure the illuminance in different distance and get an experience formula describing how illuminance change with distance. Let I(lux) be the illuminance, let x(cm) be the distance, we get:</p>
 +
 
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/5/5c/T--UCAS-China--model3.png">
 +
<h5> Figure 2 Illuminance of different distance.</h5>
 +
<br></center><br>
 +
<p>Let h(cm) be the vertical distance from the plate to the light, and d(cm) be the horizontal distance from the light. We get:</p>
 +
<p>$$x^{2}=d^{2}+h^{2}$$</p></center>
 +
<p>And by measuring d, h, OD600, we get the curve. </p>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/4/4f/T--UCAS-China--model4.png">
 +
<h5>Figure 3 The influence of illuminance to growth of bacteria.</h5>
 +
<br></center>
 +
 
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/d/d1/T--UCAS-China--model5.png">
 +
<h5>Figure 4 Change rate of OD600.</h5>
 +
<br></center>
 +
 
 +
<p>It can be seen from the figure 3 that the light has a negative effect to the growth of bacteria. And larger the illuminance is, slower the bacteria grow. Figure 4 is obtained by the curve from Figure 3, which describes the absolute value of change rate of OD600. And the decrease rate is lowest when the illuminance is around 2200lux, in which condition the growth of bacteria is even。</p>
 +
 
 +
 
 +
<h2>Part 3 How expression of fluorescent changes with time.</h2>
 +
<p>We created a kinetic model to simulate the dynamics of the fluorescent expression system we sued. </p>
 +
<p>Questions to answer:</p>
 +
<p>1. What are the reactions happened in this process?</p>
 +
<p>2. How does the concentrate of outputs change with time?</p>
 +
<p>The following reactions were modelled:</p>
 +
<p>1.$$\varnothing\xrightarrow[k_1]{Light} OmpR1$$
 +
2.$$\varnothing\xrightarrow[k_2]{Light} OmpR2$$
 +
3.$$\varnothing\xrightarrow[k_3]{Light} OmpR3$$
 +
4.$$DNA_{CI}\xrightarrow[k_4]{OmpR1,RNAP}mRNA_{CI}$$
 +
5.$$DNA_{CGG}\xrightarrow[k_5]{OmpR2,RNAP}mRNA_{CGG}$$
 +
6.$$DNA_{phIF}\xrightarrow[k_6]{OmpR3,RNAP}mRNA_{phIF}$$
 +
7.$$mRNA_{CI}\xrightarrow[k_7]{Rib}CI$$
 +
8.$$mRNA_{CGG}\xrightarrow[k_8]{Rib}CGG$$
 +
9.$$mRNA_{phIF}\xrightarrow[k_9]{Rib}phIF$$
 +
10.$$DNA_{K1F}\xrightarrow[k_{10}]{CI RNAP}mRNA_{K1F}$$
 +
11.$$DNA_{T3}\xrightarrow[k_{11}]{phIF RNAP}mRNA_{T3}$$
 +
12.$$Core+mRNA_{K1F}\xrightarrow{k_{12}}Core:mRNA_{K1F}$$
 +
13.$$Core+mRNA_{CGG}\xrightarrow{k_{13}}Core:mRNA_{CGG}$$
 +
14.$$Core+mRNA_{T3}\xrightarrow{k_{14}}Core:mRNA_{T3}$$
 +
15.$$DNA_{RFP}\xrightarrow[k_{15}]{Core:mRNA_{K1F}}mRNA_{RFP}$$
 +
16.$$DNA_{GFP}\xrightarrow[k_{16}]{Core:mRNA_{CGG}}mRNA_{GFP}$$
 +
17.$$DNA_{BFP}\xrightarrow[k_{17}]{Core:mRNA_{T3}}mRNA_{BFP}$$
 +
18.$$mRNA_{RFP}\xrightarrow[k_{18}]{Rib}RFP$$
 +
19.$$mRNA_{GFP}\xrightarrow[k_{19}]{Rib}GFP$$
 +
20.$$mRNA_{BFP}\xrightarrow[k_{20}]{Rib}BFP$$
 +
21.$$mRNA_{CI}\xrightarrow{k_{21}}\varnothing$$
 +
22.$$mRNA_{CGG}\xrightarrow{k_{22}}\varnothing$$
 +
23.$$mRNA_{phIF}\xrightarrow{k_{23}}\varnothing$$
 +
24.$$CI\xrightarrow{k_{24}}\varnothing$$
 +
25.$$CGG\xrightarrow{{k_25}}\varnothing$$
 +
26.$$phIF\xrightarrow{k_{26}}\varnothing$$
 +
27.$$mRNA_{K1F}\xrightarrow{k_{27}}\varnothing$$
 +
28.$$mRNA_{T3}\xrightarrow{k_{28}}\varnothing$$
 +
29.$$RFP\xrightarrow[k_{29}]{Rib}\varnothing$$
 +
30.$$GFP\xrightarrow[k_{30}]{Rib}\varnothing$$
 +
31.$$BFP\xrightarrow[k_{31}]{Rib}\varnothing$$
 +
32.$$OmpR1\xrightarrow{k_{32}}\varnothing $$
 +
33.$$OmpR2\xrightarrow{k_{33}}\varnothing $$
 +
34.$$OmpR3\xrightarrow{k_{34}}\varnothing $$
 +
35.$$mRNA_{RFP}\xrightarrow{k_{35}}\varnothing $$
 +
36.$$mRNA_{GFP}\xrightarrow{k_{36}}\varnothing $$
 +
37.$$mRNA_{BFP}\xrightarrow{k_{37}}\varnothing $$</p>
 +
 
 +
<p>The process of expression of RFP and GFP are similar, the process of GFP are different.</p>
 +
<p>We consider the expression of RFP first.</p>
 +
<p>1.$$\varnothing\xrightarrow[k_1]{Light} OmpR1$$
 +
4.$$DNA_{CI}\xrightarrow[k_4]{OmpR1,RNAP}mRNA_{CI}$$
 +
7.$$mRNA_{CI}\xrightarrow[k_7]{Rib}CI$$
 +
10.$$DNA_{K1F}\xrightarrow[k_{10}]{CI RNAP}mRNA_{K1F}$$
 +
12.$$Core+mRNA_{K1F}\xrightarrow{k_{12}}Core:mRNA_{K1F}$$
 +
15.$$DNA_{RFP}\xrightarrow[k_{15}]{Core:mRNA_{K1F}}mRNA_{RFP}$$
 +
18.$$mRNA_{RFP}\xrightarrow[k_{18}]{Rib}RFP$$
 +
21.$$mRNA_{CI}\xrightarrow{k_{21}}\varnothing$$
 +
24.$$CI\xrightarrow{k_{24}}\varnothing$$
 +
27.$$mRNA_{K1F}\xrightarrow{k_{27}}\varnothing$$
 +
29.$$RFP\xrightarrow[k_{29}]{Rib}\varnothing$$
 +
32.$$OmpR1\xrightarrow{k_{32}}\varnothing $$</p>
 +
 
 +
<p>[X] refers to the concentration of X in equations appearing behind.</p>
 +
<p>The sensor sense light and influence the product of OmpR1.</p>
 +
<p>1.$$\varnothing\xrightarrow[k_1]{Light} OmpR1$$
 +
32.$$OmpR1\xrightarrow{k_{32}}\varnothing $$</p>
 +
<p>k1 refers to generation rate of OmpR1, and is related to the type of light. For a certain light, k1 is a const.</p>
 +
<p>k32 refers to the decay rate of OmpR1, and is related to the concentration of OmpR1.</p>
 +
<p>$$\frac{d[OmpR1]}{dt}=k_1-k_{32}[OmpR1]$$</p>
 +
<p>The transcription of protein CI is regulated by OmpR1.</p>
 +
<p>4.$$DNA_{CI}\xrightarrow[k_4]{OmpR1,RNAP}mRNA_{CI}$$</p>
 +
<p>We get</p>
 +
<p>$$\frac{d[OmpR1]}{dt}=k_1-k_{32}[OmpR1]$$</p>
 +
<p>By the assumption that the decay rate of mRNA is large, the concentration change of mRNA is nearly zero.</p>
 +
<p>$$\frac{d[mRNA_{CI}]}{dt}=k_4[DNA_{CI}]-k_{21}[mRNA_{CI}]=0$$</p>
 +
<p>k4 is a function of [OmpR1] and [RNAP]. The concentration of RNAP can be considered as a const. The regulation of OmpR1 can be expressed as a form of Hill equation [2]. We get:</p>
 +
<p>$k_4=k_4([OmpR1],[RNAP])=\frac{V_4[OmpR1]^{n_1}}{K_4+[OmpR1]^{n1}}$</p>
 +
<p>The translation of CI:</p>
 +
<p>7.$$mRNA_{CI}\xrightarrow[k_7]{Rib}CI$$
 +
24.$$CI\xrightarrow{k_{24}}\varnothing$$</p>
 +
<p>The concentration of CI can be presented as:</p>
 +
<p>$$\frac{d[CI]}{dt}=k_{7}[mRNA_{CI}]-k_{24}[CI]$$</p>
 +
<p>The expression σKIF is regulated by CI:</p>
 +
<p>10.$$DNA_{K1F}\xrightarrow[k_{10}]{CI RNAP}mRNA_{K1F}$$
 +
27.$$mRNA_{K1F}\xrightarrow{k_{27}}\varnothing$$</p>
 +
<p>We get</p>
 
<p>
 
<p>
Convince the judges that your project's design and/or implementation is based on insight you have gained from modeling. This could be either a new model you develop or the implementation of a model from a previous team. You must thoroughly document your model's contribution to your project on your team's wiki, including assumptions, relevant data, model results, and a clear explanation of your model that anyone can understand.  
+
$$frac{dmRNA_{KIF}}{dt}=k_{10}[DNA_{KIF}]-k_{27}[mRNA_{KIF}]=0$$
<br><br>
+
$$[mRNA_{KIF}]=\frac{[DNA_{KIF}]}{k_{27}}*k_{10}([CI])$$</p>
The model should impact your project design in a meaningful way. Modeling may include, but is not limited to, deterministic, exploratory, molecular dynamic, and stochastic models. Teams may also explore the physical modeling of a single component within a system or utilize mathematical modeling for predicting function of a more complex device.
+
<p>k10 is a function of [OmpR1] and [RNAP]. The concentration of RNAP can be considered as a const. The repression of CI can be expressed as a form of a transformative Hill equation [2].</p>
 +
<p>$$k_{10}=k10([CI],[RNAP])=\frac{V_{10}}{K_{10}+[CI]^{n_2}}$$</p>
 +
<p>Then σKIF combine with the core, forming Core:mRNAKIF, a complete RNAP. We consider the concentration of Core:mRNAKIF is in direct proportion to the concentration of mRNAKIF[3].The combination is then involved in the transcription of RFP:</p>
 +
<p>15.$DNA_{RFP}\xrightarrow[k_{15}]{Core:mRNA_{K1F}}mRNA_{RFP}$
 +
35.$$mRNA_{RFP}\xrightarrow{k_{35}}\varnothing $$</p>
 +
<p>We get</p>
 +
<p>$$[Core:mRNA_{KIF}]=\frac{N*[mRNA_{KIF}]}{[mRNA_{KIF}]+[mRNA_{CGG}]+[mRNA_{T3}]}$$
 +
$$\frac{dmRNA_{RFP}}{dt}=k_{15}-k_{35}[mRNA_{RFP}]=0$$
 +
$$[mRNA_{RFP}]=\frac{[DNA_{RFP}]}{k_{35}}*k_{15}$$</p>
 +
<p>k15 is a function of [Core:mRNAKIF], and according to Michaelis-Menten equation[4], the function is in form of:</p>
 +
<p>$$k_{15}=k_{15}[Core:mRNA_{KIF}]=\frac{V_{15}*Core:mRNA_{KIF}}{K_{15}+Core:mRNA_{KIF}}$$</p>
 +
<p>And then is the translation of RFP:</p>
 +
<p>18.$$mRNA_{RFP}\xrightarrow[k_{18}]{Rib}RFP$$
 +
29.$$RFP\xrightarrow[k_{29}]{Rib}\varnothing$$</p>
 +
<p>We get the last equation:</p>
 +
<p>$$\frac{d[RFP]}{dt}=k_{18}[mRNA_{RFP}]-k_{29}[RFP]$$</p>
 +
<p>Similarly, we can get the equations BFP’s expression:</p>
 +
<img class="img-responsive img-center" width="400px;" src=" https://static.igem.org/mediawiki/2018/2/2c/T--UCAS-China--model36.png">
 +
<p>The progress of GFP’s expression is different, the equations are:</p>
 +
<img class="img-responsive img-center" width="400px;" src=" https://static.igem.org/mediawiki/2018/5/55/T--UCAS-China--model37.png">
 +
<p>We take expression of fluorescent in red light as example.</p>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/5/53/T--UCAS-China--model38.png">
 +
<h5>Figure 5 The concentration of three kinds of fluorescent proteins in red light.</h5>
 +
<br></center><br>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/2/25/T--UCAS-China--model39.png">
 +
<h5>Figure 6 The relative concentration of three kinds of fluorescent proteins in red light.</h5>
 +
<br></center><br>
 +
 
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/7/78/T--UCAS-China--model40.png">
 +
<h5>Figure 7 The change of blue and green fluorescence when the concentration of mRNAKIF changes.</h5>
 +
<br></center><br>
 +
<p>The data and the curve obtained by equations have similar value and trend, which proves that the simulation is reliable.</p>
 +
<p>We can acquire a better understanding of the light sensor and RNAP system[4] through the model. The relationship between concentration of three flourescence and time are shown in figure5 and figure6.</p>
 +
<p>Figure 7 shows the change of BFP and GFP concentration when the concentration of mRNAKIF is twice, five, and ten times than the concentration in figure 6.</p>
 +
<p>The relationship between concentration of three flourescence and time are simulized, which can help us get assumed flourescence concentration by altering the time.</p>
 +
 
 +
 
 +
 
 +
 
 +
<h2>Part 4 The light’s influence to the expression of fluorescent protein.</h2>
 +
<p>We established models to assess how illuminance and wavelength effect the expression of fluorescent.</p>
 +
<p>Questions to answer:</p>
 +
<p>1. How does illuminance effect the expression of fluorescent?</p>
 +
<p>2. How does wavelength effect the expression of fluorescent?</p>
 +
<p>3. What is the color difference among difference color acquired in different light of wavelength?</p>
 +
<p>We consider the influence of intensity first.</p>
 +
<p>Bacteria are put in different illuminance of light, and it is shown that the illuminance of light has a negative effect to the expression of fluorescent. The expression of RFP gradually increases at beginning several hours, and reaches a plateau.</p>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/3/3b/T--UCAS-China--model41.png">
 +
<h5>Figure 8 Fluorescence in different illuminance of red light.</h5>
 +
<br></center><br>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/b/bf/T--UCAS-China--model42.png">
 +
<h5>Figure 9 The RFP value of plateau in different illuminance of red light.</h5>
 +
<br></center><br>
 +
<p>The expression of fluorescent decreases when the illuminance increases though the light can motivate the light sensor, indicating that at a certain illuminance, the switch is open and will not change even the illuminance is larger. As the increase of illuminance, the growth and expression of fluorescent are slower, causing the decrease of fluorescent.</p>
 +
<p>Except illustrating the influence between wavelength and fluorescent, we choose another way to show the influence of wavelength more directly. We project 11 kinds of different monochromatic light to plate with our bacteria in a certain intensity, and motivate three kinds of fluorescent separately, take the photo in a same condition, and compound the three pictures. As expected, the compound pictures are nearly in one color. We get the color’s RGB value, and get a fitting curve.</p>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/c/ce/T--UCAS-China--model43.png">
 +
<h5>Figure 10 The relationship between wavelength and expression of fluorescent.</h5>
 +
<br></center><br>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/e/e2/T--UCAS-China--model44.png">
 +
<h5>Figure 11 The RGB value of color obtained from plate and fitting curve.</h5>
 +
<br></center><br>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/e/ef/T--UCAS-China--model45.png">
 +
<h5>Figure 12 The relative RGB value of color obtained from plate and fitting curve.</h5>
 +
<br></center><br>
 +
<p>This curve illustrates how our system responses to different excitation wavelength, which meets the wave band of visible.</p>
 +
<p>Then we analyze the color difference based on human’s vision among different colors.</p>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/9/94/T--UCAS-China--model46.png">
 +
<h5>Figure 13 The color difference among different colors.</h5>
 +
<br></center><br>
 +
<p>In Figure 13, the color in diagonal line is dark blue, manifesting the color difference is zero. Smaller the color difference is, closer the color in cross point is to blue. Huger the color difference is, closer the color in cross point is to yellow.</p>
 +
<p>The color obtained in similar wavelength of light has similar R/G/B value, and generally, huger interval of wavelength brings huger difference of the R/G/B of plate’s color. </p>
 +
<p>This model describes the influence of light to fluorescent. The model of illuminance helps us to acquire wanted intensity, and the model of wavelength helps us to acquire wanted R/G/B value. </p>
 +
 
 +
 
 +
 
 +
<p>Part 5 The influence of illuminance and time to the expression of fluorescent protein.</p>
 +
<p>In this part, we combine the result 3 with 4, and get an isogram of expression of fluorescent, which reflect the influence of illuminance and time to the expression of fluorescent.</p>
 +
<p>Question to answer:</p>
 +
<p>1. What is influence of illuminance and time to the expression of fluorescent?</p>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/8/8b/T--UCAS-China--model47.png">
 +
<h5>Figure 14 The expression of fluorescent in different illuminance and time.</h5>
 +
<br></center><br>
 +
<p>Generally, if the time is longer, the illuminance is lower, the more fluorescent will be produced.
 +
This model considers the coeffect of time and illuminance to the concentration of fluorescent, and wet get the relationship between wavelength and R/G/B value of color. Thus, we can get wanted color as long as we project light of proper wavelength, time and illuminance.
 
</p>
 
</p>
  
<p>
+
 
Please see the <a href="https://2018.igem.org/Judging/Medals"> 2018
+
 
Medals Page</a> for more information.  
+
 
 +
<h2> Part 6 Model about hardware.</h2>
 +
<p> Except parts mentioned above, in our experiment of projecting light to plate, we also established a model to help us design and remold our hardware to make the light distribution on one plate is nearly uniform. </p>
 +
<p> Question to answer:</p>
 +
1. <p> Is the design of hardware improvement feasible?</p>
 +
<p> Assumptions </p>
 +
<p>1. The luminous flux of LED is the same at all angles above the surface.
 
</p>
 
</p>
</div>
+
<p>2.Only specular reflection occurs on the side face and no reflection on other surfaces. Only reflections for the first time is considered.
 +
</p>
 +
<p>3.Simplify the container to a cylinder.
 +
</p>
 +
<p> We use the relation of illuminance and distance in model 2 to calculate illuminance at the bottom.
 +
</p>
 +
<img class="img-responsive img-center" width="1000px;" src=" https://static.igem.org/mediawiki/2018/e/e9/T--UCAS-China--model48.png ">
 +
<h5> Figure 15 The distribution of illuminance at the bottom
 +
</h5>
  
<div class="column two_thirds_size">
+
<br></center><br>
<h3>Best Model Special Prize</h3>
+
  
<p>
+
 
To compete for the <a href="https://2018.igem.org/Judging/Awards">Best Model prize</a>, please describe your work on this page  and also fill out the description on the <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a>. Please note you can compete for both the gold medal criterion #3 and the best model prize with this page.
+
<p> The distribution of light intensity is almost even, which proves that our improvement of hardware is effective.
<br><br>
+
You must also delete the message box on the top of this page to be eligible for the Best Model Prize.
+
 
</p>
 
</p>
  
</div>
 
  
  
<div class="column third_size">
+
 
<div class="highlight decoration_A_full">
+
<h2> Reference</h2>
<h3> Inspiration </h3>
+
 
<p>
+
<p>[1] Berkson, J. (1944). Application of the logistic function to bio-assay. Publications of the American Statistical Association, 39(227), 357-365.
Here are a few examples from previous teams:
+
 
</p>
 
</p>
<ul>
+
<p>[2] Hill, A. V. (1910). The possible effects of the aggregation of the molecules of hemoglobin on its dissociation curves. The Journal of Physiology, 40, i--vii.
<li><a href="https://2016.igem.org/Team:Manchester/Model">2016 Manchester</a></li>
+
</p>
<li><a href="https://2016.igem.org/Team:TU_Delft/Model">2016 TU Delft</li>
+
<p>[3] Segallshapiro, T. H., Meyer, A. J., Ellington, A. D., Sontag, E. D., & Voigt, C. A. (2014). A 'resource allocator' for transcription based on a highly fragmented t7 rna polymerase. Molecular Systems Biology, 10(7), 742.</p>
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">2014 ETH Zurich</a></li>
+
<p>[4] Thiel, A. (1903). Lois générales de l'action des diastases, par v ictor, h enri. viii und 129 seiten. (paris, a. h ermann, 1903.). Zeitschrift Für Anorganische Chemie, 35(1), 382-382.
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">2014 Waterloo</a></li>
+
</ul>
+
</div>
+
</div>
+
  
 +
</p>
 +
 +
 +
 +
 +
 +
 +
 +
</div>
 +
</body>
 
</html>
 
</html>
 +
 +
{{UCAS-China/footer}}

Latest revision as of 06:58, 11 December 2018

Modeling

Why did we model?

Our goal of this part was to develop the dynamic model of the expression of our outputs, to precisely describe, predict and control the expression of the proteins and the generation of our colors. What’s more, our modelling also provided instructions for our experiments.

What have we done?

Although various actuators were used in our project, we finally chose fluorescent proteins to build our models because fluorescence could be measured easily by ELIASA (microplate reader) and flow cytometry to get quantitative results, and the expression period of fluorescent proteins is much shorter than those of chromoproteins and enzymes. Besides the modelling of the expression of proteins, we also modelled the light intensity distribution in our hardware, to further optimize our hardware to get evener light on the plates and 96-well plates.

Our model consisted of six parts. In part 1, we established model about free growth of bacteria. In part 2, we discussed the influence of light on the growth of bacteria. In part 3, the expression of fluorescent proteins over time was described. In part 4, the effect of illuminance on the expression of fluorescence was shown. In part 5, we combined the models in part 3 and part 4, drawing a general view about how the expression of fluorescence changed with time and illuminance. In part 6, we introduced how we built models about our hardware and optimize the design of our hardware.

How did the models improve our project?

Our model was tightly combined with other parts of our project, especially our experiment and hardware. The part 2 of model provided methods for experiment to make the growth rate of bacterium on same plate even. The part 4 of model revealed how to get wanted R/G/B of color by changing the wavelength of projected light. The part 5 of model shew how to get wanted fluorescence intensity by adjusting the time and illuminance. The part 6 of model gave evidence on the feasibility of hardware improvement.

Part1 Dynamics of Free Growth

We created a model to simulate the process of bacteria’s free growth.

Questions to answer:

1. How fast the bacteria grow?

2. Is there growth difference between bacteria carrying different plasmids of outputs?

According to Logistic function [1]:

$$\frac{dN}{dt} = \frac{rN(K-N)}{K}$$

N refers to the number of bacteria,r refers to the growth rates,K refers to the carrying capacity.

The value of OD600 is proportional to the number of bacteria in a certain interval, so it was used to present the number of bacteria.

Parameters can be obtained by least square method to fitting the curve into the experiment data.

Figure 1 Experimental OD absorption fitting curve.

We considered the growth of bacteria carrying different plasmid, which corresponding to two of our outputs. It can be seen that different plasmids bring different metabolism burden to bacterium. The total expression of outputs can toughly be considered to be proportional to the number of bacteria. The model of free growth is important to predict the total expression, and is also basic for other models.

Part 2 Light’s influence to the growth of bacteria

We developed a model to assess the influence of illuminance to the growth of bacteria.

Questions to answer:

1. How does the illuminance change with distance?

2. What is influence of illuminance to the growth of bacteria?

3. In which illuminance the change rate of growth is lowest?

We measure the illuminance in different distance and get an experience formula describing how illuminance change with distance. Let I(lux) be the illuminance, let x(cm) be the distance, we get:

Figure 2 Illuminance of different distance.


Let h(cm) be the vertical distance from the plate to the light, and d(cm) be the horizontal distance from the light. We get:

$$x^{2}=d^{2}+h^{2}$$

And by measuring d, h, OD600, we get the curve.

Figure 3 The influence of illuminance to growth of bacteria.

Figure 4 Change rate of OD600.

It can be seen from the figure 3 that the light has a negative effect to the growth of bacteria. And larger the illuminance is, slower the bacteria grow. Figure 4 is obtained by the curve from Figure 3, which describes the absolute value of change rate of OD600. And the decrease rate is lowest when the illuminance is around 2200lux, in which condition the growth of bacteria is even。

Part 3 How expression of fluorescent changes with time.

We created a kinetic model to simulate the dynamics of the fluorescent expression system we sued.

Questions to answer:

1. What are the reactions happened in this process?

2. How does the concentrate of outputs change with time?

The following reactions were modelled:

1.$$\varnothing\xrightarrow[k_1]{Light} OmpR1$$ 2.$$\varnothing\xrightarrow[k_2]{Light} OmpR2$$ 3.$$\varnothing\xrightarrow[k_3]{Light} OmpR3$$ 4.$$DNA_{CI}\xrightarrow[k_4]{OmpR1,RNAP}mRNA_{CI}$$ 5.$$DNA_{CGG}\xrightarrow[k_5]{OmpR2,RNAP}mRNA_{CGG}$$ 6.$$DNA_{phIF}\xrightarrow[k_6]{OmpR3,RNAP}mRNA_{phIF}$$ 7.$$mRNA_{CI}\xrightarrow[k_7]{Rib}CI$$ 8.$$mRNA_{CGG}\xrightarrow[k_8]{Rib}CGG$$ 9.$$mRNA_{phIF}\xrightarrow[k_9]{Rib}phIF$$ 10.$$DNA_{K1F}\xrightarrow[k_{10}]{CI RNAP}mRNA_{K1F}$$ 11.$$DNA_{T3}\xrightarrow[k_{11}]{phIF RNAP}mRNA_{T3}$$ 12.$$Core+mRNA_{K1F}\xrightarrow{k_{12}}Core:mRNA_{K1F}$$ 13.$$Core+mRNA_{CGG}\xrightarrow{k_{13}}Core:mRNA_{CGG}$$ 14.$$Core+mRNA_{T3}\xrightarrow{k_{14}}Core:mRNA_{T3}$$ 15.$$DNA_{RFP}\xrightarrow[k_{15}]{Core:mRNA_{K1F}}mRNA_{RFP}$$ 16.$$DNA_{GFP}\xrightarrow[k_{16}]{Core:mRNA_{CGG}}mRNA_{GFP}$$ 17.$$DNA_{BFP}\xrightarrow[k_{17}]{Core:mRNA_{T3}}mRNA_{BFP}$$ 18.$$mRNA_{RFP}\xrightarrow[k_{18}]{Rib}RFP$$ 19.$$mRNA_{GFP}\xrightarrow[k_{19}]{Rib}GFP$$ 20.$$mRNA_{BFP}\xrightarrow[k_{20}]{Rib}BFP$$ 21.$$mRNA_{CI}\xrightarrow{k_{21}}\varnothing$$ 22.$$mRNA_{CGG}\xrightarrow{k_{22}}\varnothing$$ 23.$$mRNA_{phIF}\xrightarrow{k_{23}}\varnothing$$ 24.$$CI\xrightarrow{k_{24}}\varnothing$$ 25.$$CGG\xrightarrow{{k_25}}\varnothing$$ 26.$$phIF\xrightarrow{k_{26}}\varnothing$$ 27.$$mRNA_{K1F}\xrightarrow{k_{27}}\varnothing$$ 28.$$mRNA_{T3}\xrightarrow{k_{28}}\varnothing$$ 29.$$RFP\xrightarrow[k_{29}]{Rib}\varnothing$$ 30.$$GFP\xrightarrow[k_{30}]{Rib}\varnothing$$ 31.$$BFP\xrightarrow[k_{31}]{Rib}\varnothing$$ 32.$$OmpR1\xrightarrow{k_{32}}\varnothing $$ 33.$$OmpR2\xrightarrow{k_{33}}\varnothing $$ 34.$$OmpR3\xrightarrow{k_{34}}\varnothing $$ 35.$$mRNA_{RFP}\xrightarrow{k_{35}}\varnothing $$ 36.$$mRNA_{GFP}\xrightarrow{k_{36}}\varnothing $$ 37.$$mRNA_{BFP}\xrightarrow{k_{37}}\varnothing $$

The process of expression of RFP and GFP are similar, the process of GFP are different.

We consider the expression of RFP first.

1.$$\varnothing\xrightarrow[k_1]{Light} OmpR1$$ 4.$$DNA_{CI}\xrightarrow[k_4]{OmpR1,RNAP}mRNA_{CI}$$ 7.$$mRNA_{CI}\xrightarrow[k_7]{Rib}CI$$ 10.$$DNA_{K1F}\xrightarrow[k_{10}]{CI RNAP}mRNA_{K1F}$$ 12.$$Core+mRNA_{K1F}\xrightarrow{k_{12}}Core:mRNA_{K1F}$$ 15.$$DNA_{RFP}\xrightarrow[k_{15}]{Core:mRNA_{K1F}}mRNA_{RFP}$$ 18.$$mRNA_{RFP}\xrightarrow[k_{18}]{Rib}RFP$$ 21.$$mRNA_{CI}\xrightarrow{k_{21}}\varnothing$$ 24.$$CI\xrightarrow{k_{24}}\varnothing$$ 27.$$mRNA_{K1F}\xrightarrow{k_{27}}\varnothing$$ 29.$$RFP\xrightarrow[k_{29}]{Rib}\varnothing$$ 32.$$OmpR1\xrightarrow{k_{32}}\varnothing $$

[X] refers to the concentration of X in equations appearing behind.

The sensor sense light and influence the product of OmpR1.

1.$$\varnothing\xrightarrow[k_1]{Light} OmpR1$$ 32.$$OmpR1\xrightarrow{k_{32}}\varnothing $$

k1 refers to generation rate of OmpR1, and is related to the type of light. For a certain light, k1 is a const.

k32 refers to the decay rate of OmpR1, and is related to the concentration of OmpR1.

$$\frac{d[OmpR1]}{dt}=k_1-k_{32}[OmpR1]$$

The transcription of protein CI is regulated by OmpR1.

4.$$DNA_{CI}\xrightarrow[k_4]{OmpR1,RNAP}mRNA_{CI}$$

We get

$$\frac{d[OmpR1]}{dt}=k_1-k_{32}[OmpR1]$$

By the assumption that the decay rate of mRNA is large, the concentration change of mRNA is nearly zero.

$$\frac{d[mRNA_{CI}]}{dt}=k_4[DNA_{CI}]-k_{21}[mRNA_{CI}]=0$$

k4 is a function of [OmpR1] and [RNAP]. The concentration of RNAP can be considered as a const. The regulation of OmpR1 can be expressed as a form of Hill equation [2]. We get:

$k_4=k_4([OmpR1],[RNAP])=\frac{V_4[OmpR1]^{n_1}}{K_4+[OmpR1]^{n1}}$

The translation of CI:

7.$$mRNA_{CI}\xrightarrow[k_7]{Rib}CI$$ 24.$$CI\xrightarrow{k_{24}}\varnothing$$

The concentration of CI can be presented as:

$$\frac{d[CI]}{dt}=k_{7}[mRNA_{CI}]-k_{24}[CI]$$

The expression σKIF is regulated by CI:

10.$$DNA_{K1F}\xrightarrow[k_{10}]{CI RNAP}mRNA_{K1F}$$ 27.$$mRNA_{K1F}\xrightarrow{k_{27}}\varnothing$$

We get

$$frac{dmRNA_{KIF}}{dt}=k_{10}[DNA_{KIF}]-k_{27}[mRNA_{KIF}]=0$$ $$[mRNA_{KIF}]=\frac{[DNA_{KIF}]}{k_{27}}*k_{10}([CI])$$

k10 is a function of [OmpR1] and [RNAP]. The concentration of RNAP can be considered as a const. The repression of CI can be expressed as a form of a transformative Hill equation [2].

$$k_{10}=k10([CI],[RNAP])=\frac{V_{10}}{K_{10}+[CI]^{n_2}}$$

Then σKIF combine with the core, forming Core:mRNAKIF, a complete RNAP. We consider the concentration of Core:mRNAKIF is in direct proportion to the concentration of mRNAKIF[3].The combination is then involved in the transcription of RFP:

15.$DNA_{RFP}\xrightarrow[k_{15}]{Core:mRNA_{K1F}}mRNA_{RFP}$ 35.$$mRNA_{RFP}\xrightarrow{k_{35}}\varnothing $$

We get

$$[Core:mRNA_{KIF}]=\frac{N*[mRNA_{KIF}]}{[mRNA_{KIF}]+[mRNA_{CGG}]+[mRNA_{T3}]}$$ $$\frac{dmRNA_{RFP}}{dt}=k_{15}-k_{35}[mRNA_{RFP}]=0$$ $$[mRNA_{RFP}]=\frac{[DNA_{RFP}]}{k_{35}}*k_{15}$$

k15 is a function of [Core:mRNAKIF], and according to Michaelis-Menten equation[4], the function is in form of:

$$k_{15}=k_{15}[Core:mRNA_{KIF}]=\frac{V_{15}*Core:mRNA_{KIF}}{K_{15}+Core:mRNA_{KIF}}$$

And then is the translation of RFP:

18.$$mRNA_{RFP}\xrightarrow[k_{18}]{Rib}RFP$$ 29.$$RFP\xrightarrow[k_{29}]{Rib}\varnothing$$

We get the last equation:

$$\frac{d[RFP]}{dt}=k_{18}[mRNA_{RFP}]-k_{29}[RFP]$$

Similarly, we can get the equations BFP’s expression:

The progress of GFP’s expression is different, the equations are:

We take expression of fluorescent in red light as example.

Figure 5 The concentration of three kinds of fluorescent proteins in red light.


Figure 6 The relative concentration of three kinds of fluorescent proteins in red light.


Figure 7 The change of blue and green fluorescence when the concentration of mRNAKIF changes.


The data and the curve obtained by equations have similar value and trend, which proves that the simulation is reliable.

We can acquire a better understanding of the light sensor and RNAP system[4] through the model. The relationship between concentration of three flourescence and time are shown in figure5 and figure6.

Figure 7 shows the change of BFP and GFP concentration when the concentration of mRNAKIF is twice, five, and ten times than the concentration in figure 6.

The relationship between concentration of three flourescence and time are simulized, which can help us get assumed flourescence concentration by altering the time.

Part 4 The light’s influence to the expression of fluorescent protein.

We established models to assess how illuminance and wavelength effect the expression of fluorescent.

Questions to answer:

1. How does illuminance effect the expression of fluorescent?

2. How does wavelength effect the expression of fluorescent?

3. What is the color difference among difference color acquired in different light of wavelength?

We consider the influence of intensity first.

Bacteria are put in different illuminance of light, and it is shown that the illuminance of light has a negative effect to the expression of fluorescent. The expression of RFP gradually increases at beginning several hours, and reaches a plateau.

Figure 8 Fluorescence in different illuminance of red light.


Figure 9 The RFP value of plateau in different illuminance of red light.


The expression of fluorescent decreases when the illuminance increases though the light can motivate the light sensor, indicating that at a certain illuminance, the switch is open and will not change even the illuminance is larger. As the increase of illuminance, the growth and expression of fluorescent are slower, causing the decrease of fluorescent.

Except illustrating the influence between wavelength and fluorescent, we choose another way to show the influence of wavelength more directly. We project 11 kinds of different monochromatic light to plate with our bacteria in a certain intensity, and motivate three kinds of fluorescent separately, take the photo in a same condition, and compound the three pictures. As expected, the compound pictures are nearly in one color. We get the color’s RGB value, and get a fitting curve.

Figure 10 The relationship between wavelength and expression of fluorescent.


Figure 11 The RGB value of color obtained from plate and fitting curve.


Figure 12 The relative RGB value of color obtained from plate and fitting curve.


This curve illustrates how our system responses to different excitation wavelength, which meets the wave band of visible.

Then we analyze the color difference based on human’s vision among different colors.

Figure 13 The color difference among different colors.


In Figure 13, the color in diagonal line is dark blue, manifesting the color difference is zero. Smaller the color difference is, closer the color in cross point is to blue. Huger the color difference is, closer the color in cross point is to yellow.

The color obtained in similar wavelength of light has similar R/G/B value, and generally, huger interval of wavelength brings huger difference of the R/G/B of plate’s color.

This model describes the influence of light to fluorescent. The model of illuminance helps us to acquire wanted intensity, and the model of wavelength helps us to acquire wanted R/G/B value.

Part 5 The influence of illuminance and time to the expression of fluorescent protein.

In this part, we combine the result 3 with 4, and get an isogram of expression of fluorescent, which reflect the influence of illuminance and time to the expression of fluorescent.

Question to answer:

1. What is influence of illuminance and time to the expression of fluorescent?

Figure 14 The expression of fluorescent in different illuminance and time.


Generally, if the time is longer, the illuminance is lower, the more fluorescent will be produced. This model considers the coeffect of time and illuminance to the concentration of fluorescent, and wet get the relationship between wavelength and R/G/B value of color. Thus, we can get wanted color as long as we project light of proper wavelength, time and illuminance.

Part 6 Model about hardware.

Except parts mentioned above, in our experiment of projecting light to plate, we also established a model to help us design and remold our hardware to make the light distribution on one plate is nearly uniform.

Question to answer:

1.

Is the design of hardware improvement feasible?

Assumptions

1. The luminous flux of LED is the same at all angles above the surface.

2.Only specular reflection occurs on the side face and no reflection on other surfaces. Only reflections for the first time is considered.

3.Simplify the container to a cylinder.

We use the relation of illuminance and distance in model 2 to calculate illuminance at the bottom.

Figure 15 The distribution of illuminance at the bottom


The distribution of light intensity is almost even, which proves that our improvement of hardware is effective.

Reference

[1] Berkson, J. (1944). Application of the logistic function to bio-assay. Publications of the American Statistical Association, 39(227), 357-365.

[2] Hill, A. V. (1910). The possible effects of the aggregation of the molecules of hemoglobin on its dissociation curves. The Journal of Physiology, 40, i--vii.

[3] Segallshapiro, T. H., Meyer, A. J., Ellington, A. D., Sontag, E. D., & Voigt, C. A. (2014). A 'resource allocator' for transcription based on a highly fragmented t7 rna polymerase. Molecular Systems Biology, 10(7), 742.

[4] Thiel, A. (1903). Lois générales de l'action des diastases, par v ictor, h enri. viii und 129 seiten. (paris, a. h ermann, 1903.). Zeitschrift Für Anorganische Chemie, 35(1), 382-382.