ResGLSTM: Residual Graph Isomorphism Network and LSTM based approach for drug-target binding affinity prediction
The dependency pakages can be installed using the command.
pip install -r requirements.txt
In our experiment we use Davis, KIBA and Metz datasets respectively.
Firstly, run the script below to create Pytorch_Geometric file. The file will be created in processed folder in data folder.
python data_creation.py
Run the following script to train the model.
python training.py
Default values of argument parser are set for davis dataset.
Run the following script to test the model.
python inference.py
Default values of argument parser are set for davis dataset.