MetabolismStructure {SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2} | .NET clr documentation |
model of the metabolic network
# namespace SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2
export class MetabolismStructure {
compounds: Compound[];
# 在这个属性里面只会出现具有KO分类编号的蛋白序列,如果需要找所有基因的数据,可以
# 读取Genome.replicons里面的基因的数据
enzymes: Enzyme[];
# the pathway function category groups of the enzymes
maps: FunctionalCategory[];
# 在这个属性之中包含有所有的代谢反应过程的定义
reactions: ReactionGroup;
}
compounds
: Compoundenzymes
: Enzymemaps
: FunctionalCategoryreactions
: ReactionGroup