Description Usage Arguments Value
View source: R/diff_analysis_gene_set_enrichment.R
Run hypergeometric enrichment test and combine significant pathways into a data.frame
1 2 3 4 5 6 7 | results_enrichmentTest(
differentialGenes,
enrichment_qval,
GeneSets,
GeneSetsDf,
GenePool
)
|
differentialGenes |
Genes significantly over / under expressed |
enrichment_qval |
Adusted p-value threshold above which a pathway is considered significative |
GeneSets |
List of pathways |
GeneSetsDf |
Data.frame of pathways |
GenePool |
Pool of possible genes for testing |
A data.frame with pathways passing q.value threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.