seurat_process | R Documentation |
This functions allows you to Preprocess, Cluster and Reduce Dimensions for a single seurat object.
seurat_process(
seu,
assay = "gene",
resolution = 0.6,
reduction = "pca",
organism = "human",
...
)
seu |
A Seurat object |
assay |
Assay of interest in Seurat object |
resolution |
Resolution for clustering cells. Default set to 0.6. |
reduction |
Dimensional reduction object seu |
organism |
Organism |
... |
Extra parameters passed to seurat_process |
processed_seu <- seurat_process(panc8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.