louvainCluster: Applies the Louvain algorithm to generate micro-clustered...

View source: R/Microclusters.R

louvainClusterR Documentation

Applies the Louvain algorithm to generate micro-clustered data

Description

Applies the Louvain algorithm to generate micro-clustered data

Usage

louvainCluster(kn, data)

Arguments

kn

List of nearest neighbor indices and euclidean distances to these nearest neighbors

data

Data matrix

Value

List of clusters, each entry being a vector of indices representing samples in the cluster.


YosefLab/VISION documentation built on June 14, 2024, 5:27 p.m.