Performs standard pre-processing workflow for scRNA-seq data
seurat_preprocess(
assay,
scale = TRUE,
normalize = TRUE,
features = NULL,
legacy_settings = FALSE,
...
)
Assay to use
Perform linear transformation 'Scaling'
Perform normalization
Identify highly variable features
Use legacy settings
panc8[["gene"]] <- seurat_preprocess(panc8[["gene"]])
#> Centering and scaling data matrix