Learn R Programming

mmnet (version 1.10.2)

constructMetabolicNetwork: Metabolic network construction of microbiome

Description

Metabolic network construction according to the metabolites among enzymes

Usage

constructMetabolicNetwork(path = Sys.getenv("HOME"))

Arguments

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.

Value

  • referce metabolic network of igraph

See Also

loadMetabolicData

Examples

Run this code
## may take a long time
# data(RefDbcache)
# constructMetabolicNetwork(RefDbcache)

Run the code above in your browser using DataLab