get_matrix-ConsensusPartition-method {cola} | R Documentation |
Get the original matrix
## S4 method for signature 'ConsensusPartition' get_matrix(object, full = FALSE, include_all_rows = FALSE)
object |
A |
full |
Whether to extract the complete original matrix. |
include_all_rows |
Internally used. |
A numeric matrix.
Zuguang Gu <z.gu@dkfz.de>
data(golub_cola) obj = golub_cola["ATC", "skmeans"] get_matrix(obj)