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