get_matrix-ConsensusPartition-method | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.