napari_prism.pl.cluster_scores# napari_prism.pl.cluster_scores(input_data, clustering_score='ARI', **kwargs)# Plot the cluster stability scores from a clustering run. Parameters: input_data (AnnData | DataFrame) – AnnData object or DataFrame containing clustering scores. clustering_score (Literal['ARI', 'NMI', 'AMI'] (default: 'ARI')) – The clustering score to plot. Options are “ARI”, “NMI”, or “AMI”. **kwargs – Additional keyword arguments for the heatmap. Return type: None