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

oneSiteModificationB -- an example for chemical reaction motif

Description

This is the motif that the two catalyzing enzymes are the same.

i1 : oneSiteModificationB()

o1 = S_0+E-->X
     X-->S_0+E
     X-->E+S_1
     E+S_1-->Y
     Y-->S_0+E
     Y-->E+S_1

o1 : ReactionNetwork

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

Ways to use oneSiteModificationB :

For the programmer

The object oneSiteModificationB is a method function.