ReactionTable {SMRUCC.genomics.Model.Network.KEGG.ReactionNetwork} .NET clr documentation

ReactionTable

Description

A simplify data model of KEGG reaction object. 对一个代谢反应过程的描述

Declare

            
# namespace SMRUCC.genomics.Model.Network.KEGG.ReactionNetwork
export class ReactionTable {
   definition: string;
   # 酶编号,可以通过这个编号和相对应的基因或者KO编号关联起来
   EC: string;
   # 反应编号
   entry: string;
   # Each element in this array of name string is corresponding 
   #  to the ReactionTable.KO property.
   geneNames: string;
   # 和ReactionTable.EC几乎是一个意思,只不过通过这个属性值可以更加的容易与相应的基因进行关联
   KO: string;
   name: string;
   # 产物列表
   products: string;
   # 底物列表
   substrates: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]