Team:Paris/Analysis/Construction2
From 2008.igem.org
(Difference between revisions)
(→Model Construction) |
(→Model Construction) |
||
Line 2: | Line 2: | ||
== Model Construction == | == Model Construction == | ||
+ | <!--why use a chemostat--> | ||
+ | * 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. | ||
- | + | <!--which model of chemostat we choose--> | |
+ | Hence a logistic model of the population, where c denotes the concentration of cells in the medium: | ||
<br> | <br> | ||
[[Image:population_evolution_2.jpg|center]] | [[Image:population_evolution_2.jpg|center]] | ||
Line 15: | Line 18: | ||
- | |||
- | |||
- | |||
- | |||
Revision as of 20:56, 25 October 2008
Model Construction
Hence a logistic model of the population, where c denotes the concentration of cells in the medium:
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.
|