celltypeVlnPlot: Function to plot multiple genes in a single Violin plot

View source: R/Plotting.R

celltypeVlnPlotR Documentation

Function to plot multiple genes in a single Violin plot

Description

Function to plot multiple genes in a single Violin plot

Usage

celltypeVlnPlot(
  object,
  features,
  group.by = "var_cluster",
  cols,
  orientation = "vertical"
)

Arguments

object

Seurat object

features

genes to plot

group.by

variable to group the cells by

cols

Colors

orientation

orientation to order the plots horizontally (single row) or vertically (single column)


Morriseylab/scExtras documentation built on July 10, 2024, 6:41 a.m.