SingleCorPlot: SingleCorPlot

View source: R/seurat_related.R

SingleCorPlotR Documentation

SingleCorPlot

Description

SingleCorPlot

Usage

SingleCorPlot(
  data,
  col.by = NULL,
  cols = NULL,
  pt.size = NULL,
  smooth = FALSE,
  rows.highlight = NULL,
  legend.title = NULL,
  na.value = "grey50",
  span = NULL,
  raster = NULL,
  plot.cor = TRUE
)

Arguments

data

matrix?

col.by

color by?

cols

colors?

pt.size

dot size

smooth

smooth?

rows.highlight

which row?

legend.title

legend title

na.value

value of NA

span

span?

raster

is raster?

plot.cor

plot correlation

Examples

SingleCorPlot(sce)

DawnEve/GEB documentation built on July 6, 2022, 7:05 p.m.