Team:Paris/Analysis/Construction2
From 2008.igem.org
(Difference between revisions)
(→Model Construction) |
(→Model Construction) |
||
Line 16: | Line 16: | ||
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] | ||
+ | |||
+ | |||
parameters | parameters |
Revision as of 20:49, 25 October 2008
Model Constructionwhy 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.
|