getKEGGnames {mdgsa} | R Documentation |
Finds the KEGG name form KEGG id.
getKEGGnames(x, verbose = TRUE)
x |
a character vector of KEGG ids. |
verbose |
verbose. |
Uses the library KEGG.db.
x
may be a data.frame
.
In such case, GO ids are expected in its row names.
A character vector with the corresponding KEGG names.
David Montaner dmontaner@cipf.es
getKEGGnames (c("00010", "00020", "BAD_KEGG"))