Team:UIUC Illinois/Modeling

From 2014.igem.org

(Difference between revisions)
Line 16: Line 16:
</p>
</p>
</div>
</div>
 +
<h2> Parameters </h2>
 +
  <div>
 +
   
 +
<table width="100%" border="1px solid black" >
 +
<tr>
 +
<th>Name</th>
 +
<th>Description</th>
 +
 +
</tr>
 +
        <tr>
 +
<td>Vm</td>
 +
<td>Maximum rate of system</td>
 +
 +
</tr>
 +
<tr>
 +
<td>Kcat</td>
 +
<td>Maximum number of substrate molecules converted into products</td>
 +
 +
</tr>
 +
<tr>
 +
<td>Km</td>
 +
<td>Substrate concentration where the reaction rate is half of maximum (depend on both enzyme and substrate)</td>
 +
 +
</tr>
 +
</table>
 +
 +
  </div>
<div class="rightparagraph">
<div class="rightparagraph">
<p>
<p>

Revision as of 23:15, 16 October 2014


Mathematical Modeling of Caffeine Degradation Pathway

To predict the result of bioreactor, we used mathematica to solve differential using Michaelis-Menton equation. The strength of utilizing mathematica rather than matlab was that it allowed us to set up the value of several constants as varying rather than setting it as invariant. Kcat & Km values were obtained through research papers by Swati & Sathyanarayana (2006), and Ryan M.Summers (2010).

Parameters

Name Description
Vm Maximum rate of system
Kcat Maximum number of substrate molecules converted into products
Km Substrate concentration where the reaction rate is half of maximum (depend on both enzyme and substrate)

This is caffeine demehtlyation pathway by demethlyase. It goes from Caffeine to theobromine to 7-methylxanthine to xanthine. The other pathway is caffeine dehydrogenase. It goes from Caffeine to Trimethyl Uric acid.

First equation corresponds to caffeine concentration at different time. Second corresponds to the concentration of next product at different time.