Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 783 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 783 Bytes

DESCtorch

Deep Embedded Single-cell RNA-seq Clustering implementation with pytorch, you can find implementation of tensorflow version of DESC in https://github.com/eleozzr/desc. We will try more complicated network structure and loss function base on DESCtorch in the future!!! I try my best to reproduce result of this paper in https://github.com/yuxiaokang-source/DESC_reproduce.

Installtion

conda create -n DESCtorch python=3.6.10
conda activate DESCtorch
pip install DESCtorch

run paul15_tutorial.ipynb for more detail

Reference

Li, X., Wang, K., Lyu, Y., Pan, H., Zhang, J., Stambolian, D., ... & Li, M. (2020). Deep learning enables accurate clustering with batch effect removal in single-cell RNA-seq analysis. Nature communications, 11(1), 1-14.