| MetabolicReaction {SMRUCC.genomics.MetabolicModel} | .NET clr documentation |
A unify reaction model in the GCModeller system
# namespace SMRUCC.genomics.MetabolicModel
export class MetabolicReaction {
description: string;
ECNumbers: string;
id: string;
# if not is reversible, then the reaction direction is left to right by default
is_reversible: boolean;
# could be react no required of the enzymatic
is_spontaneous: boolean;
left: CompoundSpecieReference[];
name: string;
right: CompoundSpecieReference[];
}
left: CompoundSpecieReferenceright: CompoundSpecieReference