Difference between revisions of "Team:Paris Bettencourt/Modeling"
m |
|||
Line 124: | Line 124: | ||
<br /> | <br /> | ||
\(t\), \(k_{2}\), \(k_{3}\) and \(k_{4}\) are constants. \(MC_0\) and \(DC_0\) are not relevant parameters. It seems logical that the | \(t\), \(k_{2}\), \(k_{3}\) and \(k_{4}\) are constants. \(MC_0\) and \(DC_0\) are not relevant parameters. It seems logical that the | ||
− | more cells are in the medium, the more vitamin are | + | more cells are in the medium, the more vitamin are produced. |
<br /> | <br /> | ||
However, it could be interesting to compare different \(\frac{MC_0}{DC_0}\) ratios but we prefer to focus on the rate constant \(k_{1}\). | However, it could be interesting to compare different \(\frac{MC_0}{DC_0}\) ratios but we prefer to focus on the rate constant \(k_{1}\). | ||
Line 147: | Line 147: | ||
As you can see, we are able to find the best \(k_{1}\) to optimize the vitamin production. | As you can see, we are able to find the best \(k_{1}\) to optimize the vitamin production. | ||
<br /> | <br /> | ||
− | We noticed that two | + | We noticed that two different \(k_{1}\) exist to optimize the maximum number of differentiated cell \(DC\) or the maximum number of \(Vitamin\). |
<br /> | <br /> | ||
In our case, we chose of course the \(k_{1}\) that optimize the vitamin production <i>ie</i> \(k_{1} = 0.207\). | In our case, we chose of course the \(k_{1}\) that optimize the vitamin production <i>ie</i> \(k_{1} = 0.207\). | ||
Line 154: | Line 154: | ||
<br /> | <br /> | ||
In order to optimize the vitamin production, we use the same parameters as previously and set \(k_{1}\) with the previous resulting value <i>ie</i> \(k_{1} = | In order to optimize the vitamin production, we use the same parameters as previously and set \(k_{1}\) with the previous resulting value <i>ie</i> \(k_{1} = | ||
− | 0.207\). | + | 0.207 (hours^{-1})\). |
<br /> | <br /> | ||
− | We | + | We obtain the following graph. |
<br /> | <br /> | ||
<br /> | <br /> | ||
Line 162: | Line 162: | ||
system" style="align:center;"> | system" style="align:center;"> | ||
<br /> | <br /> | ||
− | As you can see, the mother cell, differentiated cell and vitamin numbers follow an exponential law of time. | + | As you can see, the mother cell, the differentiated cell and the vitamin numbers follow an exponential law of time. |
<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. | ||
Line 173: | Line 173: | ||
In order to do a simulation with laboratory data, we modelize the time probability distribution with a normalized gaussian distribution using the <a href="http://fr.mathworks.com/help/stats/normrnd.html">normrnd</a> MATLAB function. | In order to do a simulation with laboratory data, we modelize the time probability distribution with a normalized gaussian distribution using the <a href="http://fr.mathworks.com/help/stats/normrnd.html">normrnd</a> MATLAB function. | ||
<br /> | <br /> | ||
− | For each time distribution \(i\), we use the following time probability distribution | + | For each time distribution \(i\), we use the following time probability distribution. |
\[ | \[ | ||
\begin{align} | \begin{align} | ||
Line 189: | Line 189: | ||
<br /> | <br /> | ||
− | Rate constants for the time distribution \(i\) | + | Rate constants for the time distribution \(i\) are calculated using the following formula. |
\[ | \[ | ||
\begin{align} | \begin{align} | ||
Line 220: | Line 220: | ||
<h5>Introduction</h5> | <h5>Introduction</h5> | ||
− | In the program, each cell is a structure containing three elements | + | In the program, each cell is a structure containing three elements. |
<ul> | <ul> | ||
− | <li>the cell type | + | <li>the cell type. |
<ul> | <ul> | ||
<li>1 : mother cell.</li> | <li>1 : mother cell.</li> | ||
Line 228: | Line 228: | ||
</ul> | </ul> | ||
</li> | </li> | ||
− | <li>the next event type | + | <li>the next event type. |
<ul> | <ul> | ||
<li>1 : a mother cell become a differentiated cell.</li> | <li>1 : a mother cell become a differentiated cell.</li> | ||
Line 285: | Line 285: | ||
where | where | ||
<ul> | <ul> | ||
− | <li>\(Vitamin(t)\) : number of vitamin at the instant \(t\)</li> | + | <li>\(Vitamin(t)\) : number of vitamin at the instant \(t\).</li> |
<li>\(DC(t)\) : number of differentiated cells in the medium at the instant \(t\).</li> | <li>\(DC(t)\) : number of differentiated cells in the medium at the instant \(t\).</li> | ||
<li>\(T_{i}\) : time of the next event being performed.</li> | <li>\(T_{i}\) : time of the next event being performed.</li> | ||
Line 292: | Line 292: | ||
<h5>Step 4 : Update the simulation time</h5> | <h5>Step 4 : Update the simulation time</h5> | ||
− | For each cell except the concerned cell, define the cell next event time with the following formula | + | For each cell except the concerned cell, define the cell next event time with the following formula. |
\[ | \[ | ||
Line 348: | Line 348: | ||
</ul> | </ul> | ||
<br /> | <br /> | ||
− | We | + | We obtain the following graph. |
<br /> | <br /> | ||
<br /> | <br /> | ||
Line 439: | Line 439: | ||
In order to make this model and code accessible, understandable and editable by everyone, we have ceated a <a href="https://2015.igem.org/Team:Paris_Bettencourt/Software" title="Software wiki page" >software wiki page</a>. | In order to make this model and code accessible, understandable and editable by everyone, we have ceated a <a href="https://2015.igem.org/Team:Paris_Bettencourt/Software" title="Software wiki page" >software wiki page</a>. | ||
<br /> | <br /> | ||
− | Feel free to download the source code, | + | Feel free to download the source code, modify it and make it accessible for everyone. |
<h3>Bibliography</h3> | <h3>Bibliography</h3> |
Revision as of 15:31, 12 September 2015