Skip to contents

Creates a scatter plot to visualize Normalized Mutual Information (NMI) values across samples, indicating the quality of clustering.

Usage

plotNMI(cluster_metrics)

Arguments

cluster_metrics

Data frame with sample_id, value, and metric columns, filtered for "NMI".

Value

A ggplot object showing NMI values for each sample.