MVP: Find variable features based on mean.var.plot

View source: R/preprocessing5.R

MVPR Documentation

Find variable features based on mean.var.plot

Description

Find variable features based on mean.var.plot

Usage

MVP(
  data,
  verbose = TRUE,
  nselect = 2000L,
  mean.cutoff = c(0.1, 8),
  dispersion.cutoff = c(1, Inf),
  ...
)

Arguments

data

Data matrix

verbose

Whether to print messages and progress bars

nselect

Number of features to select based on dispersion values

mean.cutoff

Numeric of length two specifying the min and max values

dispersion.cutoff

Numeric of length two specifying the min and max values


satijalab/seurat documentation built on March 20, 2024, 8:41 p.m.