Difference between revisions of "Team:Paris Bettencourt/Modeling"
Line 1: | Line 1: | ||
{{Paris_Bettencourt/header}} | {{Paris_Bettencourt/header}} | ||
{{Paris_Bettencourt/menu}} | {{Paris_Bettencourt/menu}} | ||
− | {{Paris_Bettencourt/ | + | {{Paris_Bettencourt/notebookBanner}} |
<html> | <html> | ||
Line 7: | Line 7: | ||
<h3>Introduction</h3> | <h3>Introduction</h3> | ||
− | Based on a set of ordinary differential equations (ODE) describing the kinetics of the cells differentiation, we design a model to find the | + | Based on a set of ordinary differential equations (ODE) describing the kinetics of the cells differentiation, we design a model to find the best |
− | best | + | |
differentiation rate <i>ie</i> find the constant reaction \(k_{1}\) to optimize the vitamin production. | differentiation rate <i>ie</i> find the constant reaction \(k_{1}\) to optimize the vitamin production. | ||
<br /> | <br /> | ||
We find out that a stochastic algorithm is an other solution to solve our problem. | We find out that a stochastic algorithm is an other solution to solve our problem. | ||
<br /> | <br /> | ||
− | For system involving large cell counts, the ordinary differential equations model give an accurate representation of the behavior. But with small cell counts | + | For system involving large cell counts, the ordinary differential equations model give an accurate representation of the behavior. But with small cell |
− | , the | + | counts, the stochastic and discrete method has a significant influence on the observed behaviour. |
− | stochastic and | + | |
− | discrete method has a significant influence on the observed behaviour. | + | |
<br /> | <br /> | ||
− | These reasons led us to write a stochastic programm based on the Gillespie’s stochastic simulation algorithm (SSA). With | + | These reasons led us to write both a deterministic programm based on the mass action law and a stochastic programm based on the Gillespie’s stochastic |
− | obtain an accurate analysis of the vitamin production. | + | simulation algorithm (SSA). With these two programms we obtain an accurate analysis of the vitamin production. |
<br /> | <br /> | ||
− | <h3> | + | <h3>Mass action law model</h3> |
<h4>Parameters</h4> | <h4>Parameters</h4> | ||
− | |||
We try to design a simple model with the minimum amount of parameters. | We try to design a simple model with the minimum amount of parameters. | ||
+ | <br /> | ||
+ | We find seven important parameters used in our model. | ||
<br /> | <br /> | ||
<ul> | <ul> | ||
Line 38: | Line 36: | ||
<h4>Kinetic equations</h4> | <h4>Kinetic equations</h4> | ||
− | + | Four simple kinetic equations are writen. | |
− | Four simple kinetic equations are | + | |
<br /> | <br /> | ||
\[ | \[ | ||
Line 54: | Line 51: | ||
<h4>Formal mathematical solution</h4> | <h4>Formal mathematical solution</h4> | ||
− | <h5> | + | <h5>Translation in ordinary differential equations</h5> |
We use the law of mass action to write the ordinary differential equations. | We use the law of mass action to write the ordinary differential equations. | ||
<br /> | <br /> | ||
Line 66: | Line 63: | ||
\end{align} | \end{align} | ||
\] | \] | ||
− | |||
<h5>Mathematical resolution</h5> | <h5>Mathematical resolution</h5> |
Revision as of 20:47, 14 August 2015