This function generates a correlation heatmap for a specific cluster based on the provided distance matrix.
cluster_correlation_hmap(
final_clusters,
distance_matrix,
cluster_number,
merged_df
)An interactive heatmaply heatmap.
A dataframe containing the final cluster data.
A matrix representing the distances between terms.
An integer specifying the cluster number to visualize.
A dataframe with all terms used to map term indices to names.