View source: R/StackedVlnPlot.R
StackedVlnPlot | R Documentation |
Generate a stacked violin plot from a Seurat object and vector of genes.
StackedVlnPlot(
seurat,
clus_ident = "seurat_clusters",
features,
assay = "RNA",
slot = "data",
main = ""
)
seurat |
A Seurat object |
clus_ident |
Identity for clusters. 'seurat_clusters' by default. |
features |
vector of gene names to plot |
assay |
assay to plot from. default = 'RNA' |
slot |
vslot to plot from. default = 'data' |
main |
Title for plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.