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(golub_cola)
obj = golub_cola["ATC", "skmeans"]
get_matrix(obj)

[Package cola version 1.6.0 Index]