View source: R/genesetFisherTests.R
fisherTest | R Documentation |
Perform a single Fisher test for gene set enrichement
fisherTest(n, genesets, foreground_ids, background_ids, symbols)
n |
A numeric scalar indicating the index of the gene set to test. |
genesets |
A named list of gene sets. |
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). |
symbols |
A named vector comprising entrez_id to gene_symbol mappings. |
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.