nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Model.Network.KEGG / ReactionClassTable

ReactionClassTable

Full name SMRUCC.genomics.Model.Network.KEGG.ReactionNetwork.ReactionClassTable Assembly SMRUCC.genomics.Model.Network.KEGG Members 7

01 Syntax

SMRUCC.genomics.Model.Network.KEGG.ReactionNetwork.ReactionClassTable

02 Methods

NameOverloadsSummary
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

NameOverloadsSummary
rId 1 entry id of current reaction class
category 1 the reaction class
fluxId 1 a list of kegg reaction id which are belongs to current reaction class data model.
define 1 reaction class definition

04 Members

method IndexTable #
IndexTable(IEnumerable(Of ReactionClassTable))

create a compound index

Remarks

ReactionCompoundTransform.from and ReactionCompoundTransform.to

Parameters
NameTypeDescription
tableIEnumerable(Of ReactionClassTable)

-

method ReactionIndex #
ReactionIndex(IEnumerable(Of ReactionClassTable))

create a reaction index

Remarks

ReactionClassTable.fluxId

因为在ReactionClassTable.ScanRepository()加载数据的时候,由于ReactionClass.reactantPairs 有多个记录值,所以在展开为二维表的时候会出现重复的ReactionClassTable.rId 不可以去重,因为可能会丢失一部分的物质对信息

method ScanRepository #
ScanRepository(String)

read a foder of ReactionClass, and then convert to ReactionClassTable

Parameters
NameTypeDescription
repoString

-

property rId #
rId

entry id of current reaction class

property category #
category

the reaction class

property fluxId #
fluxId

a list of kegg reaction id which are belongs to current reaction class data model.

property define #
define

reaction class definition