OverlapDotPlot | R Documentation |
Makes barplots from Enrichr data
OverlapDotPlot(
overlap_df,
plot_var = "odds_ratio",
logscale = TRUE,
neglog = FALSE,
plot_significance = TRUE,
...
)
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 |
OverlapDotPlot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.