keggPathwayNames: Obtain KEGG pathway titles

Description Usage Arguments Value Author(s) See Also Examples

View source: R/keggDataREST.R

Description

Obtain KEGG pathway titles

Usage

1
keggPathwayNames(organism = "hsa", updateCache = FALSE, verbose = TRUE)

Arguments

organism

organism code as defined by KEGG

updateCache

re-download KEGG data

verbose

show progress of downloading and parsing

Value

A named vector of pathway titles. The names of the vector are the pathway KEGG IDs.

Author(s)

Calin Voichita and Sorin Draghici

See Also

keggPathwayGraphs

Examples

1
2
3
4
5
6
7
kpn <- keggPathwayNames("hsa")

# to update the pathway cache for human run:
# kpn <- keggPathwayNames("hsa", updateCache = TRUE)
# this is time consuming and depends on the available bandwidth.

head(kpn)

ROntoTools documentation built on Nov. 8, 2020, 7:41 p.m.