### Name: KEGGEXTID2PATHID ### Title: An annotation data file that maps LocusLink or Open Reading ### Frame ids KEGG pathway ids ### Aliases: KEGGEXTID2PATHID ### Keywords: datasets ### ** Examples require("annotate") || stop("annotate unavailable") xx <- as.list(KEGGEXTID2PATHID) 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] } }