Skip to contents

GSEABubblePlot plot gsea results for all cell types

Usage

GSEABubblePlot(
  rbind_gsea_result_dataframe,
  save_path,
  include_negative = TRUE,
  save_name,
  width = 8.5,
  height = 7.2
)

Arguments

rbind_gsea_result_dataframe

dataframe returned by RbindGseaResultList

save_path

file path to save results

include_negative

TRUE/FALSE whether to include negative enrichment in the plot.

save_name

name of file saved to save_path

width

ggpsave param

height

ggsave param

Value

nothing

Examples

if (FALSE) {
scglmmr::GSEABubblePlot(d, save_path = figpath, save_name = "plot.pdf")
}