scverse / scanpy

Single-cell analysis in Python. Scales to >1M cells.
https://scanpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.81k stars 584 forks source link

Expand dask support #2578

Open flying-sheep opened 11 months ago

flying-sheep commented 11 months ago

What kind of feature would you like to request?

Additional function parameters / changed functionality / changed defaults?

Please describe your wishes

Meta issue tracking scanpy functions without dask support

Related #921

First we should test things more generically:

@ivirshup came up with places where we should prioritize dask support:

Later:

mumichae commented 4 months ago

For the highly_variable_genes dask support, are you also considering cases where the dask chunks are scipy sparse matrices?

flying-sheep commented 4 months ago

Not currently, but since the scope of that PR got reduced, it shouldn’t be too much work.