scDimPlot: scDimPlot

Description Usage Arguments Value

View source: R/scDimPlot.R

Description

DimPlot with rasterized point for single-cell visualization

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
scDimPlot(
  object = NULL,
  cols = NULL,
  pt.size = NULL,
  reduction = NULL,
  split.by = NULL,
  label = TRUE,
  title = NULL,
  ncol = NULL,
  raster = TRUE
)

Arguments

object

Seurat object

cols

Colors to plot, use ggplot2's default colors by default. We include a pallete called 'sc' which consists of 36 colors

pt.size

Adjust point size to plot, default pt.size=0.5

reduction

Which dimensionality reduction to use

split.by

Name of a metadata column to split plot by

label

Whether to label the clusters

title

Title of the plot

ncol

Number of columns for display the plots

raster

Convert points to raster format, default is TRUE

Value

ggplot2 object


ncrna/Yeskit.old documentation built on Dec. 22, 2021, 12:06 a.m.