View source: R/cluster_funcs.R
louvain_clust | R Documentation |
Runs Louvain clusering on the given object with the specified KNN graph.
louvain_clust(dist.mat, num.neighbors = 5)
num.neighbors |
Number of neighbors to use in the KNN graph. Default of 5. |
data.obj |
Seurat object w/ dist.mat object in misc of active assay. |
Vector of cluster assignments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.