ReactionClassTable
01 Syntax
SMRUCC.genomics.Model.Network.KEGG.ReactionNetwork.ReactionClassTable
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| IndexTable | 1 | create a compound index |
| ReactionIndex | 1 | create a reaction index |
| ScanRepository | 1 | read a foder of ReactionClass, and then convert to ReactionClassTable |
03 Properties
04 Members
IndexTable(
IEnumerable(Of ReactionClassTable))create a compound index
Remarks
ReactionCompoundTransform.from and ReactionCompoundTransform.to
Parameters
| Name | Type | Description |
|---|---|---|
table | IEnumerable(Of ReactionClassTable) | - |
ReactionIndex(
IEnumerable(Of ReactionClassTable))create a reaction index
Remarks
因为在ReactionClassTable.ScanRepository()加载数据的时候,由于ReactionClass.reactantPairs 有多个记录值,所以在展开为二维表的时候会出现重复的ReactionClassTable.rId 不可以去重,因为可能会丢失一部分的物质对信息
ScanRepository(
String)read a foder of ReactionClass, and then convert to ReactionClassTable
Parameters
| Name | Type | Description |
|---|---|---|
repo | String | - |
rId
entry id of current reaction class
category
the reaction class
fluxId
a list of kegg reaction id which are belongs to current reaction class data model.
define
reaction class definition