VariableFeaturePlot: View variable features

Description Usage Arguments Value See Also Examples

View source: R/visualization.R

Description

View variable features

Usage

1
2
3
4
5
6
7
8
VariableFeaturePlot(
  object,
  cols = c("black", "red"),
  pt.size = 1,
  log = NULL,
  selection.method = NULL,
  assay = NULL
)

Arguments

object

Seurat object

cols

Colors to specify non-variable/variable status

pt.size

Size of the points on the plot

log

Plot the x-axis in log scale

selection.method

Which method to pull; choose one from c('sctransform', 'sct') or c('mean.var.plot', 'dispersion', 'mvp', 'disp')

assay

Assay to pull variable features from

Value

A ggplot object

See Also

FindVariableFeatures

Examples

1

lambdamoses/SeuratBasics documentation built on May 6, 2020, 9:32 a.m.