GSEABarPlot | R Documentation |
GSEABarPlot - plot gsea results for a single cell type
GSEABarPlot(
rbind_gsea_result_dataframe,
celltype_name,
fill_color,
text.size = 8
)
rbind_gsea_result_dataframe |
result returned from RbindGseaResultList |
celltype_name |
name of celltype to be plotted |
fill_color |
color of bar |
text.size |
size of axis labels |
ggplot object
## Not run:
p = scglmmr::GSEABarPlot(d, celltype_name = 'celltype1', fill_color = 'dodgerblue')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.