aqListGOIDs | R Documentation |
This function returns a character vector of all GO identifiers in the specified ontologies: Biological Process (BP), Cellular Component (CC), Molecular Function (MF).
aqListGOIDs(ont)
ont |
A character vector specifying the two-letter codes of the
ontologies from which all GO IDs will be retrieved. Entries must be
one of |
A character vector of GO IDs. The vector will contain all GO IDs in
the GO ontologies specified by the ont
argument.
Seth Falcon
## all GO IDs in BP
bp_ids = aqListGOIDs("BP")
length(bp_ids)
## all GO IDs in BP or CC
bp_or_cc_ids = aqListGOIDs(c("BP", "CC"))
length(bp_or_cc_ids)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.