Macaulay2 » Documentation
Packages » ReactionNetworks :: modificationOfTwoSubstratesH
next | previous | forward | backward | up | index | toc

modificationOfTwoSubstratesH -- an example chemical reaction motif

Description

In this system, two cycles are connected through a joint catalyzing kinase [Feliu, Wiuf].

i1 : modificationOfTwoSubstratesH()

o1 = S_0+E-->X_1
     X_1-->S_0+E
     X_1-->E+S_1
     S_1+F_1-->Y_1
     Y_1-->S_1+F_1
     Y_1-->S_0+F_1
     E+P_0-->X_2
     X_2-->E+P_0
     X_2-->E+P_1
     P_1+F_2-->Y_2
     Y_2-->P_1+F_2
     Y_2-->P_0+F_2

o1 : ReactionNetwork

In the motif Modification of Two Different Substrates H, the symbols used in the chemical reactions have the following meaning:

S_i and P_i are substrates with i = 0, 1, 2 phosphorylated sites, E is a kinase and F is a phosphotase, X and Y are the intermediate complexes formed by the enzymes E and F, respectively.

To rename species, use substitute(ReactionNetwork,List).

Ways to use modificationOfTwoSubstratesH :

For the programmer

The object modificationOfTwoSubstratesH is a method function.