get_matrix-ConsensusPartition-method {cola}R Documentation

Get the original matrix

Description

Get the original matrix

Usage

## S4 method for signature 'ConsensusPartition'
get_matrix(object)

Arguments

object

a ConsensusPartition-class object

Value

A numeric matrix.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

data(cola_rl)
obj = cola_rl["sd", "kmeans"]
get_matrix(obj)

[Package cola version 1.0.0 Index]