Description Usage Arguments Value See Also Examples
View source: R/constructMetabolicNetwork.R
Metabolic network construction according to the metabolites among enzymes
1  | constructMetabolicNetwork(path = Sys.getenv("HOME"))
 | 
path | 
 character, the path that reference data saved, default is the user's HOME directory. If does not exits, prestored reference metabolic data (RefDbCache) in mmnet will be loaded.  | 
referce metabolic network of igraph
1 2 3  | ## may take a long time
# data(RefDbcache)
# constructMetabolicNetwork(RefDbcache)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.