scverse / pertpy

Perturbation Analysis in the scverse ecosystem.
https://pertpy.readthedocs.io/en/latest/
MIT License
92 stars 19 forks source link

Distance Metrics Enhancement: New metrics, 3-way-comparisons, Bootstrapping #603

Closed eroell closed 5 days ago

eroell commented 1 month ago

Description of feature

The part of interest here is pertpy’s Distance metrics. The main file to be worked on is https://github.com/theislab/pertpy/tree/main/pertpy/tools/_distances

This description is updated from a description in an older PR, but here should be all relevant information in one place, split into 4 packages:

1) Add new metrics to Distance

For these, here is already draft implementations on the hackathon branch which you might want to copy or look into.

2) Add “three-way comparison option”

For this, here is already a draft implementation from the hackathon branch which you might want to copy or look into.

3) Bootstrapping

For this, here is already a draft PR which you might want to continue using or look into :)

4) General TODOs