compare_signatures-ConsensusPartition-method {cola}R Documentation

Compare Signatures from Different k

Description

Compare Signatures from Different k

Usage

## S4 method for signature 'ConsensusPartition'
compare_signatures(object, k = object@k, ...)

Arguments

object

A ConsensusPartition-class object.

k

Number of partitions. Value should be a vector.

...

Other arguments passed to get_signatures,ConsensusPartition-method.

Details

It plots an Euler diagram showing the overlap of signatures from different k.

Examples

# There is no example
NULL


[Package cola version 1.2.1 Index]