Computational target inference by mining transcriptional data using a novel Siamese spectral-based graph convolutional network
SSGCN
This package is supported for Linux. The package has been tested on Linux: Ubuntu 16.04
The SSGCN model was implemented in the TensorFlow framework (version TensorFlow-GPU 1.14.0) in Python 3.7.3.Lower version of python may cause the program to not work
The SSGCN requires a computer with a GPU.
conda install tensorflow-gpu=1.14
git clone https://github.com/boyuezhong/SSGCN.git.
Installation takes 3 minutes.
cd SSGCN
python SSGCN.py
The expected output can be found in ./test_10_12
Inferring the target of a compound took 20 second on a NVIDIA TITAN RTX GPU .
python SSGCN.py
The results of benchmark can be reproduced.
This code is licensed under the Apache 2.0 License.