Team:Paris/Analysis/Construction2
From 2008.igem.org
(Difference between revisions)
(→Model Construction) |
(→Model Construction) |
||
Line 22: | Line 22: | ||
equations | equations | ||
- | + | <!-- in code: | |
d[c]/dt=alpha_cell*[c]*(c_max-[c])/c_max-(D_renewal+death)*[c] | 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[LasI]/dt=beta_FlhDC*theta_FlhDC^n_FlhDC/(theta_FlhDC^n_FlhDC+[TetR]^n_FlhDC)-gamma*[LasI] | ||
Line 28: | Line 28: | ||
d[HSL::ext]/dt=eta*v_cell*[c]*([HSL]-[HSL::ext])-(D_renewal+gamma_HSLext)*[HSL::ext] | 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] | d[HSL]/dt=beta_HSL*[LasI]+eta*[HSL::ext]-(gamma+gamma_HSLint+eta)*[HSL] | ||
- | + | --> | |
Revision as of 20:57, 25 October 2008
Model Construction
Hence a logistic model of the population, where c denotes the concentration of cells in the medium:
equations
manly from literature but also from S0 analysis.
|