scatlastb_utils.metrics.plot_ranked_distances

scatlastb_utils.metrics.plot_ranked_distances#

scatlastb_utils.metrics.plot_ranked_distances(adata, x1, x2)#

Diagnostic plot for distance computation.

This function plots the ranked average distances and differences between two embeddings.

Parameters:
  • adata – AnnData object containing the distances in obs

  • x1 – name of the graph distances of the first embedding

  • x2 – name of the graph distances of the second embedding