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 partitions. |
unique |
whether 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(cola_rl) obj = cola_rl["sd", "kmeans"] get_param(obj) get_param(obj, k = 2) get_param(obj, unique = FALSE)