get_matrix-ConsensusPartition-method {cola} | R Documentation |
Get the original matrix
## S4 method for signature 'ConsensusPartition' get_matrix(object)
object |
A |
A numeric matrix.
Zuguang Gu <z.gu@dkfz.de>
data(cola_rl) obj = cola_rl["sd", "kmeans"] get_matrix(obj)