LGFeb 2, 2023

Predicting Molecule-Target Interaction by Learning Biomedical Network and Molecule Representations

arXiv:2302.00981v3h-index: 2
Originality Incremental advance
AI Analysis

This work addresses a key challenge in drug discovery for researchers by improving prediction accuracy and handling cold-start and data quality issues, though it is incremental as it builds on existing GNN and representation learning methods.

The authors tackled the problem of predicting molecule-target interactions by proposing MTINet+, a pseudo-siamese Graph Neural Network that integrates biomedical network topological and molecule structural/chemical information, which significantly outperformed state-of-the-art baselines in experiments and showed strong robustness against network sparsity.

The study of molecule-target interaction is quite important for drug discovery in terms of target identification, hit identification, pathway study, drug-drug interaction, etc. Most existing methodologies utilize either biomedical network information or molecule structural features to predict potential interaction link. However, the biomedical network information based methods usually suffer from cold start problem, while structure based methods often give limited performance due to the structure/interaction assumption and data quality. To address these issues, we propose a pseudo-siamese Graph Neural Network method, namely MTINet+, which learns both biomedical network topological and molecule structural/chemical information as representations to predict potential interaction of given molecule and target pair. In MTINet+, 1-hop subgraphs of given molecule and target pair are extracted from known interaction of biomedical network as topological information, meanwhile the molecule structural and chemical attributes are processed as molecule information. MTINet+ learns these two types of information as embedding features for predicting the pair link. In the experiments of different molecule-target interaction tasks, MTINet+ significantly outperforms over the state-of-the-art baselines. In addition, in our designed network sparsity experiments , MTINet+ shows strong robustness against different sparse biomedical networks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes