plotCountBoxplotsPerType | R Documentation |
Plot count boxplots per type
plotCountBoxplotsPerType(
count.df,
y.lab = "count",
x.lab = "",
y.expand = 0.05,
show.significance = FALSE,
jitter.width = 0.15,
notch = FALSE,
legend.position = "right",
alpha = 0.2,
size = 0.5,
palette = NULL,
adjust.pvalues = TRUE,
plot.theme = theme_get(),
pvalue.y = NULL,
ns.symbol = "",
p.adjust.method = "BH"
)
count.df |
data.frame with columns |
jitter.width |
width of the point jitter (default: 0.15) |
notch |
Whether to show notch in the boxplots |
legend.position |
Position of legend in plot. See ggplot2::theme (default="right") |
alpha |
Transparency level on the data points (default: 0.2) |
size |
marker size (default: 0.5) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.