GSEABubblePlot: GSEABubblePlot plot gsea results for all cell types

View source: R/downstream_deprecated_functions.r

GSEABubblePlotR Documentation

GSEABubblePlot plot gsea results for all cell types

Description

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

## Not run: 
scglmmr::GSEABubblePlot(d, save_path = figpath, save_name = "plot.pdf")

## End(Not run)

MattPM/scglmmr documentation built on April 26, 2024, 12:55 a.m.