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