EnrichrDotPlot | R Documentation |
Makes barplots from Enrichr data
EnrichrDotPlot(
seurat_obj,
database,
mods = "all",
n_terms = 3,
break_ties = TRUE,
logscale = TRUE,
wgcna_name = NULL,
...
)
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 |
EnrichrDotPlot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.