Difference between revisions of "Team:FAFU-CHINA/Modeling"

Line 60: Line 60:
 
}
 
}
  
div#sub > p1{
+
div#sub > i{
 
     left:5%;
 
     left:5%;
 
     width:90%;
 
     width:90%;
Line 109: Line 109:
 
<div id="sub"><p><span style="display:-moz-inline-box; display:inline-block; width:25px;"></span><img src="https://static.igem.org/mediawiki/2015/2/2c/FAFU-CHINA_MD2.png" height="393.3" width="608.4"/></p></div>
 
<div id="sub"><p><span style="display:-moz-inline-box; display:inline-block; width:25px;"></span><img src="https://static.igem.org/mediawiki/2015/2/2c/FAFU-CHINA_MD2.png" height="393.3" width="608.4"/></p></div>
  
<div id="sub"><p1><span style="display:-moz-inline-box; display:inline-block; width:25px;"></span>Figure 1. The curve is matched by the formula mentioned above.</p1></div>
+
<div id="sub"><i><span style="display:-moz-inline-box; display:inline-block; width:25px;"></span>Figure 1. The curve is matched by the formula mentioned above.</i></div>
  
  

Revision as of 19:21, 18 September 2015

Modeling





Modeling


In FAFU’s project, it is difficult to measure the quantitative data and determine the amount of dsRNAs which is fed to the larvae. So in the modeling part, we devoted to establishing an accurate mathematical model to simulate the dsRNA expression according to the mechanism of T7 promoter. After the model is built, we can determine the relationship between the concentration of IPTG and the production of dsRNA . Then we can control the amount of dsRNAs which if fed to the larvae by controlling the concentration of IPTG easily.


We know that T7 promoter is a kind of inducible promoter. Hill equation can be used to simulate the effect of T7 promoter. In T7 strength model, the independent variable is the concentration of IPTG, and the dependent variable is the production of dsRNA.


1.The Model Simulating the Change of dsRNA with Time in Different Concentration of IPTG

By observing the pattern of the data, we figure out that the Logistic equation, which is often used to simulate the growth of population, can model the trend best. Thus, we adapt the formulain the following fitting, where a is the concentration of dsRNA in the steady state.


When the concentration of IPTG=0.3mmol/L, the result of curve fitting is:

General model:

Coefficients (with 95% confidence bounds):

a = 0.3241 (0.299, 0.3492)

b = 35.95 (-79.99, 151.9)

c = 1.829 (0.3231, 3.334)

Goodness of fit:

SSE: 0.00333

R-square: 0.9676

Adjusted R-square: 0.9567

RMSE: 0.02356

Figure 1. The curve is matched by the formula mentioned above.