ClustStagePlot: DimPlots of cell stage and cluster identities

View source: R/ClustStagePlot.R

ClustStagePlotR Documentation

DimPlots of cell stage and cluster identities

Description

This function plots UMAPs for cell stage and cluster identities

Usage

ClustStagePlot(
  seurat_object,
  cluster_col = "seurat_clusters",
  stage_col = "orig.ident",
  label_clusters = FALSE,
  plot_legend = TRUE
)

Arguments

seurat_object

Seurat object

cluster_col

seurat_object@meta.data column containing cell clusters

stage_col

seurat_object@meta.data column containing cell stage

label_clusters

boolean whether to plot labels ontop of clusters

plot_legend

boolean whether to plot legend when label_clusters == TRUE

Value

plot generated by grid extra


alexthiery/scHelper documentation built on Aug. 26, 2023, 3:42 p.m.