| Literature DB >> 35652721 |
Fei Li1, Ziqiao Zhang1, Jihong Guan2, Shuigeng Zhou1,3.
Abstract
MOTIVATION: Accurately predicting drug-target interaction (DTI) is a crucial step to drug discovery. Recently, deep learning techniques have been widely used for DTI prediction and achieved significant performance improvement. One challenge in building deep learning models for DTI prediction is how to appropriately represent drugs and targets. Target distance map and molecular graph are low dimensional and informative representations, which however have not been jointly used in DTI prediction. Another challenge is how to effectively model the mutual impact between drugs and targets. Though attention mechanism has been employed to capture the one-way impact of targets on drugs or vice versa, the mutual impact between drugs and targets has not yet been explored, which is very important in predicting their interactions.Entities:
Year: 2022 PMID: 35652721 PMCID: PMC9272808 DOI: 10.1093/bioinformatics/btac377
Source DB: PubMed Journal: Bioinformatics ISSN: 1367-4803 Impact factor: 6.931
Fig. 1.Architecture of MINN-DTI
Fig. 2.The structure of target preprocessing network
Fig. 3.The structure of Interformer
Fig. 4.Message interaction between Interformer and Inter-CMPNN
Hyperparameter setting in MINN-DTI
| Hyperparameter | Value |
|---|---|
| Learning rate | 0.0001 |
| Number of residual blocks | 32 |
| Number of filters | 32 |
| Graph feature size | 32 |
| Attention heads | 8 |
| Hidden size of Decoder | 32 |
| Iterations of message passing | 4 |
| Dropout | 0.2 |
Performance comparison between our model and existing methods on the DUD-E dataset
| Model | AUC | 0.5% RE | 1.0% RE | 2.0% RE | 5.0% RE |
|---|---|---|---|---|---|
| NNscore | 0.584 | 4.166 | 2.980 | 2.460 | 1.891 |
| RF-score | 0.622 | 5.628 | 4.274 | 3.499 | 2.678 |
| Vinaa | 0.716 | 9.139 | 7.321 | 5.811 | 4.444 |
| 3D-CNN | 0.868 | 42.559 | 26.655 | 19.363 | 10.710 |
| PocketGCN | 0.886 | 44.406 | 29.748 | 19.408 | 10.735 |
| DrugVQA | 0.972 ± 0.003 | 88.17 ± 4.88 | 58.71 ± 2.74 | 35.06 ± 1.91 | 17.39 ± 0.94 |
| MINN-DTI |
|
|
|
|
|
Note: The first row, the percentage before RE is the given threshold of FPR. Best results of the corresponding experiments were represented in bold.
Means results obtained from the article (Zheng ).
Performance comparison between our model and existing methods on the random splitting human dataset
| Model | AUC | Recall | Precision |
|---|---|---|---|
| k-NN | 0.860 | 0.927 | 0.798 |
| RF | 0.940 | 0.897 | 0.861 |
| L2 | 0.911 | 0.913 | 0.861 |
| SVM | 0.910 |
|
|
| GNN | 0.970 | 0.918 | 0.923 |
| GCN | 0.956 ± 0.004 | 0.862 ± 0.006 | 0.928 ± 0.010 |
| GraphDTA | 0.960 ± 0.005 | 0.882 ± 0.040 | 0.912 ± 0.040 |
| TransformerCPI | 0.973 ± 0.002 | 0.916 ± 0.006 | 0.925 ± 0.006 |
| DrugVQA | 0.979 ± 0.003 | 0.961 ± 0.002 | 0.954 ± 0.03 |
| MINN-DTI |
| 0.945 ± 0.030 | 0.902 ± 0.045 |
Means results obtained from the article (Zheng ).
Means results obtained from the article (Chen ).
Best results of the corresponding experiments were represented in bold.
Performance comparison between our model and existing methods on the scaffold-based splitting human dataset
| Model | AUC | Recall | Precision |
|---|---|---|---|
| k-NN | 0.841 | 0.803 | 0.892 |
| RF | 0.885 | 0.890 | 0.832 |
| L2 | 0.881 | 0.832 | 0.827 |
| SVM | 0.892 | 0.857 | 0.883 |
| GNN | 0.921 ± 0.002 | 0.843 ± 0.004 | 0.855 ± 0.003 |
| GCN | 0.905 ± 0.010 | 0.823 ± 0.012 | 0.902 ± 0.008 |
| GraphDTA | 0.926 ± 0.008 | 0.855 ± 0.004 | 0.898 ± 0.006 |
| TransformerCPI | 0.948 ± 0.005 |
|
|
| DrugVQA | 0.952 ± 0.002 | 0.925 ± 0.004 | 0.928 ± 0.006 |
| MINN-DTI |
| 0.922 ± 0.013 | 0.931 ± 0.021 |
Best results of the corresponding experiments were represented in bold.
Performance comparison between our model and existing methods on the BindingDB dataset
| Task | AUC | PRC |
|---|---|---|
| GNN | 0.909 ± 0.002 | 0.901 ± 0.005 |
| GCN | 0.912 ± 0.003 | 0.907 ± 0.002 |
| GraphDTA | 0.923 ± 0.003 | 0.916 ± 0.004 |
| DrugVQA | 0.936 ± 0.005 | 0.928 ± 0.007 |
| TransformerCPI | 0.950 ± 0.002 | 0.949 ± 0.005 |
| MINN-DTI |
|
|
Best results of the corresponding experiments were represented in bold.
Fig. 5.Performance comparisons on seen and unseen protein targets from the BindingDB dataset. Error bars indicate the standard deviations
Ablation results on the DUD-E and human datasets
| Model | DUD-E | Human |
|---|---|---|
| Without Interformer | 0.953 ± 0.003 | 0.967 ± 0.004 |
| Transformer & CMPNN | 0.975 ± 0.004 | 0.971 ± 0.007 |
| Single Interformer | 0.978 ± 0.006 | 0.969 ± 0.005 |
| MINN-DTI |
|
|
Best results of the corresponding experiments were represented in bold.
Fig. 6.Attention visualization of DTIs. Left: Protein distance maps are displayed in the form of heat maps. The corresponding targets’ attention bars are shown. Middle: Ligands and predicted important residues are represented as green and pink skeletons, respectively. Predicted important atoms of ligands are highlighted in red. Known hydrogen bonds are marked with yellow dashed lines. Local target structures are painted grey as the background. Right: Ligands are represented by 2D Kekule formula. The corresponding predicted important atoms are highlighted by light red dots. Ligands’ attention bars are shown (A color version of this figure appears in the online version of this article.)