| Reaction {SMRUCC.genomics.ComponentModel.EquaionModel} | .NET clr documentation |
A general reaction model
# namespace SMRUCC.genomics.ComponentModel.EquaionModel
export class Reaction {
comment: string;
compounds: SideCompound[];
db_xrefs: NamedValue[];
# the reaction equation in character string type
definition: string;
entry: string;
# should be the EC number
enzyme: string;
# the parsed reaction equaltion object based on the definition property
equation: Equation;
isTransport: boolean;
}
compounds: SideCompounddb_xrefs: NamedValueequation: Equation