loadGo {MIGSA} | R Documentation |
loadGo
creates a GeneSetCollection object from the data present at
the Gene Ontology data base (org.Hs.eg.db R package).
loadGo(ontology) ## S4 method for signature 'character' loadGo(ontology)
ontology |
character indicating which ontology must be loaded. Must be one of BP, MF or CC. |
A GeneSetCollection object (Genes are with their EntrezGene ID).
## Lets load the Cellular Components gene sets from the Gene Ontology. ccGSets <- loadGo("CC");