Stacked Violin plot
StackedVlnPlot(
object,
features,
idents = NULL,
split.by = NULL,
color.use = NULL,
colors.ggplot = FALSE,
angle.x = 90,
vjust.x = NULL,
hjust.x = NULL,
show.text.y = TRUE,
line.size = NULL,
pt.size = 0,
plot.margin = margin(0, 0, 0, 0, "cm"),
...
)
seurat object
Features to plot (gene expression, metrics)
Which classes to include in the plot (default is all)
Name of a metadata column to split plot by;
defining the color for each cell group
whether use ggplot color scheme; default: colors.ggplot = FALSE
angle for x-axis text rotation
adjust x axis text
adjust x axis text
whther show y-axis text
line width in the violin plot
size of the dots
adjust the white space between each plot
Extra parameters passed to VlnPlot from Seurat package
ggplot2 object