generateGridDimPlot: generateGridDimPlot

Description Usage Arguments

View source: R/Visualization.R

Description

generate a grid dim plot object list for RNA, ADT and joint analysis

Usage

1
2
3
4
5
6
7
8
9
generateGridDimPlot(
  object = NULL,
  assays = c("RNA", "ADT", "Joint"),
  darkTheme = TRUE,
  legend = TRUE,
  cluster.label = TRUE,
  cluster.lable.size = 5,
  reduction = "tsne"
)

Arguments

object

seurat object

assays

assays user want to plot and compare

darkTheme

switch for darkTheme (TRUE or FALSE)

legend

switch for showing legend in each sub plot (TRUE or FALSE)

cluster.label

swicth for showing cluster label on each sub plot (TRUE or FALSE)

cluster.lable.size

font size for cluster labels

reduction

reduction for all assays. Choose from tsne or umap


WilsonImmunologyLab/LinQView documentation built on Jan. 3, 2022, 10 p.m.