/scGNN

scGNN: scRNA-seq Dropout Imputation via Induced Hierarchical Cell Similarity Graph; A clean implementation of https://github.com/kexinhuang12345/scGNN in PyTorch

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.