GSEABarPlot: GSEABarPlot - plot gsea results for a single cell type

GSEABarPlotR Documentation

GSEABarPlot - plot gsea results for a single cell type

Description

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

## Not run: 
p = scglmmr::GSEABarPlot(d, celltype_name = 'celltype1', fill_color = 'dodgerblue')

## End(Not run)

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