MVP {Seurat} | R 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 |
[Package Seurat version 5.1.0 Index]