View source: R/downstream_deprecated_functions.r
GSEABubblePlot | R Documentation |
GSEABubblePlot plot gsea results for all cell types
GSEABubblePlot(
rbind_gsea_result_dataframe,
save_path,
include_negative = TRUE,
save_name,
width = 8.5,
height = 7.2
)
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 |
nothing
## Not run:
scglmmr::GSEABubblePlot(d, save_path = figpath, save_name = "plot.pdf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.