getKEGGnames {mdgsa}R Documentation

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.

Details

Uses the library KEGG.db.

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

Value

A character vector with the corresponding KEGG names.

Author(s)

David Montaner dmontaner@cipf.es

See Also

getGOnames

Examples

getKEGGnames (c("00010", "00020", "BAD_KEGG"))

[Package mdgsa version 1.22.0 Index]