updateKOGraphs {SubpathwayMiner}R Documentation

Update graphs based on based on KEGG Orthology (KO) constructed from KEGG pathways

Description

Update graphs based on based on KEGG Orthology (KO) constructed from KEGG metabolic pathways.

Usage

updateKOGraphs(pathwayList=getDefaultKOPathway(),
         path="ftp://ftp.genome.jp/pub/kegg/xml/ko/",verbose=TRUE)

Arguments

pathwayList A character vector of the KEGG pathway identifiers.
path A character string.
verbose A logical. If TRUE, the additional diagnostics are printed.

Details

The function is able to update the graph variable KOuGraph in the environment variable of the system.

We construct and update the simplification version by extracting relations from the XML data of pathways. The XML data is available from the FTP site. ftp://ftp.genome.jp/pub/kegg/xml/ko/

The argument pathwayList is a character vector of the KEGG metabolic pathway identifiers. The default value is provided by the return value of getDefaultKOPathway. The user can change the value for constructing the subset of the graphs of the KEGG pathways.

Note that if one needs to use the updated graphs in the future, one should run the function saveKe2g to save the setting. Detailed information is provided in saveKe2g and loadKe2g.

Note that the programming is likely to be time consumming.

Author(s)

Chunquan Li <lcqbio@yahoo.com.cn>

See Also

KOuGraph,updateOrgAndIdType

Examples

##construct the graphs list of Nucleotide Metabolism which include two pathways.
#It is considered as the subset of pathways of interest.
#updateKOGraphs(pathwayList=c("path:00230","path:00240"))


[Package SubpathwayMiner version 2.0 Index]