Skip to content

Sparse Scanpy Speedups

Compare
Choose a tag to compare
@adamgayoso adamgayoso released this 12 Jul 16:55
95b2db1
  • Improves installation process through one pip install command and removes requirements.txt
  • Adds documentation
  • Uses sparse matrices for raw counts in the backend for speedups
  • Uses scanpy for log normalization and PCA and optionally clustering
  • New use_phenograph option to disable PhenoGraph and use Louvain as implemented in scanpy (much faster)
  • Adds binary verbose option. Set to True to turn on informational messages (previous default behavior).
  • Replaces tsne plot with umap and no longer clusters data, just visualizes doublets on the umap
  • With new scanpy integration, doubletdetection requires at least Python 3.6.