\HeaderA{hgu95av2SUMFUNC}{Map between Manufacturer Identifiers and Gene Function Summaries}{hgu95av2SUMFUNC}
\keyword{datasets}{hgu95av2SUMFUNC}
\begin{Description}\relax
hgu95av2SUMFUNC is an R environment that provides mappings between
manufacturer identifiers and brief summaries of functions of the gene products.
\end{Description}
\begin{Details}\relax
Each manufacturer identifier is mapped to a vector containing a brief summary
of the function for the gene product. This information was previously
supplied by Entrez Gene, but with the change to Entrez Gene these data
may no longer be available, and the environment may be discontinued.

Mappings were based on data provided by:

Entrez Gene:\url{ftp://ftp.ncbi.nlm.nih.gov/gene/DATA/}. Built: Source data downloaded from Entrez Gene on Mon Sep 25 20:44:56 2006

Package built Mon Sep 25 21:08:05 2006
\end{Details}
\begin{References}\relax
\url{http://www.ncbi.nlm.nih.gov/LocusLink}
\end{References}
\begin{Examples}
\begin{ExampleCode}
    # Convert the environment to a list
    xx <- as.list(hgu95av2SUMFUNC)
    if(length(xx) > 0){
        # The function summaries for the first two elements of XX
        xx[1:2]
        # Get the first one
        xx[[1]]
    }
\end{ExampleCode}
\end{Examples}


