### Name: KEGGENZYMEID2GO ### Title: An annotation data file that maps Enzyme Commission numbers to ### Gene Ontology identifiers ### Aliases: KEGGENZYMEID2GO ### Keywords: datasets ### ** Examples require("annotate") || stop("annotate unavailable") xx <- as.list(KEGGENZYMEID2GO) if(length(xx) > 0){ # Get the value of the first key xx[[1]] # Get values for a few keys if(length(xx) >= 3){ xx[1:3] } }