Plotting

Plotting#

pl.clustering_results(adata, cluster_column, ...)

Plots the clustering results, displaying the cluster labels for each data point using the specified colors.

pl.kde_res(adata_tmp, score_name[, figsize, ...])

Plot original image, enrichment score on the first row; binary_mask and mask on the second row.

pl.silhouette_scores(model, k_range[, figsize])

Plot silhouette scores for a given range of clusters.