plot_violin: plot_violin

View source: R/plot.R

plot_violinR Documentation

plot_violin

Description

Makes violin plot, by default using ggbeeswarm package.

Usage

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, ...)

Arguments

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.


ddiez/scmisc documentation built on July 21, 2024, 11:35 a.m.