Learn R Programming

richCluster (version 1.0.2)

cluster_correlation_hmap: Create a Correlation Heatmap for a Specific Cluster

Description

This function generates a correlation heatmap for a specific cluster based on the provided distance matrix.

Usage

cluster_correlation_hmap(
  final_clusters,
  distance_matrix,
  cluster_number,
  merged_df
)

Value

An interactive heatmaply heatmap.

Arguments

final_clusters

A dataframe containing the final cluster data.

distance_matrix

A matrix representing the distances between terms.

cluster_number

An integer specifying the cluster number to visualize.

merged_df

A dataframe with all terms used to map term indices to names.