enrich_pathways | R Documentation |
Performs over‐representation testing via DOSE/clusterProfiler against KEGG or custom gene sets.
enrich_pathways(
object,
contrasts,
alpha_pathways = 0.1,
pathway_kegg = TRUE,
kegg_organism,
custom_pathways = NULL
)
object |
A DESeqDataSet or SummarizedExperiment object. |
contrasts |
A character vector of contrasts to test. Example: |
alpha_pathways |
Numeric; p‐value cutoff (default |
pathway_kegg |
Logical; use KEGG pathways if |
kegg_organism |
KEGG organism code (e.g. |
custom_pathways |
Data frame with columns |
A list of pathway enrichment results for each contrast.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.