loadKEGGPathways {BLMA}R Documentation

Load KEGG pathways and names

Description

Load KEGG pathways and names

Usage

loadKEGGPathways(organism = "hsa", updateCache = FALSE)

Arguments

organism

organism code. Default value is "hsa" (human)

updateCache

re-download KEGG pathways. Default value is FALSE

Value

A list of the following components

Author(s)

Tin Nguyen and Sorin Draghici

See Also

keggPathwayGraphs, keggPathwayNames

Examples

x <- loadKEGGPathways()

[Package BLMA version 1.18.0 Index]