Compound {SMRUCC.genomics.Assembly.KEGG.DBGET.bGetObject} | .NET clr documentation |
A data model for the KEGG compound.
# namespace SMRUCC.genomics.Assembly.KEGG.DBGET.bGetObject
export class Compound extends XmlDataModel {
category: BriteTerm[];
# the metabolite common names
commonNames: string;
# the database cross reference links
DbLinks: DBLink[];
# KEGG compound ID: cpd:C\d+
entry: string;
enzyme: string;
exactMass: double;
formula: string;
# A png image that encoded in base64 string format
Image: string;
# 2D分子结构数据
KCF: string;
Module: NamedValue[];
molWeight: double;
pathway: NamedValue[];
# The Compound.entry[compound] was involved in these reactions. (http://www.kegg.jp/dbget-bin/wwwbget?rn:[KEGGReaction_ID])
reactionId: string;
remarks: string;
Stylesheet: XmlStyleProcessor;
TypeComment: XmlComment;
}
category
: BriteTermDbLinks
: DBLinkModule
: NamedValuepathway
: NamedValueStylesheet
: XmlStyleProcessorTypeComment
: XmlComment