View source: R/ActivePathways.r
enrichmentAnalysis | R Documentation |
Perform pathway enrichment analysis on an ordered list of genes
enrichmentAnalysis(genelist, gmt, background)
genelist |
character vector of gene names, in decreasing order of significance |
gmt |
GMT object |
background |
character vector of gene names. List of all genes being used as a statistical background |
a data.table of terms with the following columns:
The id of the term
The full name of the term
The associated p-value adjusted for multiple testing
The number of genes annotated to the term
A character vector of the genes that overlap between the term and the query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.