
probeids
, constructs an aafList
of
aafGO
objects containing annotation data from the
chip
data package.
aafGO(probeids, chip)
aafList
of aafGO
objects. NA values are returned as
empty objects.
if (require(hgu95av2.db)) {
data(aafExpr)
probes <- featureNames(aafExpr)
gos <- aafGO(probes, "hgu95av2.db")
show(gos[6:10])
}
Run the code above in your browser using DataLab