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