CombinedPlot: Combined plots

Description Usage Arguments Value

View source: R/utilsSeurat.R

Description

Combined plots

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
CombinedPlot(
  seu,
  features,
  out.dir = "plots",
  plot.name = "combined",
  umap.pt = 2,
  tsne.pt = 2,
  dotplot.cex = 10,
  comb.height = 16,
  comb.width = 20
)

Arguments

seu

Seurat object

features

FindAllMarkers output

out.dir

out directory

plot.name

file name for plot

umap.pt

umap point size

tsne.pt

tsne point size

dotplot.cex

dotplot axis test size

comb.height

plot height

comb.width

plot width

Value

plots in out.dir


jleechung/schelpers documentation built on Dec. 21, 2021, 1:07 a.m.