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