iterate_louvain_clusters: Iterate through multiple rounds of louvain clustering

Description Usage Arguments

View source: R/ClusterStabilityAnalysis.R

Description

Iterate through multiple rounds of louvain clustering

Usage

1
2
iterate_louvain_clusters(input_dataset = NULL, subsample_size = NULL,
  num_iterations = 50, graph_knn = 5)

Arguments

input_dataset

matrix to be clustered on

subsample_size

number of subsamples to take in each clustering iteration

num_iterations

number of rounds of clustering to test before stability analysis

graph_knn

number of neighbors on knn graph for clustering


corwms/ZunderPipelineFunctions documentation built on Aug. 29, 2019, 4:17 p.m.