Team:DTU-Denmark/model mutant1
From 2013.igem.org
(Difference between revisions)
(Created page with "{{:Team:DTU-Denmark/Templates/StartPage|}} ==Model of Mutant 1== <pre> code </pre> {{:Team:DTU-Denmark/Templates/EndPage}}") |
(→Model of Mutant 1) |
||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
- | + | ********** MODEL | |
+ | Mutant 1 Kinetic model NH3->NO2 | ||
+ | ********** MODEL STATES | ||
+ | d/dt(NO2)= R1 | ||
+ | |||
+ | NO2(0) = 0 | ||
+ | |||
+ | ********** MODEL PARAMETERS | ||
+ | NH30 = 5.872 % [mM]correspondes to 100 mg/l | ||
+ | |||
+ | kcat_1 = 18765 % [1/min] | ||
+ | km_1 = 1.34 % [mM] | ||
+ | |||
+ | E =1.0575e-3 % 500 enzymes per cell | ||
+ | |||
+ | |||
+ | ********** MODEL VARIABLES | ||
+ | NH3 = NH30 - NO2 | ||
+ | |||
+ | ********** MODEL REACTIONS | ||
+ | R1 = (kcat_1*E*NH3)/(km_1+NH3) | ||
+ | |||
+ | ********** MODEL FUNCTIONS | ||
+ | |||
+ | |||
+ | ********** MODEL EVENTS | ||
+ | |||
+ | |||
+ | ********** MODEL MATLAB FUNCTIONS | ||
+ | |||
+ | |||
</pre> | </pre> | ||
{{:Team:DTU-Denmark/Templates/EndPage}} | {{:Team:DTU-Denmark/Templates/EndPage}} |
Latest revision as of 18:16, 4 October 2013
Model of Mutant 1
********** MODEL Mutant 1 Kinetic model NH3->NO2 ********** MODEL STATES d/dt(NO2)= R1 NO2(0) = 0 ********** MODEL PARAMETERS NH30 = 5.872 % [mM]correspondes to 100 mg/l kcat_1 = 18765 % [1/min] km_1 = 1.34 % [mM] E =1.0575e-3 % 500 enzymes per cell ********** MODEL VARIABLES NH3 = NH30 - NO2 ********** MODEL REACTIONS R1 = (kcat_1*E*NH3)/(km_1+NH3) ********** MODEL FUNCTIONS ********** MODEL EVENTS ********** MODEL MATLAB FUNCTIONS