merge_resolutions: Merge Partitions from different Resolutions

View source: R/stability-3-graph-clustering.R

merge_resolutionsR Documentation

Merge Partitions from different Resolutions

Description

Merge partitions obtained with different resolution values. The partitions will be grouped based on the number of clusters. The identical partitions will be merged into a single partition by updating the frequency using the merge_partitions method.

Usage

merge_resolutions(res_obj)

Arguments

res_obj

A list associated to a configuration field from the object returned by the assess_clustering_importance method.

Value

A list having one field assigned to each number of clusters. A number of cluster will contain a list of all merged partitions. To avoid duplicates, merged_partitions with threshold 1 is applied.


Core-Bioinformatics/ClustAssess documentation built on Nov. 4, 2024, 1:05 p.m.