Skip to contents

GSEABarPlot - plot gsea results for a single cell type

Usage

GSEABarPlot(
  rbind_gsea_result_dataframe,
  celltype_name,
  fill_color,
  text.size = 8
)

Arguments

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

Value

ggplot object

Examples

if (FALSE) {
p = scglmmr::GSEABarPlot(d, celltype_name = 'celltype1', fill_color = 'dodgerblue')
}