plot_violins | R Documentation |
Make summary violin plots
plot_violins(
seurat_obj,
group,
features,
split_by = NULL,
.size = 0.5,
.width = 1,
.scale = "width",
.alpha = 1,
cols = discrete_palette_default,
rotate_x_text = TRUE,
arrange_by_fill = TRUE,
order_by_input = TRUE
)
seurat_obj |
seurat object |
group |
x axis grouping variable |
features |
features to plot |
split_by |
additional metadata columns to split violins per group |
.size |
violin size |
.width |
violin width |
.scale |
violin scaling parameter |
.alpha |
violin alpha |
cols |
color palette |
rotate_x_text |
flip x and y |
arrange_by_fill |
not sure |
order_by_input |
maintain order of features supplied |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.