Difference between revisions of "Team:Aalto-Helsinki/Car-activation"
(Added some formulas that we need.) |
m (Added some more formulas, still needs editing) |
||
Line 50: | Line 50: | ||
<p>The reaction transforming Car from its inactive (called Car_apo) form into its active (called Car_holo) form is as follows:</p> | <p>The reaction transforming Car from its inactive (called Car_apo) form into its active (called Car_holo) form is as follows:</p> | ||
− | <p style="color:gray;">--Formulas of the reactions here--</p> | + | <p style="color:gray;">--Formulas of the reactions here, need checking!!--</p> |
+ | |||
+ | \begin{array}{ccl} | ||
+ | |||
+ | \mathrm{Car_{apo}} + {CoA} \rightarrow \mathrm{Car_{holo}} + \mathrm{3'5'ADP} | ||
+ | |||
+ | \end{array} | ||
<p>This reaction abides by the irreversible bi-bi ping pong reaction, and is therefore quite nice to model with Michaelis-Menten kinetics. In addition to this equation, we consider two more phenomena that affect the amount of active Car we have: The creation of Car in its apo form, and the degradation of enzymes. These reactions can be written as</p> | <p>This reaction abides by the irreversible bi-bi ping pong reaction, and is therefore quite nice to model with Michaelis-Menten kinetics. In addition to this equation, we consider two more phenomena that affect the amount of active Car we have: The creation of Car in its apo form, and the degradation of enzymes. These reactions can be written as</p> | ||
− | <p style="color:gray;">--Some more formulas--</p> | + | <p style="color:gray;">--Some more formulas, need checking!!--</p> |
+ | |||
+ | \begin{array}{ccl} | ||
+ | |||
+ | 0 \rightarrow Car_{apo} \\ | ||
+ | |||
+ | Enzyme \rightarrow 0 | ||
+ | |||
+ | \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 this reaction has no big effect on either the amounts of CoA and 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>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 this reaction has no big effect on either the amounts of CoA and 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> | ||
Line 60: | Line 74: | ||
<p>From these assumptions we can build an ODE system:</p> | <p>From these assumptions we can build an ODE system:</p> | ||
− | <p style="color:gray;">--The complete ODEs here--</p> | + | <p style="color:gray;">--The complete ODEs here, they need checking!!--</p> |
Line 66: | 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{protein\_degradationrate}} \cdot {\mathrm{[Car\_apo]}} } } \\ | |
− | + | ||
− | \; && \; | + | |
− | + | ||
− | + | ||
&& \\ | && \\ | ||
+ | \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{Car\_creationrate}} } } \\ | {\mathrm{protein\_degradationrate}} \; &=& \; { { {\mathrm{Car\_creationrate}} } } \\ | ||
&& \\ | && \\ |
Revision as of 07:57, 11 August 2015