Pathway {SMRUCC.genomics.Assembly.KEGG.DBGET.bGetObject} | .NET clr documentation |
The kegg pathway annotation data.(这个代谢途径模型是针对某一个物种而言的)
# namespace SMRUCC.genomics.Assembly.KEGG.DBGET.bGetObject
export class Pathway extends PathwayBrief {
briteID: string;
class: string;
# The kegg compound entry collection data in this pathway.
# (可以通过这个代谢物的列表得到可以出现在当前的这个代谢途径之中的所有的非酶促反应过程,
# 将整个基因组里面的化合物合并起来则可以得到整个细胞内可能存在的非酶促反应过程)
compound: NamedValue[];
description: string;
disease: NamedValue[];
drugs: NamedValue[];
EntryId: string;
genes: GeneName[];
KOpathway: NamedValue[];
# The module entry collection data in this pathway.
modules: NamedValue[];
name: string;
organism: string;
otherDBs: DBLink[];
pathwayMap: NamedValue;
# Reference list of this biological pathway
references: Reference[];
related_pathways: NamedValue[];
Stylesheet: XmlStyleProcessor;
TypeComment: XmlComment;
}
compound
: NamedValuedisease
: NamedValuedrugs
: NamedValuegenes
: GeneNameKOpathway
: NamedValuemodules
: NamedValueotherDBs
: DBLinkpathwayMap
: NamedValuereferences
: Referencerelated_pathways
: NamedValueStylesheet
: XmlStyleProcessorTypeComment
: XmlComment