Difference between revisions of "Team:Paris Bettencourt/Modeling"
m |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
<h2>Introduction</h2> | <h2>Introduction</h2> | ||
− | Based on a set of ordinary differential equations (ODE) describing the kinetics of | + | <div class="column-left"> |
− | differentiation rate. | + | Based on a set of ordinary differential equations (ODE) describing the kinetics of cell differentiation, we designed a model to find the best differentiation rate. |
<br /> | <br /> | ||
− | First we developed a deterministic algorithm based on the ordinary differential | + | First we developed a deterministic algorithm based on the ordinary differential equation. |
<br /> | <br /> | ||
Then we found out that a stochastic algorithm could be another solution to solve our problem. | Then we found out that a stochastic algorithm could be another solution to solve our problem. | ||
<br /> | <br /> | ||
<br /> | <br /> | ||
− | For system involving large cell counts, the ordinary differential equations model gives an accurate representation of the behavior. But with small cell | + | </div> |
− | counts, the stochastic and discrete method has a significant influence on the observed behaviour. | + | |
+ | <div class="column-right"> | ||
+ | For a system involving large cell counts, the ordinary differential equations model gives an accurate representation of the behavior. But with small cell counts, the stochastic and discrete method has a significant influence on the observed behaviour. | ||
<br /> | <br /> | ||
− | + | This led us to write both a deterministic program based on the mass action law and a stochastic program based on Gillespie’s stochastic simulation algorithm (SSA). With these two programs we obtain an accurate analysis of vitamin production. | |
− | simulation algorithm (SSA). With these two programs we obtain an accurate analysis of | + | |
<br /> | <br /> | ||
+ | </div> | ||
<h2>Deterministic model</h2> | <h2>Deterministic model</h2> | ||
Line 28: | Line 30: | ||
We conceived a simple model with the minimum number of parameters. | We conceived a simple model with the minimum number of parameters. | ||
<br /> | <br /> | ||
− | We | + | We found seven significant parameters for our model. |
<br /> | <br /> | ||
<ul> | <ul> | ||
Line 121: | Line 123: | ||
\] | \] | ||
+ | </br> | ||
<h3>Vitamin optimization</h3> | <h3>Vitamin optimization</h3> | ||
Our goal is to optimize the vitamin production. We can only change three parameters : \(k_{1}\), \(MC_0\) and \(DC_0\). | Our goal is to optimize the vitamin production. We can only change three parameters : \(k_{1}\), \(MC_0\) and \(DC_0\). | ||
Line 168: | Line 171: | ||
<br /> | <br /> | ||
This result seems relevant. The model does not take into account the cells' death and the nutrients present in the medium. | This result seems relevant. The model does not take into account the cells' death and the nutrients present in the medium. | ||
− | + | </d> | |
<h2>Stochastic model</h2> | <h2>Stochastic model</h2> | ||
Line 781: | Line 784: | ||
For more information concerning the model see the modeling section. | For more information concerning the model see the modeling section. | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</html> | </html> | ||
{{Paris_Bettencourt/footer}} | {{Paris_Bettencourt/footer}} |
Latest revision as of 18:44, 28 October 2015