Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 753 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 753 Bytes

scGNN

scGNN: scRNA-seq Dropout Imputation via Induced Hierarchical Cell Similarity Graph.

A clean implementation of https://github.com/kexinhuang12345/scGNN in PyTorch.

Dataset

Reference

Requirements

The scGNN relies on torch, torch-geometric, torch-cluster, networkx, rich, pandas, pathlib, sklearn, and scipy.