get_matrix-ConsensusPartitionList-method {cola}R Documentation

Get the original matrix

Description

Get the original matrix

Usage

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

Arguments

object

A ConsensusPartitionList-class object

Value

A numeric matrix.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

data(cola_rl)
get_matrix(cola_rl)

[Package cola version 1.2.1 Index]