| dNamePATH2DE {dName.db} | R Documentation |
dNamePATH2DE provides mappings of KEGG pathway identifiers to its decsription.
Mappings were based on data provided by KEGG: ftp://ftp.genome.jp/pub/kegg/pathway/map_title.tab) on 2009 Feb 17
x <- dNamePATH2DE
# Get the KEGG pathway identifiers that are mapped to descriptions.
mapped <- mappedkeys(x)
# Convert to a list
xx <- as.list(x[mapped])
if(length(xx) > 0){
xx[2:3]
}