Learn R Programming

EnrichmentBrowser (version 2.2.2)

download.kegg.pathways: Download of KEGG pathways for a particular organism

Description

The function downloads all metabolic and non-metabolic pathways in KEGG XML format for a specified organism.

Usage

download.kegg.pathways( org, out.dir = NULL, zip = FALSE )

Arguments

org
Organism in KEGG three letter code, e.g. ‘hsa’ for ‘homo sapiens’.
out.dir
Output directory. If not null, pathways are written to files in the specified directory.
zip
Logical. In case pathways are written to file (‘out.dir’ is not null): should output files be zipped?

Value

if(is.null(out.dir)): a list of KEGGPathway objects else: none, as pathways are written to file

See Also

keggList, keggGet, KEGGPathway-class, parseKGML

Examples

Run this code
    
        pwys <- download.kegg.pathways("hsa")
    

Run the code above in your browser using DataLab