View source: R/seurat_pipeline.R
seurat_pipeline | R Documentation |
Run Seurat pipeline on Seurat object
or raw counts
and meta.data
.
Automatically performs
FindVariableFeatures
Variable feature selection
NormalizeData
Data normalization
RunPCA
PCA
RunUMAP
UMAP
FindNeighbors
K-nearest neighbors
FindClusters
Clustering
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.