nFeatureScatter: 2D FACS like scatter plot

View source: R/seurat_related.R

nFeatureScatterR Documentation

2D FACS like scatter plot

Description

2D FACS like scatter plot

Usage

nFeatureScatter(
  object,
  feature1,
  feature2,
  cells = NULL,
  group.by = NULL,
  cols = NULL,
  pt.size = 1,
  shape.by = NULL,
  span = NULL,
  smooth = FALSE,
  combine = TRUE,
  slot = "data",
  plot.cor = TRUE,
  raster = NULL
)

Arguments

object

Seurat ojb

feature1

gene symbol 1

feature2

gene symbol 2

cells

cid

group.by

group by

cols

colors

pt.size

dot size

shape.by

shape by

span

span?

smooth

smooth?

combine

combine?

slot

slot

plot.cor

plot.correlation?

raster

is raster

Examples

nFeatureScatter(sce, "CD3D", "CD4")

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