create background network graph model for kegg data
GraphBackground
01 Syntax
SMRUCC.genomics.Model.Network.KEGG.GraphBackground
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| graphModel | 1 | convert the kegg map object to the graph model |
03 Members
graphModel(
Map, Dictionary(Of String, Reaction))convert the kegg map object to the graph model
Parameters
| Name | Type | Description |
|---|---|---|
map | Map | - |
reactions | Dictionary(Of String, Reaction) | - |
Returns
the data graph model contains the metabolite item which is connected via the reaction liks and a set of the single metabolites which is currently no partner connections in this graph model.