Description Usage Arguments Value
This function simplifies gene set enrichment analysis for custom annotations.
Do not use this function for annotations that have directed acyclic graph
(DAG) relationships (e.g., GO). Gene set enrichment analysis performed
using Fisher's exact test for count data. This function will automatically
filter non-unique annot.genes
and annot.terms
pairs.
1 2 | simpliGSEA(genes, universe, annot.genes, annot.terms,
alternative = "greater")
|
genes |
A character vector. The gene IDs of interest. |
universe |
A character vector. The complete set of gene IDs used to generate the gene IDs of interest. |
annot.genes |
A character vector. The gene IDs to which |
annot.terms |
A character vector. The annotations corresponding to
|
alternative |
A character string. Argument passed to |
A vector of unadjusted p-values named as the tested annotation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.