plot_violin | R Documentation |
Makes violin plot, by default using ggbeeswarm package.
plot_violin(x, feature, group, ...)
## S3 method for class 'Seurat'
plot_violin(x, feature, group, size = 0.1, ...)
## S3 method for class 'SingleCellExperiment'
plot_violin(x, feature, group, size = 0.1, ...)
## S3 method for class 'data.frame'
plot_violin(x, feature, group, size = 0.1, ...)
x |
object to plot data from. |
feature |
name of the feature to plot. |
group |
grouping variable. |
... |
further arguments passed down to get_expression(). |
size |
size of the points. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.