is_best_k-ConsensusPartitionList-method {cola}R Documentation

Test whether the current k is the best/optional k

Description

Test whether the current k is the best/optional k

Usage

## S4 method for signature 'ConsensusPartitionList'
is_best_k(object, k, ...)

Arguments

object

A ConsensusPartitionList-class object.

k

Number of subgroups.

...

Pass to suggest_best_k,ConsensusPartitionList-method

Value

Logical vector

Examples

# There is no example
NULL


[Package cola version 1.2.1 Index]