the reaction class data helper, make index of the ReactionClass data
ReactionClassifier
01 Syntax
SMRUCC.genomics.Assembly.KEGG.ReactionClassifier
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| haveClassification | 1 | check target kegg reaction id is exists in current reaction_class repository or not? |
| FromRepository | 1 | A shortcut method based on the ReactionClass.ScanRepository()) |
| GetReactantTransform | 2 | |
| QueryByCompoundId | 1 | |
| IsNullOrEmpty | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Count | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| compoundTransformIndex | 1 | [cid1_cid2 => ReactionClass[]] |
| compoundIndex | 1 | [cid => ReactionClass[]] |
05 Members
haveClassification(
String)check target kegg reaction id is exists in current reaction_class repository or not?
Parameters
| Name | Type | Description |
|---|---|---|
reactionId | String | - |
FromRepository(
String)A shortcut method based on the ReactionClass.ScanRepository()
Parameters
| Name | Type | Description |
|---|---|---|
directory | String | - |
compoundTransformIndex
[cid1_cid2 => ReactionClass[]]
compoundIndex
[cid => ReactionClass[]]
Count
GetReactantTransform(Reaction)
GetReactantTransform(
String, String(), String())QueryByCompoundId(
String)IsNullOrEmpty(ReactionClassifier)