get_matrix-ConsensusPartition-method: Get the original matrix

get_matrix-ConsensusPartition-methodR Documentation

Get the original matrix

Description

Get the original matrix

Usage

## S4 method for signature 'ConsensusPartition'
get_matrix(object, full = FALSE, include_all_rows = FALSE)

Arguments

object

A ConsensusPartition-class object.

full

Whether to extract the complete original matrix.

include_all_rows

Internally used.

Value

A numeric matrix.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

data(golub_cola)
obj = golub_cola["ATC", "skmeans"]
get_matrix(obj)

jokergoo/cola documentation built on Feb. 29, 2024, 1:41 a.m.