splitClusters: Split clusters according to symmetric AUROC similarity.

Description Usage Arguments Value See Also

View source: R/split_data.R

Description

This function computes hierarchical clustering to group similar clusters, interpreting the AUROC matrix as a similarity matrix, then uses a standard tree cutting algorithm to obtain groups of similar clusters. Note that the cluster hierarchy corresponds exactly to the dendrogram shown when using the plotHeatmap function.

Usage

1
splitClusters(mn_scores, k)

Arguments

mn_scores

A symmetric AUROC matrix as generated by MetaNeighborUS.

k

The number of desired cluster sets.

Value

A list of cluster sets, each cluster set is a character vector containg cluster labels.

See Also

plotHeatmap


MetaNeighbor documentation built on Nov. 8, 2020, 5:40 p.m.