stackVlnSeuratPlot: Get stacked violin plot for seurat object

Description Usage Arguments Value Examples

View source: R/singlecell.R

Description

Get stacked violin plot for seurat object

Usage

1
stackVlnSeuratPlot(object, features, slot_name = "scale.data")

Arguments

object

Seurat object

features

A vector of genes to plot

slot_name

default scale.data, accept data, count

Value

a ggplot2 object

Examples

1
stackVlnSeuratPlot(object = pbmc, features = top10$gene[c(1,3,5)])

Tong-Chen/YSX documentation built on Jan. 25, 2021, 2:49 a.m.