suggest_best_k-ConsensusPartitionList-method: Suggest the best number of subgroups

Description Usage Arguments Details Value Author(s) Examples

Description

Suggest the best number of subgroups

Usage

1
2
## S4 method for signature 'ConsensusPartitionList'
suggest_best_k(object, jaccard_index_cutoff = 0.95)

Arguments

object

A ConsensusPartitionList-class object.

jaccard_index_cutoff

The cutoff for Jaccard index for comparing to previous k.

Details

It basically gives the best k for each combination of top-value method and partitioning method by calling suggest_best_k,ConsensusPartition-method.

1-PAC score higher than 0.95 is treated as very stable partition (marked by **) and higher than 0.9 is treated as stable partition (marked by *).

Value

A data frame with the best k and other statistics for each combination of methods.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2

cola documentation built on Nov. 8, 2020, 8:12 p.m.