View source: R/barplotTopGSEA.R
barplotTopGSEA | R Documentation |
Plot top n pathways according to given stat
barplotTopGSEA(
fgRes,
n = 30,
by = "padj",
decreasing = FALSE,
parseBader = TRUE,
plot.title = "GSEA Bar plot"
)
n |
number of pathways to plot, default is 30. |
by |
The stat for selecting top pathways, default is padj |
decreasing |
Should the sort order be increasing or decreasing? Default is False. |
parseBader |
Boolean indicating if gene set names should be parsed for the output figure following Bader Lab nomenclature (i.e. '%' as delimiter) |
plot.title |
arbitrary plot title |
fgsea |
GSEA results from GSEA() function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.