Skip to contents

PlotFgsea identical to GSEABubblePlot, returns plot for manual adjustment or saving and also clusters the map.

Usage

PlotFgsea(
  gsea_result_list,
  NES_filter = -Inf,
  padj_filter = 0.1,
  p.threshold = NULL
)

Arguments

rbind_gsea_result_dataframe

dataframe returned by RbindGseaResultList

Value

ggplot object

Examples

if (FALSE) {
p = PlotFgsea(gsea_result_list = g1, padj_filter = 0.1)
}