consensus_heatmap-ConsensusPartition-method: Heatmap of the consensus matrix

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Heatmap of the consensus matrix

Usage

1
2
3
4
## S4 method for signature 'ConsensusPartition'
consensus_heatmap(object, k, internal = FALSE,
    anno = object@anno, anno_col = get_anno_col(object),
    show_row_names = FALSE, simplify = FALSE, ...)

Arguments

object

A ConsensusPartition-class object.

k

Number of subgroups.

internal

Used internally.

anno

A data frame of annotations for the original matrix columns. By default it uses the annotations specified in consensus_partition or run_all_consensus_partition_methods.

anno_col

A list of colors (color is defined as a named vector) for the annotations. If anno is a data frame, anno_col should be a named list where names correspond to the column names in anno.

show_row_names

Whether plot row names on the consensus heatmap (which are the column names in the original matrix)

simplify

Internally used.

...

other arguments

Details

For row i and column j in the consensus matrix, the value of corresponding x_ij is the probability of sample i and sample j being in a same group from all partitions.

There are following heatmaps from left to right:

One thing that is very important to note is that since we already know the consensus subgroups from consensus partition, in the heatmap, only rows or columns within the group is clustered.

Value

No value is returned.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

membership_heatmap,ConsensusPartition-method

Examples

1
2
data(golub_cola)
consensus_heatmap(golub_cola["ATC", "skmeans"], k = 3)

cola documentation built on Nov. 8, 2020, 8:12 p.m.