HampDTI: a heterogeneous graph automatic meta-path learning method for drug-target interaction prediction

Hongzhun Wang,Feng Huang,Wen Zhang
DOI: https://doi.org/10.1093/bib/bbac184
2021-12-16
Abstract:Motivation: Identifying drug-target interactions (DTIs) is a key step in drug repositioning. In recent years, the accumulation of a large number of genomics and pharmacology data has formed mass drug and target related heterogeneous networks (HNs), which provides new opportunities of developing HN-based computational models to accurately predict DTIs. The HN implies lots of useful information about DTIs but also contains irrelevant data, and how to make the best of heterogeneous networks remains a challenge. Results: In this paper, we propose a heterogeneous graph automatic meta-path learning based DTI prediction method (HampDTI). HampDTI automatically learns the important meta-paths between drugs and targets from the HN, and generates meta-path graphs. For each meta-path graph, the features learned from drug molecule graphs and target protein sequences serve as the node attributes, and then a node-type specific graph convolutional network (NSGCN) which efficiently considers node type information (drugs or targets) is designed to learn embeddings of drugs and targets. Finally, the embeddings from multiple meta-path graphs are combined to predict novel DTIs. The experiments on benchmark datasets show that our proposed HampDTI achieves superior performance compared with state-of-the-art DTI prediction methods. More importantly, HampDTI identifies the important meta-paths for DTI prediction, which could explain how drugs connect with targets in HNs.
Machine Learning,Artificial Intelligence,Molecular Networks
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to accurately predict drug - target interactions (DTIs) in drug repositioning. Specifically, with the accumulation of a large amount of genomics and pharmacology data, heterogeneous networks (HNs) containing drug - and target - related information have been formed. These networks provide new opportunities for developing HN - based computational models to accurately predict DTIs. However, although these heterogeneous networks contain a great deal of useful information about DTIs, they also contain irrelevant data. How to make full use of these heterogeneous networks remains a challenge. For this reason, the paper proposes a drug - target interaction prediction method based on heterogeneous graph automatic meta - path learning (HampDTI), aiming to improve the accuracy of DTI prediction by automatically learning the key meta - paths between drugs and targets, and being able to explain how drugs interact with targets in the heterogeneous network.