Skip to content

Commit 7de48fb

Browse files
Backport PR #3854 on branch 1.11.x (fix: README for dask + zulip) (#3857)
Co-authored-by: Ilan Gold <[email protected]>
1 parent 514a184 commit 7de48fb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,19 @@
1111

1212
# Scanpy – Single-Cell Analysis in Python
1313

14-
Scanpy is a scalable toolkit for analyzing single-cell gene expression data
15-
built jointly with [anndata][]. It includes
16-
preprocessing, visualization, clustering, trajectory inference and differential
17-
expression testing. The Python-based implementation efficiently deals with
18-
datasets of more than one million cells.
14+
Scanpy is a scalable toolkit for analyzing single-cell gene expression data built jointly with [anndata][].
15+
It includes preprocessing, visualization, clustering, trajectory inference and differential expression testing.
16+
The Python-based implementation efficiently deals with datasets of more than one million cells.
17+
For datasets too large to fit into memory, [many scanpy functions][] are now compatible with [dask][] (**warning: experimental**).
1918

2019
Discuss usage on the scverse [Discourse][]. Read the [documentation][].
2120
If you'd like to contribute by opening an issue or creating a pull request, please take a look at our [contribution guide][].
2221

2322
[anndata]: https://anndata.readthedocs.io
23+
[dask]: https://docs.dask.org/en/stable/
2424
[discourse]: https://discourse.scverse.org/
2525
[documentation]: https://scanpy.readthedocs.io
26+
[many scanpy functions]: https://github.com/scverse/scanpy/issues/2578
2627

2728
[//]: # (numfocus-fiscal-sponsor-attribution)
2829

0 commit comments

Comments
 (0)