Overview of Scanpy for single-cell analysis
mainScanpy is a scalable Python toolkit designed for analyzing single-cell gene expression data. It is built to work jointly with anndata and is capable of efficiently handling datasets exceeding one million cells.
Key features include:
- Preprocessing
- Visualization
- Clustering
- Trajectory inference
- Differential expression testing
Note on Large Datasets: For datasets that exceed available memory, many Scanpy functions are compatible with dask, though this feature is currently considered experimental.