the schema of Compound
KEGGCompoundPack
01 Syntax
SMRUCC.genomics.Data.KEGG.Metabolism.KEGGCompoundPack
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| entryObj | 1 | NamedValue |
| dblinkObj | 1 | DBLink |
| ReadKeggDb | 1 | load kegg compounds collection from a messagepack file |
| WriteKeggDb | 1 |
03 Members
entryObj
NamedValue
dblinkObj
DBLink
ReadKeggDb(
Stream)load kegg compounds collection from a messagepack file
Parameters
| Name | Type | Description |
|---|---|---|
file | Stream | a file stream data in messagepack format. |
WriteKeggDb(
IEnumerable(Of Compound), Stream)Remarks
data will be auto flush to file.
Parameters
| Name | Type | Description |
|---|---|---|
cpds | IEnumerable(Of Compound) | - |
file | Stream | - |