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[];
# the metabolic network inside this cellular model, includes all enzymatic reaction and non-enzymatic reaction.
reactions: ReactionGroup;
}
compounds
: Compoundenzymes
: Enzymemaps
: FunctionalCategoryreactions
: ReactionGroup