Chapter 7 Stacked Vlnplot for Given Features Sets
library(Seurat)
library(tidyverse)
library(magrittr)
7.4 Stacked Vlnplot given gene set
<- c("PAX6", "RBFOX1", "GAD1")
sel.gene
StackedVlnPlot(combined, sel.gene, pt.size = 0)
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.
## Scale for 'y' is already present. Adding another scale for 'y', which will
## replace the existing scale.