wentaoStyle / GenKI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenKI (Gene Knock-out Inference)

A VGAE (Variational Graph Auto-Encoder) based model to learn perturbation using scRNA-seq data.
Paper

drawing


Install dependencies

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

Install GenKI with 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 .

Tutorial

Virtual KO experiment:
https://github.com/yjgeno/GenKI/blob/master/notebook/Example.ipynb

About

License:MIT License


Languages

Language:Python 70.6%Language:Jupyter Notebook 28.1%Language:Shell 1.3%