hgu95All {annotate} | R Documentation |
Data, in the form of environments for the Affymetrix U95A chip.
data(hgu95All)
These data sets provide environments with mappings from the Affymetrix
identifiers to LocusLink identifiers.
The environment functions like a hashtable and can be accessed using
multiget
.
If the returned value is NA
then the current
mapping was unable to identify this. Mappings and data sources are
constantly evolving so updating often is recommended.
The AnnBuilder
package.
data(hgu95All) data(eset) multiget(geneNames(eset)[330:340], env=hgu95All)