ReactionClass {SMRUCC.genomics.Assembly.KEGG.DBGET.bGetObject} | .NET clr documentation |
represents a collection of the kegg Reaction data model which are have similar compound structure transformation result.
# namespace SMRUCC.genomics.Assembly.KEGG.DBGET.bGetObject
export class ReactionClass extends XmlDataModel {
category: string;
definition: string;
entryId: string;
enzymes: NamedValue[];
orthology: NamedValue[];
pathways: NamedValue[];
# CXXXXX -> CYYYYY
reactantPairs: ReactionCompoundTransform[];
reactions: NamedValue[];
rModules: NamedValue[];
Stylesheet: XmlStyleProcessor;
TypeComment: XmlComment;
}
enzymes
: NamedValueorthology
: NamedValuepathways
: NamedValuereactantPairs
: ReactionCompoundTransformreactions
: NamedValuerModules
: NamedValueStylesheet
: XmlStyleProcessorTypeComment
: XmlComment