Line 18: | Line 18: | ||
<div class="pagediv"> | <div class="pagediv"> | ||
<br> | <br> | ||
− | <div class= | + | <div class="para"> |
Violacein is a fluorescent reporter with anticancer activity (Carvalho et al., 2006) | Violacein is a fluorescent reporter with anticancer activity (Carvalho et al., 2006) | ||
that has been used in several other iGEM projects (<a href="https://2009.igem.org/Team:Cambridge">Cambridge 2009</a>, <a href="https://2009.igem.org/Team:Cambridge">Slovenia 2010</a>, | that has been used in several other iGEM projects (<a href="https://2009.igem.org/Team:Cambridge">Cambridge 2009</a>, <a href="https://2009.igem.org/Team:Cambridge">Slovenia 2010</a>, | ||
Line 40: | Line 40: | ||
<div class="pagediv"> | <div class="pagediv"> | ||
<br> | <br> | ||
− | <div class= | + | <div class="para> |
Create a biochemical model of the violacein production based on the synthetic | Create a biochemical model of the violacein production based on the synthetic | ||
pathway and violacein production data from bacteria with different promoters for | pathway and violacein production data from bacteria with different promoters for | ||
Line 52: | Line 52: | ||
</div> | </div> | ||
<div class="pagediv"> | <div class="pagediv"> | ||
− | <div class= | + | <div class="para"> |
<ol> | <ol> | ||
<li>The rate of dilution of the enzymes and the intermediaries is much greater than | <li>The rate of dilution of the enzymes and the intermediaries is much greater than | ||
Line 75: | Line 75: | ||
<div class="pagediv"> | <div class="pagediv"> | ||
<br> | <br> | ||
− | <div class= | + | <div class="para"> |
− | <div class= | + | <div class="h3">1. Modeling Promoter Strength</div> |
<br> | <br> | ||
Because a major goal of the model is to predict the effects of the selection of | Because a major goal of the model is to predict the effects of the selection of | ||
Line 98: | Line 98: | ||
<br><br> | <br><br> | ||
− | <img src="https://static.igem.org/mediawiki/2016/ | + | <img src="https://static.igem.org/mediawiki/2016/2/28/Protomter_Equations_new.png" style="display: block; margin: auto; width: 25%"> |
<br><br> | <br><br> | ||
Line 104: | Line 104: | ||
<br><br> | <br><br> | ||
− | <img src="https://static.igem.org/mediawiki/2016/ | + | <img src="https://static.igem.org/mediawiki/2016/5/54/Promoter_ODE_new.png" style="display: block; margin: auto; width: 25%"> |
<br><br> | <br><br> | ||
Line 120: | Line 120: | ||
<br><br> | <br><br> | ||
− | In the table, ki (i = 1,2,3,4,5) are the production rate coefficients of promoter I (i = 1,2,3,4,5), and kd is the degradation rate coefficient of all promoters. | + | <b>Table 1.</b> Parameters realted to promoter strength and degradation of molecules. In the table, ki (i = 1,2,3,4,5) are the production rate coefficients of promoter I (i = 1,2,3,4,5), and kd is the degradation rate coefficient of all promoters. |
<br><br> | <br><br> | ||
Line 154: | Line 154: | ||
<li>Set the initial guess of the parameters.</li> | <li>Set the initial guess of the parameters.</li> | ||
<li>Load the data from literature, which include the choice of promoter for each gene and the corresponding violacein yield determined experimentally.</li> | <li>Load the data from literature, which include the choice of promoter for each gene and the corresponding violacein yield determined experimentally.</li> | ||
− | <li>For each promoter selection scenario, pass | + | <li>For each promoter selection scenario, pass the promoter types and the temporary parameters to the steady-state model.</li> |
<li>Obtain the violacein yield predicted by the steady-state model for each promoter selection scenario.</li> | <li>Obtain the violacein yield predicted by the steady-state model for each promoter selection scenario.</li> | ||
<li>Compute the residual sum of squares (RSS) of between the predicted violacein yields and the violacein yields given by experiment.</li> | <li>Compute the residual sum of squares (RSS) of between the predicted violacein yields and the violacein yields given by experiment.</li> | ||
Line 160: | Line 160: | ||
</ol> | </ol> | ||
+ | <br> | ||
+ | |||
+ | Using the principles of mass action kinetics, we derived the system of ODE equations in the model. The equations involves 17 parameters (Table 2). Five parameters (kA, kB, kC, kD and kE) are related to the production rates of the five enzymes, which depend only the strength of the promoter type. Another parameter, kd, is the degradation coefficient of all molecules due to the growth of E.coli. The value of this parameter is fixed and shown in Table1. In addition to these known parameters, the equations include 11 undetermined parameters related to the reaction rates at specific steps in the violacein synthetic pathway. As described in the pseudocode, we used least square regression to determine the optimal values of these parameters. | ||
+ | <br><br> | ||
+ | Each one of the11 differential equations describes the rate of change of specific molecule in the system. The equations consider the production, consumption, and degradation rates of the molecules. Degradation of molecules is described by first order decay. Therefore, the rate of degradation of a molecule depends on a degradation constant and the degradation coefficient. The degradation coefficient is identical for all molecules since it only depends on E.coli growth rate. | ||
+ | <br><br> | ||
+ | <div class="h3"> Differential Equations in the Model</div> | ||
+ | |||
+ | |||
+ | <br><br> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/cf/Enzyme_Production_Rate.png" style="display: block; margin: auto; width: 30%"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/thumb/7/7f/Chemical_Production_Rate_1.png/1200px-Chemical_Production_Rate_1.png" style="display: block; margin: auto; width: 40%"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/thumb/f/fd/Chemical_Production_Rate_2.png/1199px-Chemical_Production_Rate_2.png" style="display: block; margin: auto; width: 40%"> | ||
+ | <br><br> | ||
+ | |||
+ | |||
+ | <div class="fixed_flyer" id = "sec1" style="position:relative;z-index:1"> | ||
+ | <div class = "h1">Results</div> | ||
+ | </div> | ||
+ | <div class="pagediv"> | ||
+ | <br> | ||
+ | <div class="para"> | ||
+ | |||
+ | Our model is able to compute the average violacein yields for all the strains tested experimentally, but can not capture the difference of violacein yield with different promoters strengths. The comparison between the violacein yields determined by experiments and those predicted by our model is shown in Figure 3. The optimal parameters determined by the model are listed in Table 2. | ||
<br><br> | <br><br> | ||
Line 165: | Line 189: | ||
<br><br> | <br><br> | ||
− | <b>Figure 3.</b> | + | <b>Figure 3.</b> VIolacein yield with different promoter combinations. This graph compares the violacein found for various promoter combinations determined by Jones et al., 2013 (shown in blue) with the violacein concentrations that our model predicted for the same promoter combinations. The root-mean-square error (RMSE) is 52.04. |
+ | |||
+ | <br><br> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/b/bb/Full_parameter_table.png" style="display: block; margin: auto; width: 40%"> | ||
+ | <br><br> | ||
+ | |||
+ | <b>Table 2.</b> Notations of parameters. | ||
<br><br> | <br><br> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
Line 172: | Line 207: | ||
<div class = "h1">Discussion</div> | <div class = "h1">Discussion</div> | ||
</div> | </div> | ||
+ | |||
<div class="pagediv"> | <div class="pagediv"> | ||
+ | <br> | ||
+ | <div class="para"> | ||
+ | The current model is not able to show the expected dependence of violacein yield on promoter strength. After reevaluating our assumptions, we identified some potential flaws of the model that might cause the unexpected results. | ||
+ | <br><br> | ||
+ | One of the assumptions from our model is that the rate of production of L-tryptophan is constant and independent of the promoter strength. Jones el al. suggest that the L-tryptophan production rate may be affected by the metabolic burden of the production of the recombinant enzymes (VioA, VioB, etc.). This phenomenon may be caused by the depletion of essential metabolic resource, such as amino acids, mRNA and ATP. Therefore, the L-tryptophan production rate might need to be dependent on enzymes production rates. | ||
+ | <br><br> | ||
+ | Another effect that we didn’t consider is the saturation of the enzymes. To improve our model, we could include these effects by employing Michaelis-Menten Kinetics equations in our next step. Nevertheless, we have been cautious about including this in our model, since increasing the number of parameters, without increasing the number of data points usually causes the overfitting of the model. | ||
+ | <br><br> | ||
+ | Finally, since the violacein pathway has not been fully characterized, it is possible that we ignored some reactions in the complete pathway. Moreover, there may be feedback loops that regulate the pathway. We will need to investigate these possible components and incorporate them into our model if they prove to be present in the pathway. | ||
+ | <br><br> | ||
</div> | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="fixed_flyer" id = "sec1" style="position:relative;z-index:1"> | ||
+ | <div class = "h1">Conclusion</div> | ||
+ | </div> | ||
+ | <div class="pagediv"> | ||
+ | <br> | ||
+ | <div class="para"> | ||
+ | Here we present a method to fit a model of violacein production in E.coli to experimental data of violacein yield with different promoters using nonlinear regression. Although it fails to calculate the dependence on promoter strength, our model is able predict the average violacein concentration. We expect that small changes on the model, such as including a L-tryptophan production dependence of the metabolic burden, would allow us to successfully predict the violacein production in response to the variation of promoter strength. Once the predictive model is complete, we will be able to find the strains that lead to optimal violacein yield computationally. | ||
+ | </div> | ||
+ | </div> | ||
<div class="fixed_flyer" id = "sec6" style="position:relative;z-index:6"> | <div class="fixed_flyer" id = "sec6" style="position:relative;z-index:6"> | ||
Line 214: | Line 271: | ||
if (y>sec1_pos){ | if (y>sec1_pos){ | ||
console.log('sec 1 supposed to move'); | console.log('sec 1 supposed to move'); | ||
− | sec1.stop().animate({'top':y-sec1_pos+18},1); | + | sec1.stop().animate({'top':y-sec1_pos+18},1); |
} | } | ||
} else { | } else { | ||
− | sec1.stop().animate({'top':10},1); | + | sec1.stop().animate({'top':10},1); |
}; | }; | ||
if(y<sec3_pos-50){ | if(y<sec3_pos-50){ | ||
Line 225: | Line 282: | ||
} | } | ||
} else { | } else { | ||
− | sec2.stop().animate({'top':10},1); | + | sec2.stop().animate({'top':10},1); |
}; | }; | ||
if(y<sec4_pos-40){ | if(y<sec4_pos-40){ | ||
Line 233: | Line 290: | ||
} | } | ||
} else { | } else { | ||
− | sec3.stop().animate({'top':10},1); | + | sec3.stop().animate({'top':10},1); |
}; | }; | ||
if(y<sec5_pos-40){ | if(y<sec5_pos-40){ | ||
Line 241: | Line 298: | ||
} | } | ||
} else { | } else { | ||
− | sec4.stop().animate({'top':10},1); | + | sec4.stop().animate({'top':10},1); |
}; | }; | ||
if(y<sec6_pos-40){ | if(y<sec6_pos-40){ | ||
Line 249: | Line 306: | ||
} | } | ||
} else { | } else { | ||
− | sec5.stop().animate({'top':10},1); | + | sec5.stop().animate({'top':10},1); |
− | }; | + | }; |
if(y<3000){ | if(y<3000){ | ||
if(y>sec6_pos){ | if(y>sec6_pos){ | ||
Line 257: | Line 314: | ||
} | } | ||
} else { | } else { | ||
− | sec6.stop().animate({'top':10},1); | + | sec6.stop().animate({'top':10},1); |
}; | }; | ||
}); | }); |
Revision as of 01:54, 20 October 2016