masashitsubaki / CPI_prediction

This is a code for compound-protein interaction (CPI) prediction based on a graph neural network (GNN) for compounds and a convolutional neural network (CNN) for proteins.
Apache License 2.0
159 stars 36 forks source link

Negative construction script #17

Open Layne-Huang opened 2 years ago

Layne-Huang commented 2 years ago

Hi,

Could you please provide the script for the negative sample construction? I found that the negative sample construction link provided by Liu et al., (2015) is invalid. Hence, I guess maybe you have the original code.

Thank you very much!