| runGO | R Documentation | 
A wrapper function to run Fisher's test for enrichement
on Gene Ontology (GO) categories.
Depends on the bioconductor org.xx.eg.db and GO.db packages.
runGO(
  foreground_ids,
  background_ids,
  gene_id_type = c("entrez", "ensembl"),
  species = c("hs", "mm"),
  ...
)
| foreground_ids | A list of ENTREZ ids of interest (e.g. significantly differentially expressed genes). | 
| background_ids | A list of background ENTREZ ids.
against which enrichment will be tested (i.e., the gene universe).
(see  | 
| gene_id_type | Either "entrez" (default") or "ensembl". | 
| species | Species identifier (only "hs" or "mm" are supported). | 
Steve Sansom
runFisherTests.
# TODO ## Not run: # TODO ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.