### Name: KEGGPATHNAME2ID ### Title: An annotation data file that maps KEGG pathway names to ### identifiers for the corresponding pathway names used by KEGG ### Aliases: KEGGPATHNAME2ID ### Keywords: datasets ### ** Examples require("annotate") || stop("annotate unavailable") xx <- as.list(KEGGPATHNAME2ID) if(length(xx) > 0){ # get the value for the first key xx[[1]] # Get the values for a few keys if(length(xx) >= 3){ xx[1:3] } }