View source: R/preprocessing5.R
MVP | R Documentation |
Find variable features based on mean.var.plot
MVP(
data,
verbose = TRUE,
nselect = 2000L,
mean.cutoff = c(0.1, 8),
dispersion.cutoff = c(1, Inf),
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.