enrichmentAnalysis {ActivePathways} | 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