Difference between revisions of "Team:Aalto-Helsinki/Car-activation"
m (Added some info, fixed an important typo) |
m |
||
Line 70: | Line 70: | ||
\end{array} | \end{array} | ||
− | <p>For this model we assume that the amount of enzymes in a cell is constant, i.e. that the speed of enzyme’s creation is equal to its speed of degradation. We also assume that | + | <p>For this model we assume that the amount of enzymes in a cell is constant, i.e. that the speed of enzyme’s creation is equal to its speed of degradation. We also assume that these reactions have no big effect on either the amounts of CoA or 3’,5’-ADP. We assume that the amount of Car, that is the cumulative amount of both its apo- and holo-forms, is constant. Since these substrates or products do not affect the rest of the simulation we have good grounds to assume that we can separate it from the main simulation.</p> |
<p>From these assumptions we can build an ODE system:</p> | <p>From these assumptions we can build an ODE system:</p> | ||
Line 80: | Line 80: | ||
\begin{array}{ccl} | \begin{array}{ccl} | ||
− | \frac {\mathrm{d} {{\mathrm{[Car\_apo]}} } } {\mathrm{d}{t} } &=& | + | \frac {\mathrm{d} {{\mathrm{[Car\_apo]}} } } {\mathrm{d}{t} } &=& - \frac { {{\mathrm{Kcat}}_{\mathrm{Car-activation}} \, \cdot \, {\mathrm{[Sfp]}} } \, \cdot \, {{\mathrm{[Car\_apo]}} \, \cdot \, {\mathrm{[CoA]}} } } { { {{\mathrm{[Car\_apo]}} \, \cdot \, {\mathrm{[CoA]}} } \, + \, {{\mathrm{Kmb}}_{\mathrm{Car-activation}} \, \cdot \, {\mathrm{[Car\_apo]}} } } \, + {{\mathrm{Kma}}_{\mathrm{Car-activation}} \cdot {\mathrm{[CoA]}} } } \\ |
&& { \, + \,{\mathrm{Car\_creationrate}} } \\ | && { \, + \,{\mathrm{Car\_creationrate}} } \\ | ||
\; && \; { \, - {{\mathrm{protein\_degradationrate}} \cdot {\mathrm{[Car\_apo]}} } } \\ | \; && \; { \, - {{\mathrm{protein\_degradationrate}} \cdot {\mathrm{[Car\_apo]}} } } \\ | ||
&& \\ | && \\ | ||
− | \frac {\mathrm{d} {{\mathrm{[Car\_holo]}} } } {\mathrm{d}{t} } \; &=& \; { | + | \frac {\mathrm{d} {{\mathrm{[Car\_holo]}} } } {\mathrm{d}{t} } \; &=& \; { + \frac { {{\mathrm{Kcat}}_{\mathrm{("Car-activation")}} \, \cdot \, {\mathrm{[Sfp]}} } \, \cdot \, {{\mathrm{[Car\_apo]}} \, \cdot \, {\mathrm{[CoA]}} } } { { {{\mathrm{[Car\_apo]}} \, \cdot \, {\mathrm{[CoA]}} } \, + \, {{\mathrm{Kmb}}_{\mathrm{Car-activation}} \, \cdot \, {\mathrm{[Car\_apo]}} } } \, + \, {{\mathrm{Kma}}_{\mathrm{Car-activation}} \, \cdot \, {\mathrm{[CoA]}} } } } \\ && \\ |
\; && \; { \, - {{\mathrm{protein\_degradationrate}} \, \cdot \, {\mathrm{[Car\_holo]}} } } \\ | \; && \; { \, - {{\mathrm{protein\_degradationrate}} \, \cdot \, {\mathrm{[Car\_holo]}} } } \\ | ||
− | {\mathrm{protein\_degradationrate}} \; &=& | + | {\mathrm{protein\_degradationrate}} \; &=& { { {\mathrm{Car\_creationrate}} } } \\ |
&& \\ | && \\ | ||
\end{array} | \end{array} |
Revision as of 08:26, 13 August 2015