View source: R/get_GeneOntology.R
get_GeneOntology | R Documentation |
Load Gene Ontology genesets
get_GeneOntology(
onto = c("BP", "MF", "CC"),
to = "ENSEMBL",
includeOffspring = TRUE,
org = "hsa"
)
onto |
array of categories to load |
to |
convert gene names to this type using |
includeOffspring |
if TRUE, follow the GO hierarchy down and include all genes in offspring sets for a given gene set |
org |
organism. human ( |
This function loads the GO gene sets using the packages EnrichmentBrowser
and GO.db
It can take a mintute to load because converting gene name type is slow.
Gene sets stored as GeneSetCollection
# load GO Biological Process
# gs = get_GeneOntology('BP')
# load all gene sets
# gs = get_GeneOntology()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.