View source: R/enrichmentTools.R
| goEnrichment | R Documentation |
Perform Gene Ontology (GO) enrichment using the topGO package
goEnrichment(
qids,
uids,
ontology = "BP",
idType = "ensembl",
assembly = "org.Hs.eg.db",
algorithm = "weight01"
)
qids |
character vector of query gene IDs |
uids |
character vector of universe gene IDs |
ontology |
character specifying the ontology to use (default: |
idType |
character specifying which universe the gene IDs come from (default: |
assembly |
character specifying the genome to use. Can either be the name of the package to be used for mapping the identifiers (e.g. |
algorithm |
algorithm employed by |
a list (S3 class) object containing:
- $tgData: the used topGOdata object
- $resultObj: the resulting topGOresult object
- $table: a summary table of statistics for each GO term
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.