Team:WLC-Milwaukee/Modeling
From 2014.igem.org
Line 18: | Line 18: | ||
<td style="padding:5px" width="33%"><img src="https://static.igem.org/mediawiki/2014/9/9f/XynA7.3_2E_15s.jpg"></td> | <td style="padding:5px" width="33%"><img src="https://static.igem.org/mediawiki/2014/9/9f/XynA7.3_2E_15s.jpg"></td> | ||
</tr> | </tr> | ||
- | + | </table> | |
- | + | ||
- | As time progresses from 1 second to 15 seconds, the reaction moves to completion | + | <p>As time progresses from 1 second to 15 seconds, the reaction moves to completion and almost all substrate has been catalyzed into product.</p> |
- | + | ||
- | + | ||
</br> | </br> | ||
Line 35: | Line 33: | ||
<td style="padding:5px" width="33%"><img src="https://static.igem.org/mediawiki/2014/8/84/XynA7.3_10E_15s.jpg"></td> | <td style="padding:5px" width="33%"><img src="https://static.igem.org/mediawiki/2014/8/84/XynA7.3_10E_15s.jpg"></td> | ||
</tr> | </tr> | ||
- | + | </table> | |
- | + | ||
- | As time progresses from 1 second to 15 seconds, the reaction moves to completion | + | <p>As time progresses from 1 second to 15 seconds, the reaction moves to completion and almost all substrate has been catalyzed into product.</p> |
- | + | ||
- | + | ||
</br> | </br> | ||
Line 52: | Line 48: | ||
<td style="padding:5px" width="33%"><img src="https://static.igem.org/mediawiki/2014/d/de/XynA7.3_100E_15s.jpg"></td> | <td style="padding:5px" width="33%"><img src="https://static.igem.org/mediawiki/2014/d/de/XynA7.3_100E_15s.jpg"></td> | ||
</tr> | </tr> | ||
- | + | </table> | |
- | + | ||
- | As time progresses from 1 second to 15 seconds, the reaction moves to completion | + | <p>As time progresses from 1 second to 15 seconds, the reaction moves to completion and almost all substrate has been catalyzed into product.</p> |
- | + | ||
- | + | ||
</br> | </br> | ||
Line 69: | Line 63: | ||
<td style="padding:5px" width="33%"><img src="https://static.igem.org/mediawiki/2014/d/de/XynA7.3_100E_15s.jpg"></td> | <td style="padding:5px" width="33%"><img src="https://static.igem.org/mediawiki/2014/d/de/XynA7.3_100E_15s.jpg"></td> | ||
</tr> | </tr> | ||
+ | </table> | ||
- | + | <p>Despite the increase in substrate concentration with a constant enzyme conentration, all substrate was catalyzed into product in similar amounts of time.</p> | |
- | Despite the increase in substrate concentration with a constant enzyme conentration, all substrate was catalyzed into product in similar amounts of time. | + | |
- | + | ||
- | + | ||
</br> | </br> | ||
Revision as of 06:13, 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
As time progresses from 1 second to 15 seconds, the reaction moves to completion and almost all substrate has been catalyzed into product.
10:1 Substrate-Enzyme Concentration
As time progresses from 1 second to 15 seconds, the reaction moves to completion and almost all substrate has been catalyzed into product.
100:1 Substrate-Enzyme Concentration
As time progresses from 1 second to 15 seconds, the reaction moves to completion and almost all substrate has been catalyzed into product.
Increased Substrate Concentration at 15 Seconds
Despite the increase in substrate concentration with a constant enzyme conentration, all substrate was catalyzed into product in similar amounts of time.
DISCUSSION