compare_signatures-ConsensusPartition-method | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.