### Name: KEGGGO2ENZYMEID ### Title: An annotation data file that maps Gene Ontology (GO) identifiers ### to Enzyme Commission numbers ### Aliases: KEGGGO2ENZYMEID ### Keywords: datasets ### ** Examples require("annotate") || stop("annotate unavailable") xx <- as.list(KEGGGO2ENZYMEID) 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] } }