PlotSeuratVariables: Plot Seurat Variables

View source: R/SeuratUtils.R

PlotSeuratVariablesR Documentation

Plot Seurat Variables

Description

Create a panel of plots summarizing two variables within the seurat object

Usage

PlotSeuratVariables(
  seuratObj,
  xvar,
  yvar,
  labelDimplot = FALSE,
  reduction = "umap"
)

Arguments

seuratObj

The seurat object

xvar

The first variable to summarize (i.e. ClusterNames_0.2)

yvar

The second variable to summarize (i.e. SubjectId)

labelDimplot

This value is passed directly to the Seurat::DimPlot label argument

reduction

The reduction to use for the Seurat::DimPlot


bimberlabinternal/CellMembrane documentation built on Oct. 16, 2024, 6:53 a.m.