View source: R/CellMembrane_based.R
NormalizeAndScaleV2 | R Documentation |
This is the entry point for processing raw scRNAseq data with Seurat & CellMembrane.
NormalizeAndScaleV2(
SerObj,
variableFeatureSelectionMethod = "vst",
nVariableFeatures = 2000,
mean.cutoff = c(0.0125, 3),
dispersion.cutoff = c(0.5, Inf),
block.size = 1000,
normalization.method = "LogNormalize",
Regress_basic = F,
Regress_pmito = T
)
SerObjLS |
A named list of Seurat object. |
Normalized and scaled seurat object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.