### Name: KEGGPATHID2EXTID ### Title: An annotation data file that maps KEGG pathway identifiers to ### Entrez Gene or Open Reading Frame identifiers. ### Aliases: KEGGPATHID2EXTID ### Keywords: datasets ### ** Examples require("annotate") || stop("annotate unavailable") xx <- as.list(KEGGPATHID2EXTID) if(length(xx) > 0){ # Get the value of the first key xx[[1]] # Get the values for multiget for a few keys if(length(xx) >= 3){ xx[1:3] } }