getPathways | R Documentation |
Get available pathways from GSEA results
getPathways(
gseaRes,
padj_cutoff = 0.05,
pval_cutoff = 0.05,
min_size = NULL,
max_size = NULL
)
gseaRes |
GSEAResult object |
padj_cutoff |
padj cutoff for filtering (if NULL, no filtering applied) |
pval_cutoff |
pvalue cutoff for filtering (used if padj_cutoff is NULL) |
min_size |
minimum pathway size |
max_size |
maximum pathway size |
Kai Guo
## Not run:
pathways <- getPathways(gseaRes, padj_cutoff = 0.05)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.