getName {FELLA} | R Documentation |
Map KEGG identifiers to KEGG names, multiple names for an ID are reported if annotated. The KEGG identifiers may have mixed levels.
getName(data, id)
data |
FELLA.DATA object |
id |
KEGG IDs whose name is desired |
List whose names are KEGG IDs and whose entries are the vectors of matches
data(FELLA.sample) getName(FELLA.sample, c("C00002", "C00040"))