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