scverse / scanpy

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

More in depth example for `neighbors(transformer=...)` #2871

Closed ivirshup closed 8 months ago

ivirshup commented 9 months ago

What kind of feature would you like to request?

Additional function parameters / changed functionality / changed defaults?

Please describe your wishes

It would be nice to have a more in depth usage example for the new transformer feature for neighbors

In particular it would be nice to show how a faster backend can be used. This could be stand alone, and not part of the usage docs.

flying-sheep commented 8 months ago

Done in #2903 and scverse/scanpy-tutorials#87