JonathanShor / DoubletDetection

Doublet detection in single-cell RNA-seq data.
https://doubletdetection.readthedocs.io/en/stable/
MIT License
81 stars 23 forks source link

Reduce memory by storing raw_counts as sparse #117

Closed adamgayoso closed 5 years ago

adamgayoso commented 5 years ago

This should make things faster by reducing our memory overhead. We should use a CSR matrix