Team:WLC-Milwaukee/Modeling
From 2014.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
</br> | </br> | ||
- | <h2> | + | <h2>2:1 Substrate-Enzyme Concentration</h2> |
<table border="1"> | <table border="1"> | ||
Line 20: | Line 20: | ||
<tr> | <tr> | ||
- | + | As time progresses from 1 second to 15 seconds, the reaction moves to completion where almost all substrate has been catalyzed into product. | |
- | + | ||
- | + | ||
</tr> | </tr> | ||
</table> | </table> | ||
Line 29: | Line 27: | ||
- | <h2> | + | <h2>10:1 Substrate-Enzyme Concentration</h2> |
<table border="1"> | <table border="1"> | ||
Line 39: | Line 37: | ||
<tr> | <tr> | ||
- | + | As time progresses from 1 second to 15 seconds, the reaction moves to completion where almost all substrate has been catalyzed into product. | |
- | + | ||
- | + | ||
</tr> | </tr> | ||
</table> | </table> | ||
Line 48: | Line 44: | ||
- | <h2> | + | <h2>100:1 Substrate-Enzyme Concentration</h2> |
<table border="1"> | <table border="1"> | ||
Line 58: | Line 54: | ||
<tr> | <tr> | ||
- | + | As time progresses from 1 second to 15 seconds, the reaction moves to completion where almost all substrate has been catalyzed into product. | |
- | + | ||
- | + | ||
</tr> | </tr> | ||
</table> | </table> | ||
Line 67: | Line 61: | ||
- | <h2>Increased | + | <h2>Increased Substrate Concentration at 15 Seconds</h2> |
<table border="1"> | <table border="1"> | ||
Line 77: | Line 71: | ||
<tr> | <tr> | ||
- | + | Despite the increase in substrate concentration with a constant enzyme conentration, all substrate was catalyzed into product in similar amounts of time. | |
- | + | ||
- | + | ||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 06:04, 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.
xynA at pH 7.3
2:1 Substrate-Enzyme Concentration
10:1 Substrate-Enzyme Concentration
100:1 Substrate-Enzyme Concentration
Increased Substrate Concentration at 15 Seconds
DISCUSSION