StackedVlnPlot: Generate a stacked violin plot from a Seurat object and...

View source: R/StackedVlnPlot.R

StackedVlnPlotR Documentation

Generate a stacked violin plot from a Seurat object and vector of genes.

Description

Generate a stacked violin plot from a Seurat object and vector of genes.

Usage

StackedVlnPlot(
  seurat,
  clus_ident = "seurat_clusters",
  features,
  assay = "RNA",
  slot = "data",
  main = ""
)

Arguments

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


mgildea87/CVRCFunc documentation built on Nov. 9, 2024, 7:39 p.m.