updateKEGGPathway: Updating and saving the reference (KEGG metabolic pathway)...

Description Usage Arguments Details Note References See Also Examples

View source: R/updateKEGGPathway.R

Description

Pasing the KEGG Markup Language (KGML) file of KEGG metabolic pathway, obtaining the KO and corresponding metablites and constructing the reference network.

Usage

1
updateKEGGPathway(path = Sys.getenv("HOME"))

Arguments

path

A character, the path that reference data saved, default is the user's HOME directory.

Details

The KEGG metabolic pathway is the best organized part of the KEGG/PATHWAY database, each metabolic pathway can be viewed as a network of KOs. The KEGG Markup Language (KGML) is an exchange format of the KEGG pathway maps, which is converted from internally used KGML+ (KGML+SVG) format. It will retrieves all KOs, products and substrates from the KGML files of KEGG metabolic pathway. There is an initial reference data saved in the subdirectory data of this package. However, KEGG metabolic pathway updated frequently, this function will update the data which contains KO, substrates, products and refence metabolic network. . For more details, see constructMetabolicNetwork.

This function updates the KEGG reference data, and saving in the dir.mmnet under users Specified, default is the user's home directory. Date, user name and the R VERSION also saved in a log file.

Note

For this function, download KGML file and reference mebabolic constructing may take a long time

References

http://www.kegg.jp/kegg/xml/docs/

See Also

constructMetabolicNetwork,RefDbcache

Examples

1
#updateMetabolicNetwork()

mmnet documentation built on May 31, 2017, 3:25 p.m.