Team:WLC-Milwaukee/Modeling
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{Team:WLC-Test}} | {{Team:WLC-Test}} | ||
+ | <html> | ||
This code models Michaelis-Menten enzyme kinetics over a user inputted time duration. Product formation and enzyme-substrate complex formation are assumed irreversible. Initial concentrations of the E-S complex and product are assumed to be zero. And it does not account for the presence of inhibitors or activators. | This code models Michaelis-Menten enzyme kinetics over a user inputted time duration. Product formation and enzyme-substrate complex formation are assumed irreversible. Initial concentrations of the E-S complex and product are assumed to be zero. And it does not account for the presence of inhibitors or activators. | ||
Line 6: | Line 7: | ||
- | <img src="https://static.igem.org/mediawiki/2014/4/4e/XynA7.3_2E_1s.jpg"> | + | <img width="50%" src="https://static.igem.org/mediawiki/2014/4/4e/XynA7.3_2E_1s.jpg"> |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </html> |
Revision as of 05:10, 17 October 2014
This code models Michaelis-Menten enzyme kinetics over a user inputted time duration. Product formation and enzyme-substrate complex formation are assumed irreversible. Initial concentrations of the E-S complex and product are assumed to be zero. And it does not account for the presence of inhibitors or activators. Using the law of mass action the enzyme substrate complex, and product formation chemical equations, are separated into a set of differential equations. The MATLAB ode45 function is used to solve the set of differential equations over the given time span.