Description Usage Arguments Details Note References See Also Examples
View source: R/updateKEGGPathway.R
Pasing the KEGG Markup Language (KGML) file of KEGG metabolic pathway, obtaining the KO and corresponding metablites and constructing the reference network.
1 | updateKEGGPathway(path = Sys.getenv("HOME"))
|
path |
A character, the path that reference data saved, default is the user's HOME directory. |
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.
For this function, download KGML file and reference mebabolic constructing may take a long time
http://www.kegg.jp/kegg/xml/docs/
constructMetabolicNetwork
,RefDbcache
1 | #updateMetabolicNetwork()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.