View source: R/visualization.R
plot_vln | R Documentation |
Make a combined violin-boxplot plot.
plot_vln(
sce,
ensembl_id,
groups,
add_jitter = TRUE,
jitter_color = TRUE,
jitter_point_size = 0.5,
violin_scale = "area",
boxplot_width = 0.1,
labs = NULL
)
sce |
A |
ensembl_id |
A character scalar: ENSEMBL ID of feature to plot. |
groups |
A character scalar: name of a column in |
add_jitter |
A logical scalar: if |
jitter_color |
A logical scalar: if |
jitter_point_size |
A numeric scalar. |
violin_scale |
A character scalar: passed to |
boxplot_width |
A numeric scalar: passed to |
labs |
A |
A ggplot2
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.