filterPathways | R Documentation |
Filter pathways by multiple criteria
filterPathways(
gseaRes,
nes_cutoff = NULL,
padj_cutoff = 0.05,
pval_cutoff = 0.05,
min_size = NULL,
max_size = NULL,
direction = "both"
)
gseaRes |
GSEAResult object |
nes_cutoff |
absolute NES cutoff |
padj_cutoff |
padj cutoff |
pval_cutoff |
pval cutoff (used if padj_cutoff is NULL) |
min_size |
minimum pathway size |
max_size |
maximum pathway size |
direction |
filter by direction ("up", "down", or "both") |
Kai Guo
## Not run:
filtered <- filterPathways(gseaRes, nes_cutoff = 1.5, padj_cutoff = 0.01, direction = "up")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.