View source: R/seurat_pipeline.R
| seurat_pipeline | R Documentation |
Run Seurat pipeline on Seurat object
or raw counts and meta.data.
Automatically performs
FindVariableFeaturesVariable feature selection
NormalizeDataData normalization
RunPCAPCA
RunUMAPUMAP
FindNeighborsK-nearest neighbors
FindClustersClustering
seurat_pipeline(...)
... |
Arguments passed on to
|
A preprocessed Seurat object.
X <- scNLP::pseudo_sce@assays@data$raw@seed[,seq_len(100)]
obj <- seurat_pipeline(obj = X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.