Learn R Programming

mmnet (version 1.10.2)

saveMetabolicData: Save a new version of the reference metabolic data

Description

This function saves the updated reference KEGG metabolic data and global network in your computer.

Usage

saveMetabolicData(RefDbcache, path = Sys.getenv("HOME"))

Arguments

RefDbcache
a list, the updated KEGG Pathway information, more details in link{preprocessKOMetabolites}
path
character, the path that reference data saved, default is the user's HOME directory.

See Also

link{preprocessKOMetabolites}

Examples

Run this code
## 
# saveMetabolicData(RefDbcache, path = Sys.getenv("HOME"))

Run the code above in your browser using DataLab