Supporting Information for the paper "Predicting Drug Protein Interaction using Quasi-Visual Question Answering System"
DrugVQA is a multimodel learning method combining a dynamic attentive convolutional neural network to learn fixed-size represen-tations from the variable-length distance maps and a self-attentional sequential model to automatically extract semantic features from the linear notations.
All data used in this paper are publicly available and can be accessed here: DUD-E, BindingDB-IBM dataset, Human dataset and protein 3D structure.
All default arguments for demo are provided in the dataPre.py. Run main.py
To run the training procedure,
- Install requirements.txt to set up the envirnoment.
- Run the main.py to train and test the model.