OverlapDotPlot: OverlapDotPlot

View source: R/plotting.R

OverlapDotPlotR Documentation

OverlapDotPlot

Description

Makes barplots from Enrichr data

Usage

OverlapDotPlot(
  overlap_df,
  plot_var = "odds_ratio",
  logscale = TRUE,
  neglog = FALSE,
  plot_significance = TRUE,
  ...
)

Arguments

overlap_df

the Module/DEG overlap table from OverlapModulesDEGs

plot_var

the name of the overlap statistic to plot

logscale

logical controlling whether to plot the result on a log scale, useful for odds ratio

neglog

logical controlling wehether to plot the result as a negative log, useful for p-value / FDR

plot_significance

logical controlling whether to plot the significance levels on top of the dots

Examples

OverlapDotPlot

smorabit/scWGCNA documentation built on April 4, 2024, 10:32 a.m.