View source: R/cluster_methods.R
seuratClustering | R Documentation |
Seurat (SNN Graph Based) Clustering Function
seuratClustering(sO, noDim, res, reductionMethod, method)
sO |
the underlying Seurat object |
noDim |
the number of dimensions to be use in the clustering step |
res |
the Seurat resolution parameter |
reductionMethod |
the type of graph (UMAP or T-SNE) used to represent the results |
method |
the technique used to compress the data (PCA or GLM-PCA) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.