compare_signatures-ConsensusPartition-method {cola} | R Documentation |
Compare Signatures from Different k
## S4 method for signature 'ConsensusPartition' compare_signatures(object, k = object@k, verbose = interactive(), ...)
object |
A |
k |
Number of subgroups. Value should be a vector. |
verbose |
Whether to print message. |
... |
Other arguments passed to |
It plots an Euler diagram showing the overlap of signatures from different k.
data(golub_cola) res = golub_cola["ATC", "skmeans"] compare_signatures(res)