splitTestClusters: Split test clusters according to AUROC similarity to train...

Description Usage Arguments Value See Also

View source: R/split_data.R

Description

This function computes hierarchical clustering to group similar test clusters, using similarity to train clusters as features, then uses a standard tree cutting algorithm to obtain groups of similar clusters. Note that the cluster hierarchy does *not* correspond to the row ordering of plotHeatmapPretrained function, which uses a different heuristic.

Usage

1
splitTestClusters(mn_scores, k)

Arguments

mn_scores

An AUROC matrix as generated by MetaNeighborUS, usually with the "trained_model" option.

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

plotHeatmapPretrained


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