get_param-ConsensusPartition-method {cola} | R Documentation |
Get parameters
## S4 method for signature 'ConsensusPartition' get_param(object, k = object@k, unique = TRUE)
object |
A |
k |
Number of subgroups. |
unique |
Whether to apply |
It is mainly used internally.
A data frame of parameters corresponding to the current k. In the data frame, each row corresponds to a partition run.
Zuguang Gu <z.gu@dkfz.de>
data(golub_cola) obj = golub_cola["ATC", "skmeans"] get_param(obj) get_param(obj, k = 2) get_param(obj, unique = FALSE)