aafProbe {annaffy} | R Documentation |
For the given probeids
, constructs an aafList
of
aafProbe
objects.
aafProbe(probeids)
probeids |
character vector containing probe ids |
An aafList
of aafProbe
objects.
Colin A. Smith, annaffy@colinsmith.org
if (require(hgu95av2.db)) { data(aafExpr) probes <- featureNames(aafExpr) probesets <- aafProbe(probes) getURL(probesets[6:10]) }