Visualizes the consensus matrix from consensus clustering.
Usage
plot_consensus_heatmap(
consensus_matrix,
clusters = NULL,
title = "Consensus Matrix",
colors = NULL
)
Arguments
- consensus_matrix
Consensus matrix (from RunCC or consensus_cluster).
- clusters
Vector of cluster assignments for annotation.
- title
Plot title.
- colors
Color palette for heatmap.
Value
Invisibly returns the plot object.