A VGAE (Variational Graph Auto-Encoder) based model to learn perturbation using scRNA-seq data.
New! Data has been added.
Paper
Fist install dependencies of GenKI with conda
:
conda env create -f environment.yml
conda activate ogenki
Install pytorch-geometric
following the document:
https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html
pip
:pip install git+https://github.com/yjgeno/GenKI.git
or install it manually from source:
git clone https://github.com/yjgeno/GenKI.git
cd GenKI
pip install .
Virtual KO experiment:
https://github.com/yjgeno/GenKI/blob/master/notebook/Example.ipynb