scib.metrics.get_resolutions

scib.metrics.get_resolutions(n=20, min=0, max=2)

Get equally spaced resolutions for optimised clustering

Parameters:
  • n – number of resolutions

  • min – minimum resolution

  • max – maximum resolution

scib.cl.get_resolutions(n=10)

Output:

[0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6, 1.8, 2.0]