Description Usage Arguments Value
Find point clounds single cells in a low-dimensional space using k-means clustering. Can be useful for smaller datasets, where graph-based clustering can perform poorly
1 2 | KClustDimension(object, dims.use = c(1, 2), reduction.use = "tsne",
k.use = 5, set.ident = TRUE, seed.use = 1)
|
object |
A Seurat object |
dims.use |
Dimensions to use for clustering |
reduction.use |
Dimmensional Reduction to use for k-means clustering |
k.use |
Number of clusters |
set.ident |
Set identity of Seurat object |
seed.use |
Random seed to use |
Object with clustering information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.