EnrichrDotPlot: EnrichrDotPlot

View source: R/plotting.R

EnrichrDotPlotR Documentation

EnrichrDotPlot

Description

Makes barplots from Enrichr data

Usage

EnrichrDotPlot(
  seurat_obj,
  database,
  mods = "all",
  n_terms = 3,
  break_ties = TRUE,
  logscale = TRUE,
  wgcna_name = NULL,
  ...
)

Arguments

seurat_obj

A Seurat object

database

name of the enrichr database to plot.

mods

names of modules to plot. All modules are plotted if mods='all' (default)

n_terms

number of enriched terms to plot for each module

break_ties

logical controlling whether or not to randomly select terms with equal enrichments to precisely enforce n_terms.

logscale

logical controlling whether to plot the enrichment on a log scale.

wgcna_name

The name of the hdWGCNA experiment in the seurat_obj@misc slot

Examples

EnrichrDotPlot

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