PathwayBrief {SMRUCC.genomics.ComponentModel.Annotation} | .NET clr documentation |
An abstract biological pathway model
# namespace SMRUCC.genomics.ComponentModel.Annotation
export class PathwayBrief extends XmlDataModel {
# 和具体的物种的编号无关的在KEGG数据库之中的参考对象的编号
briteID: string;
# the function description text of the current pathway object
description: string;
# the reference id of the current pathway object
EntryId: string;
# The map title display name
name: string;
Stylesheet: XmlStyleProcessor;
TypeComment: XmlComment;
}
Stylesheet
: XmlStyleProcessorTypeComment
: XmlComment