\HeaderA{KEGGENZYMEID2GO}{An annotation data file that maps Enzyme Commission numbers to
Gene Ontology identifiers}{KEGGENZYMEID2GO}
\keyword{datasets}{KEGGENZYMEID2GO}
\begin{Description}\relax
KEGGENZYMEID2GO maps Enzyme Commission numbers to Gene Ontoloty
(GO) identifiers
\end{Description}
\begin{Details}\relax
This is an environment object containing key and value pairs. Keys are
Enzyme Commission numbers and values are GO identifiers. Values are vectors of
length 1. Enzyme Commission numbers that can not be mapped to a GO
term are assigned a value NA.

Mappings were based on data provided by:

KEGG:\url{http://gopher5/compbio/annotationSourceData/kegg/pathways/map_title.tab}. Built: Release 38.1, June 1, 2006

Package built: Wed Sep  6 13:12:02 2006
\end{Details}
\begin{References}\relax
\url{ftp://ftp.genome.ad.jp/pub/kegg/pathways}
\end{References}
\begin{Examples}
\begin{ExampleCode}
        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]
                }
        }
\end{ExampleCode}
\end{Examples}


