compare_signatures-ConsensusPartition-method: Compare Signatures from Different k

Description Usage Arguments Details Examples

Description

Compare Signatures from Different k

Usage

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

Arguments

object

A ConsensusPartition-class object.

k

Number of subgroups. Value should be a vector.

verbose

Whether to print message.

...

Other arguments passed to get_signatures,ConsensusPartition-method.

Details

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

Examples

1
2
3
data(golub_cola)
res = golub_cola["ATC", "skmeans"]
compare_signatures(res)

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