Load Gene Ontology genesets
Usage
get_GeneOntology(
onto = c("BP", "MF", "CC"),
to = "ENSEMBL",
includeOffspring = TRUE,
org = "hsa"
)
Arguments
- onto
array of categories to load
- to
convert gene names to this type using
EnrichmentBrowser::idMap()
. SeeEnrichmentBrowser::idTypes(org="hsa")
for valid types- includeOffspring
if TRUE, follow the GO hierarchy down and include all genes in offspring sets for a given gene set
- org
organism. human (
'hsa'
), mouse ('mmu'
), etc