| aafUniGene {annaffy} | R Documentation |
For the given probeids, constructs a list of
aafUniGene objects containing annotation data from the
chip data package.
aafUniGene(probeids, chip)
probeids |
character vector containing probe ids |
chip |
name of the chip data package |
An aafList of aafUniGene objects. NA values are returned as
empty objects.
Colin A. Smith, annaffy@colinsmith.org
if (require(hgu95av2.db)) {
data(aafExpr)
probes <- featureNames(aafExpr)
ugs <- aafUniGene(probes, "hgu95av2.db")
show(ugs[6:10])
}