Reaction {SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2} | .NET clr documentation |
the reaction graph model
# namespace SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2
export class Reaction {
# [forward, reverse] boundary of the reaction speed
bounds: double;
# the debug view of the current equation model
equation: string;
# unique reference id of current reaction link
ID: string;
# 这个反应模型是否是需要酶促才会发生了生化反应过程?
is_enzymatic: boolean;
name: string;
note: string;
product: CompoundFactor[];
substrate: CompoundFactor[];
}
product
: CompoundFactorsubstrate
: CompoundFactor