Draw two heatmaps
plot_cluster_heatmaps(
top_matrix,
bottom_matrix,
dendrograms,
clusters_set,
annotation = NULL,
scaled = FALSE,
distance_method = NULL,
cluster_features = TRUE,
show_col_names = TRUE
)
two concatenated heatmaps drawn with ComplexHeatmap::draw
matrix with selected variables
matrix with unselected variables
to draw above top matrix
list of cluster indices
(optional) any kind of annotation object to draw as top_annotation
(optional) boolean to modify colour scale if data has already been scaled
(optional) if "Binary", use discrete colors for heatmap
(optional) If FALSE, row order does not change
(optional) If FALSE, does not show column names at base of heatmap