View source: R/enrichment_analysis.r
PlotFgsea | R Documentation |
PlotFgsea identical to GSEABubblePlot, returns plot for manual adjustment or saving and also clusters the map.
PlotFgsea(
gsea_result_list,
NES_filter = -Inf,
padj_filter = 0.1,
p.threshold = NULL
)
rbind_gsea_result_dataframe |
dataframe returned by RbindGseaResultList |
ggplot object
## Not run:
p = PlotFgsea(gsea_result_list = g1, padj_filter = 0.1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.