A unify reaction model in the GCModeller system
MetabolicReaction
01 Syntax
SMRUCC.genomics.MetabolicModel.MetabolicReaction
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CheckConnectivity | 1 | Check one reaction is connected with another reaction based on the shared substrate/product compound. |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| is_reversible | 1 | if not is reversible, then the reaction direction is left to right by default |
| is_spontaneous | 1 | could be react no required of the enzymatic |
| id | 1 | |
| name | 1 | |
| description | 1 | |
| left | 1 | |
| right | 1 | |
| ECNumbers | 1 | |
| gibbs | 1 | |
| sources | 1 |
04 Members
CheckConnectivity(MetabolicReaction)
Check one reaction is connected with another reaction based on the shared substrate/product compound.
Parameters
| Name | Type | Description |
|---|---|---|
another | MetabolicReaction | - |
is_reversible
if not is reversible, then the reaction direction is left to right by default
is_spontaneous
could be react no required of the enzymatic
id
name
description
left
right
ECNumbers
gibbs
sources
ToString()