View source: R/genesetFisherTests.R
runFisherTests | R Documentation |
Run a set of Fisher tests for gene set enrichement
runFisherTests(named_geneset_list, foreground_ids, background_ids, SYMBOL)
named_geneset_list |
List of named 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) |
annotations |
A data.frame with at least columns "entrez_id" and "gene_name"
(see |
Steve Sansom
readGMT
,
fisherTest
.
# 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.