Team:Paris/Analysis/Construction2
From 2008.igem.org
(Difference between revisions)
(→Model Construction) |
(→Model Construction) |
||
Line 2: | Line 2: | ||
== Model Construction == | == Model Construction == | ||
+ | |||
+ | * First of all, it seems important at this stage to present the way we interpret the evolution of the population in the chemostat. We want to impose to our model the fact that the rate of production has to be proportional to the existing population and to the amount of available resources. Hence a logistic model of the population, where c denotes the concentration of cells in the medium: | ||
+ | <br> | ||
+ | [[Image:population_evolution_2.jpg|center]] | ||
+ | <br> | ||
+ | * Then, we need to add the death term, and a dilution term cause by the renewal of the chemostat. Finally we get : | ||
+ | <br> | ||
+ | [[Image:population_evolution_full_2.jpg|center]] | ||
+ | <br> | ||
+ | where c<sub>max</sub> is the carrying capacity for cell growth, and | ||
+ | [[Image:D_renewal.jpg]] the dilution rate, d the death rate constant | ||
+ | |||
+ | |||
why use a chemostat | why use a chemostat |
Revision as of 20:53, 25 October 2008
Model Construction
why use a chemostat which model of chemostat we choose
equations d[c]/dt=alpha_cell*[c]*(c_max-[c])/c_max-(D_renewal+death)*[c] d[LasI]/dt=beta_FlhDC*theta_FlhDC^n_FlhDC/(theta_FlhDC^n_FlhDC+[TetR]^n_FlhDC)-gamma*[LasI] d[TetR]/dt=beta_TetR*[HSL]^n_TetR/(theta_TetR^n_TetR+[HSL]^n_TetR)-gamma*[TetR] d[HSL::ext]/dt=eta*v_cell*[c]*([HSL]-[HSL::ext])-(D_renewal+gamma_HSLext)*[HSL::ext] d[HSL]/dt=beta_HSL*[LasI]+eta*[HSL::ext]-(gamma+gamma_HSLint+eta)*[HSL]
parameters manly from literature but also from S0 analysis.
|