View source: R/seurat_cluster.R
seurat_preprocess | R Documentation |
Performs standard pre-processing workflow for scRNA-seq data
seurat_preprocess(
assay,
scale = TRUE,
normalize = TRUE,
features = NULL,
legacy_settings = FALSE,
...
)
assay |
Assay to use |
scale |
Perform linear transformation 'Scaling' |
normalize |
Perform normalization |
features |
Identify highly variable features |
legacy_settings |
Use legacy settings |
... |
panc8[["gene"]] <- seurat_preprocess(panc8[["gene"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.