aafSearchGO {annaffy} | R Documentation |
Searches Gene Ontology ids for corresponding probe ids in a given chip, optionally including descendents.
aafSearchGO(chip, ids, descendents = TRUE, logic = "OR")
chip |
name of the chip data package |
ids |
numeric or character vector of GO ids |
descendents |
logical, include GO descendents? |
logic |
type of logic to use, "AND" or "OR" |
A character vector of probe ids matching the search criteria.
Colin A. Smith, annaffy@colinsmith.org