Mapping between the kegg compound tuple and reaction id, KO id, etc.
id1|id2 rxn,....
Mapping between the kegg compound tuple and reaction id, KO id, etc.
id1|id2 rxn,....
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| FindPoints | 1 | found the related reaction id and KO id by given kegg compound tuple. |
| indexKey | 1 | Create index key from a given kegg compound id tuple |
| ParseText | 1 | Parse cached index data from a text file readLines data result. |
| FindAllPoints | 1 | |
| Text | 1 |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| index | 1 | the key in this hash table is the kegg compound id tuple in format like: id1|id2 the values of the corresponding index hash key is the kegg reaction id and KO id list. |
04 Members
String, String)found the related reaction id and KO id by given kegg compound tuple.
| Name | Type | Description |
|---|---|---|
c1$ | String | - |
c2$ | String | - |
String, String)Create index key from a given kegg compound id tuple
| Name | Type | Description |
|---|---|---|
c1 | String | the kegg compound id |
c2 | String | the kegg compound id |
String())Parse cached index data from a text file readLines data result.
| Name | Type | Description |
|---|---|---|
text | String() | the text lines |
the key in this hash table is the kegg compound id tuple in format like: id1|id2 the values of the corresponding index hash key is the kegg reaction id and KO id list.
String())