Skip to content

cailab-tamu/GenKI

 
 

Repository files navigation

GenKI (Gene Knock-out Inference)

A VGAE (Variational Graph Auto-Encoder) based model to learn perturbation using scRNA-seq data.
New! Data has been added.
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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.6%
  • Jupyter Notebook 28.1%
  • Shell 1.3%