Description Usage Arguments Value
View source: R/visualization.R
Stacked Violin plot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
object |
Seurat object |
features |
Features to plot (gene expression, metrics) |
idents |
Which classes to include in the plot (default is all) |
split.by |
Name of a metadata column to split plot by; |
colors.use |
defining the color for each cell group |
colors.ggplot |
whether use ggplot color scheme; default: colors.ggplot = FALSE |
angle.x |
angle for x-axis text rotation |
vjust.x |
adjust x axis text |
hjust.x |
adjust x axis text |
show.text.y |
whther show y-axis text |
line.size |
line width in the violin plot |
pt.size |
size of the dots |
plot.margin |
adjust the white space between each plot |
... |
Extra parameters passed to VlnPlot from Seurat package |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.