AttentionMGT-DTA: A multi-modal drug-target affinity prediction using graph transformer and attention mechanism
- python 3.9
- cudatoolkit 11.3.1
- pytorch 1.10.0
- rdkit 2022.03.5
- networkx 2.8.4
- dgl 0.9.1
- deepchem 2.6.1
- mdanalysis 2.3.0
- scipy 1.9.1
- Run protein_process.py to generate the preprocessed protein data.
- Run compound_process.py to generate the preprocessed compound data.
- Run train_DTA.py to train and test the model.