CellScatter: Cell-cell scatter plot

Description Usage Arguments Value Examples

Description

Creates a plot of scatter plot of features across two single cells. Pearson correlation between the two cells is displayed above the plot.

Usage

1
2
CellScatter(object, cell1, cell2, features = NULL, highlight = NULL,
  cols = NULL, pt.size = 1, smooth = FALSE, ...)

Arguments

object

Seurat object

cell1

Cell 1 name

cell2

Cell 2 name

features

Features to plot (default, all features)

highlight

Features to highlight

cols

Colors to use for identity class plotting.

pt.size

Size of the points on the plot

smooth

Smooth the graph (similar to smoothScatter)

...

Ignored for now

Value

A ggplot object

Examples

1
CellScatter(object = pbmc_small, cell1 = 'ATAGGAGAAACAGA', cell2 = 'CATCAGGATGCACA')

atakanekiz/Seurat3.0 documentation built on May 26, 2019, 2:33 a.m.