A general reaction model
Reaction
01 Syntax
SMRUCC.genomics.ComponentModel.EquaionModel.Reaction
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| EquationParser | 1 | |
| ToString | 1 | |
| FromKeggReaction | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| definition | 1 | the reaction equation in character string type |
| equation | 1 | the parsed reaction equaltion object based on the definition property |
| enzyme | 1 | should be the EC number |
| entry | 1 | |
| compounds | 1 | |
| isTransport | 1 | |
| db_xrefs | 1 | |
| comment | 1 |
04 Members
definition
the reaction equation in character string type
equation
the parsed reaction equaltion object based on the definition property
enzyme
should be the EC number
entry
compounds
isTransport
db_xrefs
comment
EquationParser(
String)ToString()
FromKeggReaction(Reaction)