\HeaderA{KEGGPATHNAME2ID}{An annotation data file that maps KEGG pathway names to
identifiers for the corresponding pathway names used by KEGG}{KEGGPATHNAME2ID}
\keyword{datasets}{KEGGPATHNAME2ID}
\begin{Description}\relax
KEGGPATHNAME2ID maps KEGG pathway names to pathway identifiers used by
KEGG for various pathways
\end{Description}
\begin{Details}\relax
This is an environment object containing key and value pairs. Keys are
KEGG pathway names and values are pathway identifiers. Values are vectors of
length 1.  

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(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]
                }
        }
\end{ExampleCode}
\end{Examples}


