\HeaderA{hgu95Achroloc}{Annotation data for the Affymetrix HGU95A GeneChip}{hgu95Achroloc}
\keyword{datasets}{hgu95Achroloc}
\begin{Description}\relax
Data, in the form of environments for the Affymetrix U95A
chip.
\end{Description}
\begin{Usage}
\begin{verbatim}data(hgu95Achroloc)\end{verbatim}
\end{Usage}
\begin{Format}\relax
These data sets provide environments with mappings from the Affymetrix
identifiers to chromosomal location, in bases.
The environments function like hashtables and can be accessed using
\code{mget}.
If the returned value is \code{NA} then the current 
mapping was unable to identify this. Mappings and data sources are
constantly evolving so updating often is recommended.
\end{Format}
\begin{Source}\relax
The \code{AnnBuilder} package.
\end{Source}
\begin{Examples}
\begin{ExampleCode}
 data(hgu95Achroloc)
 data(sample.exprSet.1)
 mget(geneNames(sample.exprSet.1)[330:340], env=hgu95Achroloc, ifnotfound=NA)

\end{ExampleCode}
\end{Examples}


