r_dim_plot: Roberts lab Seurat::DimPlot default changes

View source: R/plotting.R

r_dim_plotR Documentation

Roberts lab Seurat::DimPlot default changes

Description

Roberts lab Seurat::DimPlot default changes

Usage

r_dim_plot(
  object,
  title = NULL,
  label = TRUE,
  pt.size = 1,
  pt_alpha = 0.6,
  ...
)

Arguments

object

Seurat object

title

Title to use for plot

label

Whether to label the clusters

pt.size

Adjust point size for plotting

pt_alpha

Transparency of points (should be between 0 and 1)

...

Other arguments to pass to Seurat::DimPlot

Value

A patchworked ggplot object if combine = TRUE; otherwise, a list of ggplot objects

Examples

## Not run: 
r_dim_plot(object = sobject)

## End(Not run)

kidcancerlab/rrrSingleCellUtils documentation built on April 17, 2025, 5:10 p.m.