Learn R Programming

mdgsa (version 1.4.2)

getKEGGnames: Get KEGG names

Description

Finds the KEGG name form KEGG id.

Usage

getKEGGnames(x, verbose = TRUE)

Arguments

x
a character vector of KEGG ids.
verbose
verbose.

Value

  • A character vector with the corresponding KEGG names.

Details

Uses the library KEGG.db.

x may be a data.frame. In such case, GO ids are expected in its row names.

See Also

getGOnames

Examples

Run this code
getKEGGnames (c("00010", "00020", "BAD_KEGG"))

Run the code above in your browser using DataLab