louvain_clust: Runs Louvain clusering on the given object with the specified...

View source: R/cluster_funcs.R

louvain_clustR Documentation

Runs Louvain clusering on the given object with the specified KNN graph.

Description

Runs Louvain clusering on the given object with the specified KNN graph.

Usage

louvain_clust(dist.mat, num.neighbors = 5)

Arguments

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.

Value

Vector of cluster assignments.


califano-lab/PISCES documentation built on Jan. 11, 2023, 5:34 a.m.