| Literature DB >> 35479616 |
Bei Zhu1, Yi Xu1, Pengcheng Zhao1, Siu-Ming Yiu2, Hui Yu3, Jian-Yu Shi1.
Abstract
Many drugs can be metabolized by human microbes; the drug metabolites would significantly alter pharmacological effects and result in low therapeutic efficacy for patients. Hence, it is crucial to identify potential drug-microbe associations (DMAs) before the drug administrations. Nevertheless, traditional DMA determination cannot be applied in a wide range due to the tremendous number of microbe species, high costs, and the fact that it is time-consuming. Thus, predicting possible DMAs in computer technology is an essential topic. Inspired by other issues addressed by deep learning, we designed a deep learning-based model named Nearest Neighbor Attention Network (NNAN). The proposed model consists of four components, namely, a similarity network constructor, a nearest-neighbor aggregator, a feature attention block, and a predictor. In brief, the similarity block contains a microbe similarity network and a drug similarity network. The nearest-neighbor aggregator generates the embedding representations of drug-microbe pairs by integrating drug neighbors and microbe neighbors of each drug-microbe pair in the network. The feature attention block evaluates the importance of each dimension of drug-microbe pair embedding by a set of ordinary multi-layer neural networks. The predictor is an ordinary fully-connected deep neural network that functions as a binary classifier to distinguish potential DMAs among unlabeled drug-microbe pairs. Several experiments on two benchmark databases are performed to evaluate the performance of NNAN. First, the comparison with state-of-the-art baseline approaches demonstrates the superiority of NNAN under cross-validation in terms of predicting performance. Moreover, the interpretability inspection reveals that a drug tends to associate with a microbe if it finds its top-l most similar neighbors that associate with the microbe.Entities:
Keywords: attention matrix; bipartite graph network; deep learning; drug–microbe association; link prediction
Year: 2022 PMID: 35479616 PMCID: PMC9035839 DOI: 10.3389/fmicb.2022.846915
Source DB: PubMed Journal: Front Microbiol ISSN: 1664-302X Impact factor: 5.640
FIGURE 1The overall framework of NNAN for drug–microbe association prediction.
FIGURE 2Nearest-Neighbor Aggregator block. (A) Microbe-specific drug neighbor aggregator (MsDNA); the embedding representation of the unidirectional edge, which is from the drug d to the microbe b. (B) Drug-specific microbe neighbor aggregator (DsMNA); the embedding representation of the unidirectional edge, which is from the microbe b to the drug d, where ⊆ is a set of instantiated keywords, denotes the neighbors of microbe b in the Netb. Sb(b,m) denotes the similarity of b and m. h is the corresponding one-hot encoding vector of m.
FIGURE 3Feature attention block. Input the representation matrix E into a set of DNNs, then we obtain an attention matrix Mof drug–microbe embedding features. After the element-wise product operation of M and E, the final feature matrix of the drug–microbe pairs is obtained.
The statistics of two databases.
| Drugs | Microbes | Associations | |
| Database 1 | 999 | 133 | 1,708 |
| Database 2 | 176 | 76 | 4,194 |
The performance comparison of DMA prediction.
| Method | Database 1 | Database 2 | ||||
| AUROC | AUPRC | Time (s/epoch) | AUROC | AUPRC | Time (s/epoch) | |
| LAGCN | 0.861 |
|
|
|
|
|
| NIMCGCN | 0.778 | 0.156 | 19.076 | 0.815 | 0.720 | 0.721 |
| GCNMDA |
| 0.042 |
| 0.821 | 0.177 | 0.127 |
| NNAN |
|
| 0.649 |
|
|
|
The highest value is indicated in bold, and the next highest value is underlined.
FIGURE 4Mensurable clues of embedding features to the association outcome. (A) The distribution of embedding features along with the sorted drug neighbor keys. (B) The distribution of feature importance along with sorted node neighbor keys. (C) The predictive performance with top-l features concerning l in terms of AUROC. (D) The predictive performance in terms of AUPRC.
The associations among Staphylococcus aureus and ten drugs.
| Drug name | Rank | Association | Drug name | Rank | Association |
|
| 1 | Yes |
| 6 | No |
|
| 2 | Yes |
| 7 | Yes |
|
| 3 | Yes |
| 8 | Yes |
|
| 4 | Yes |
| 9 | No |
|
| 5 | Yes |
| 10 | Yes |
These ten drugs are ranked in order of their similarity to Hexyl gallate.
Top 20 predicted drugs associated with Bacteroides fragilis.
| Drug name | Evidence | Drug name | Evidence |
|
|
|
|
|
|
|
|
| unconfirmed |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| unconfirmed |
|
|
|
|
|
|
|
|
| unconfirmed |
|
|
|
|
|
The first column records the top 10 drugs, while the third column records the top 10–20 drugs.