GraphPPepIS
############################################################################
The source code, training and test datasets of paper 'Simultaneous prediction of interaction sites on both protein and peptide sides of complexes through multi-layer graph convolutional networks'
############################################################################
-
conda create -n ppis python==3.7.10 -y
-
conda activate ppis
-
pip install Bio
-
python
: 3.7.10 -
CUDA
: 10.1 -
pytorch
: 1.2.0
Due to the limitation of Github, some inputs larger than 25MB are not uploaded. Please contact me directly at [email protected].
############################################################################
(settrain: Train4094, settest: Test169, settest2: Test53)
Step 1: cd code
Step 2: python predict_graph.py
Step 1: cd code
Step 2: python predict_seq.py
Step 1: cd code
Step 2: python train_graph.py --layers 8 --units 512 --epochs 300 --pw 0.8 --lw 0.1
Step 1: cd code
Step 2: python train_seq.py --layers 8 --units 512 --epochs 300 --pw 0.8 --lw 1.0