A simplify data model of KEGG reaction object.
对一个代谢反应过程的描述
A simplify data model of KEGG reaction object.
对一个代谢反应过程的描述
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| MatchAllCompoundsId | 1 | does current reaction model matches with the given compound id set with any ReactionTable.substrates hits or ReactionTable.products hits? |
| Load | 1 | convert from reaction model to current reaction table model |
03 Properties
04 Members
Index(Of String))does current reaction model matches with the given compound id set with any ReactionTable.substrates hits or ReactionTable.products hits?
| Name | Type | Description |
|---|---|---|
targetSet | Index(Of String) | - |
IEnumerable(Of Reaction))convert from reaction model to current reaction table model
| Name | Type | Description |
|---|---|---|
repo | IEnumerable(Of Reaction) | - |
反应编号
酶编号,可以通过这个编号和相对应的基因或者KO编号关联起来
和ReactionTable.EC几乎是一个意思,只不过通过这个属性值可以更加的容易与相应的基因进行关联
Each element in this array of name string is corresponding to the ReactionTable.KO property.
底物列表
产物列表