\name{dNamePATH2DE} \alias{dNamePATH2DE} \title{Map KEGG pathway identifiers to decsription} \description{ dNamePATH2DE provides mappings of KEGG pathway identifiers to its decsription. } \details{ Mappings were based on data provided by KEGG: \url{ftp://ftp.genome.jp/pub/kegg/pathway/map_title.tab}) on 2009 Feb 17 } \examples{ 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] } }