Skip to main content
Bioinformatics logoLink to Bioinformatics
. 2022 Dec 29;39(1):btac837. doi: 10.1093/bioinformatics/btac837

DFinder: a novel end-to-end graph embedding-based method to identify drug–food interactions

Tao Wang 1,2, Jinjin Yang 3,4, Yifu Xiao 5,6, Jingru Wang 7,8, Yuxian Wang 9,10, Xi Zeng 11,12, Yongtian Wang 13,14, Jiajie Peng 15,16,
Editor: Alfonso Valencia
PMCID: PMC9828147  PMID: 36579885

Abstract

Motivation

Drug–food interactions (DFIs) occur when some constituents of food affect the bioaccessibility or efficacy of the drug by involving in drug pharmacodynamic and/or pharmacokinetic processes. Many computational methods have achieved remarkable results in link prediction tasks between biological entities, which show the potential of computational methods in discovering novel DFIs. However, there are few computational approaches that pay attention to DFI identification. This is mainly due to the lack of DFI data. In addition, food is generally made up of a variety of chemical substances. The complexity of food makes it difficult to generate accurate feature representations for food. Therefore, it is urgent to develop effective computational approaches for learning the food feature representation and predicting DFIs.

Results

In this article, we first collect DFI data from DrugBank and PubMed, respectively, to construct two datasets, named DrugBank-DFI and PubMed-DFI. Based on these two datasets, two DFI networks are constructed. Then, we propose a novel end-to-end graph embedding-based method named DFinder to identify DFIs. DFinder combines node attribute features and topological structure features to learn the representations of drugs and food constituents. In topology space, we adopt a simplified graph convolution network-based method to learn the topological structure features. In feature space, we use a deep neural network to extract attribute features from the original node attributes. The evaluation results indicate that DFinder performs better than other baseline methods.

Availability and implementation

The source code is available at https://github.com/23AIBox/23AIBox-DFinder.

Supplementary information

Supplementary data are available at Bioinformatics online.

1 Introduction

The efficacy of drugs will be affected by many factors, such as drug dosage, drug delivery route and concomitant drugs. Food, which is often taken with drugs, may also have a significant impact on the efficacy of drugs (Jensen et al., 2015). Several studies (Bushra et al., 2011; Schmidt and Dalhoff, 2002) have demonstrated that food can increase or decrease the activity of drugs or even cause adverse drug events (ADEs), which can be considered as drug–food interactions (DFIs).

In DFIs, food can affect the efficacy of drugs in three ways (Telessy, 2018): incompatibilities, pharmacokinetics (PK) and pharmacodynamics (PD). Incompatibility denotes the circumstance when the drug molecule and component of food bind together and produce an insoluble compound, which may hinder the bioaccessibility of the drug. The classical example is that tetracyclines cannot be absorbed because of the calcium content of dairy products (Neuvonen, 1976). The PK interactions mean that food components can enhance or hinder the movement of drug molecules in the body during the Absorption, Transport, Metabolism and Excretion phases. For example, grapefruit juice can inhibit the metabolism of cyclosporine in a short time after administration because of the inhibition of the cytochrome P450 enzyme (Hollander et al., 1995). PD interactions are caused by specific pharmacological interactions between drugs and specific food components (Koziolek et al., 2019). One of the examples is warfarin antagonizes the action of vitamin-K (originated from food, such as spinach) (Lurie et al., 2010). Therefore, the understanding and study of DFIs can reduce ADEs and improve the absorption of nutrients and drugs. Unfortunately, the known DFIs are just the tip of the iceberg. There are still many DFIs to be identified.

Our current knowledge about DFIs mainly comes from clinical research and biomedical literature (Bushra et al., 2011; Chen et al., 2018; Otles and Senturk, 2014). However, these studies only involve a small number of drugs (anti-diabetic drugs, anti-tubercular drugs, anti-hypertensive drugs etc.) and limited food (grapefruit, mango, etc.). And most of them focus on revealing how food affects the efficacy of drugs from a biomedical perspective, which is time-consuming and expensive. Hence, computational approaches are needed to identify potential DFIs, rather than just obtaining DFIs from the literature. In drug–drug interactions (DDIs) and drug–target interactions identification tasks, many computational methods (Feng et al., 2020; Peng et al., 2021; Ryu et al., 2018; You et al., 2019) have been proposed and successfully used. These methods have made remarkable advances in solving these problems. However, to the best of our knowledge, there are not many computational methods designed for discovering DFIs. There are two main reasons. The first reason is the lack of systematic collection of DFI data. It is challenging to collect a large amount of DFIs data. The lack of gold standard data is a big obstacle for data-driven computational methods. Second, it is difficult to obtain a good feature representation of food; food is generally made up of a variety of chemical substances. Most descriptions of food so far are general and vague. The complexity of food makes it difficult to generate accurate food features. By now, only a few efforts have been made to identify DFIs. Ryu et al. (2018) propose DeepDDI, which first uses principal component analysis to reduce the dimension of the drug features and then feeds the learned features into a deep neural network (DNN) classifier. As an extended application, DeepDDI is applied to identify the interactions between drugs and food constituents. Although DeepDDI can be used to identify DFIs, it is mainly designed for identifying different types of DDIs. Ni et al. (2017) identify DFIs based on the overlap of proteins associated with drugs and food compounds. However, this method ignores several types of information, such as the attributes of drugs and food and the known interactions between drugs and food.

As a data structure, graphs (a.k.a. networks) contain a set of entities and relationships between these entities, which makes them very suitable for modeling biomedical systems (Yi et al., 2022). In recent years, predicting interactions between biomedical entities is usually modeled as a link prediction problem on a graph (Wen et al., 2018; Zitnik et al., 2018). Similarly, the identification of DFIs can also be modeled as a link prediction task. In detail, DFIs can be represented by a network where nodes represent drugs or food and edges represent the relationships between food and drugs. For graph analysis, many graph embedding (a.k.a. graph representation learning) methods have been proposed. The goal of these methods is to learn a low-dimensional representation of each node while maximally preserving the structural information of graphs. The learned representation can be used as features for different downstream graph analysis tasks, such as link prediction (Peng et al., 2019), node classification (Wang et al., 2021), community detection (Wang et al., 2020) and clustering (Yi et al., 2022). Compared with traditional methods, which put much effort into feature engineering to develop biological features, graph embedding methods can learn better node representations automatically. Yue et al. (2020) group graph embedding methods into three categories: matrix factorization-based, random walk-based and neural network-based methods. MF-based methods aim to factorize a data matrix into lower-dimensional matrices while still keeping the manifold structure and topological properties hidden in the original data matrix (Ahmed et al., 2013; Belkin and Niyogi, 2003; Cao et al., 2015). Random walk-based methods try to learn node representations by generating node sequences through random walks in graphs, which generally have two steps. First, random walk is applied to generate node sequences in a graph. Then, the word2vec model (Mikolov et al., 2013) is adopted to learn embeddings based on the generated sequences of nodes. In this way, the structural proximity of the graph can be preserved. Many neural network-based methods have been proposed for graph embedding, such as multilayer perceptron (Tang et al., 2015), auto-encoder (Kipf and Welling, 2016b; Wang et al., 2016), generative adversarial network (Wang et al., 2019) and graph convolutional network (GCN) (Kipf and Welling, 2016a). Different methods adopt different neural architectures and use different kinds of graph information as input. Inspired by the success of the graph embedding methods in the biomedical link prediction tasks (Peng et al., 2021; Sun et al., 2020a; Zhao et al., 2021), we propose a method called DFinder to identify the interactions between drugs and food. In addition, DFinder is designed in an end-to-end fashion for better optimizing all the parameters. To summarize, our contributions are 3-fold:

  • To solve the lack of DFI resources, we construct two DFI datasets named DrugBank-DFI and PubMed-DFI. For DrugBank-DFI, we collect DFI-related information directly from the DrugBank database and then parse this information to generate the DrugBank-DFI dataset. For PubMed-DFI, we adopt the co-occurrence-based text mining method to obtain the PubMed-DFI dataset from PubMed.

  • We propose a novel graph representation learning method named DFinder to learn better representations for drugs and food. DFinder combines node features and topological structures to learn the final representations of drugs and food constituents based on the DFI networks.

  • The evaluation results show that DFinder outperforms the existing approaches for DFI prediction task.

2 Materials and methods

We propose a novel end-to-end graph embedding-based method named DFinder to identify DFIs based on the DFI network. Our work mainly contains two parts: DFI network construction and computational framework for DFI prediction. In the first part, we generate the DrugBank-DFI dataset from the DrugBank database and use the co-occurrence-based text mining method to obtain the PubMed-DFI dataset from PubMed. Then, we construct two DFI networks based on these two datasets, respectively. In the second part, we propose a graph embedding method to learn the low-dimensional representations of drugs and food constituents. We calculate interaction scores between drugs and food components using the inner product method based on low-dimensional representations and optimize our model by Bayesian Personalized Ranking (BPR) loss.

2.1 The construction of DFI networks

In this section, we introduce how to collect DFI data and construct DFI networks.

2.1.1. DFI network based on DrugBank

We first collect DFI data from DrugBank (v 5.1.7) database, which contains specific information for each drug (i.e. drug interactions, pharmacology, chemical structures, targets, metabolism etc.) (Wishart et al., 2006, 2008). We download the XML formatted DrugBank dataset, which stores sporadic information on DFIs. By parsing the XML document, we obtain about 3000 sentences describing information on DFI. We manually extract DFIs from these sentences. Among the 3000 sentences, some describe the influence of the time of taking medicine. For example, ‘Take on an empty stomach.’ and ‘Take at least 1 hour before eating a meal’. In addition, there are some sentences that do not show clearly the effects of specific foods on drugs, such as ‘Take with food. This increases the bioavailability of darolutamide.’ Therefore, we manually extract DFIs from sentences by screening out the mutex relationship, no-effect relationship and other unclear relationships between food constituent and drug.

The extracted food involved in DFIs can be divided into two types: food (e.g. avocado, figs and cheese) and food constituents (e.g. caffeine, vitamin c and zinc). It is hard to have a unified representation of these two types of food data. Therefore, we use the top 20 food constituents with high content in the food to represent the food. This is also consistent with the fact that the interaction between drugs and food is actually the interaction between drugs and food components (Ni et al., 2017; Ryu et al., 2018). We use the FooDB database (v 1.0) to obtain constituents of food. FooDB contains numerous records on foods, compounds, contents of food components and the mapping of food and its components. In addition, in the process of data acquisition, we only retain ‘small molecule’ types of drugs and food components. The final DrugBank-DFI dataset contains 1784 interactions, representing 143 drugs, and 213 food components. The density of the DrugBank-DFI bipartite network is 0.059, which is comparable with other DFI networks (Supplementary Table S1).

2.1.2. DFI network based on PubMed

Although some DFIs have been recorded in the DrugBank, more valuable DFIs are still buried in the biomedical literature. Therefore, we try to extract DFIs from the literature. Co-occurrence of biological entities in the literature is a simple, comprehensive and popular technique for identifying entity associations. The technique is based on the assumption that if a biological entity appears in the same document as another biological entity, the two entities should have a high probability of being biologically related (Fleuren and Alkema, 2015; Shanfeng et al., 2005). This hypothesis was already validated in several existing studies (Junge and Jensen, 2020; Pletscher-Frankild et al., 2015; Szklarczyk et al., 2019). Therefore, we adopt a co-occurrence-based text mining method to obtain DFIs from the literature. The workflow of text mining is shown in Figure 1.

Fig. 1.

Fig. 1.

The flowchart of co-occurrence-based text mining method. Firstly, we obtain a candidate drug list from DrugBank and a candidate food constituent list from FooDB, respectively. Secondly, we combine all the drugs and food constituents in pairs. Thirdly, we input each drug–food constituent pair into PubMed to get the number of co-occurrence in abstracts of publications. Next, in order to improve the quality of data, we set up three rules to further filter the found drug–food constituent pairs. Finally, we use the filtered drug–food constituent pairs to construct a DFI network

To aid this purpose, we use the standard PubMed Advanced search API (ncbi.nlm.nih.gov/books/NBK3827/#pubmedhelp.Advanced_Search) for text mining. In detail, we used the standard ‘ESearch’ utility (eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi) to query the occurrence of drug or food constituent, and we could output all of the paper IDs whose abstracts contain both the two entities using in-house scripts. As of October 2021, we searched about 3.3 million abstracts from PubMed. Similar to DrugBank-DFI, we only focus on ‘small molecule’ types of drugs and food components when mining DFIs from PubMed. Firstly, we obtain all small molecule drugs from the DrugBank dataset to form a list of candidate drugs. Then, we generate all food components in FooDB and screen out the small molecule components to form a candidate food component list. Secondly, we combined all the drugs and food components in pairs and then identify drug–food constituent pairs with potential interactions based on their co-occurrence in abstracts of publications in PubMed. Next, we set up three rules to further filter the identified drug–food constituent pairs for improving the quality of the dataset. The three rules are as follows:

  • Rule 1: The number of co-occurrences should be larger than a given threshold. We only keep drug–food constituent pairs that co-occurred more than 20 times in PubMed.

  • Rule 2: Since constituents of food and drugs may be the same, we removed the pairs including the same constituents.

  • Rule 3: In some cases, the constituents of food and drugs are mentioned in the same article because they are similar. To avoid this problem, we calculated the similarity of the names of each pair and deleted the pairs with high similarity.

After applying these three rules, we obtain the PubMed-DFI dataset, which contains 15 890 drug–food constituent interactions, representing 779 drugs and 818 food constituents. The density of the PubMed-DFI bipartite graph is 0.025. We compare the detailed graph statistics of the two DFI datasets with other DFI and DDI networks and find that the sizes and densities of our DFI networks are reasonable (Supplementary Table S1).

To be noted, the PubMed-DFI is a co-occurrence-based DFI network, which might be affected by the not real interactions. But it is still valuable in developing and evaluating the robustness of our DFinder method since the co-occurrence-based FDIs largely expand the size of the drug–food bipartite network. Furthermore, the PubMed-DFI dataset may benefit further DFI validations by domain experts in the future. More about the co-occurrence-based DFI construction is discussed in the Supplementary Material.

2.2 Computational framework for DFI prediction

The DFI network we obtain in Section 2.1 is a bipartite graph containing two types of nodes (drugs and food constituents) and one type of edges (interactions between drugs and food constituents). The overall framework of the DFinder is shown in Figure 2. The key idea of this model is to combine the node feature and topological structure to obtain a better representation of a drug (or food constituent). In topology space, we adopt a simplified GCN-based method to learn the topological structure of a network and obtain embedding TD of nodes. In feature space, a DNN is used to reduce the dimension of original node attribute information to learn embedding AD of the node. There are four layers in the DNN. The input layer has 2159 neurons. The first and second hidden layers have 1024 and 512 neurons, respectively. The output layer has 64 neurons. We use the ReLu function as the activation function in each layer. Then, we obtain the final embedding ZD of the node by concatenating TD and AD.

Fig. 2.

Fig. 2.

The framework of DFinder. We identify the interaction between D1 and F3 as an example to describe the process of our model. DFinder contains three main parts. (A)Attribute feature extraction. We use a three-layer DNN to learn the embedding of node AD1 in feature space. (B) Structure feature extraction. We use a simplified GCN-based method, which only contains the neighborhood aggregation operation to learn the embedding of node in topology space. For instance, in the first layer, drug D1 aggregates the feature of its neighbors (F1, F2 and F3) by simple weighted sum aggregator. Then, we combine the embeddings obtained at each layer to form the final topological feature TD1. (C) Finally, we concatenate the topological feature vector TD1 and attribute feature vector AD1 as the final representation ZD1. The attribute and structure features for food constituents are extracted in the same way as drug features. And the final representation of food constituent F3 is concatenated from its corresponding attribute and structure features. Finally, we use the inner product to get the score between D1 and F3 and use the BPR loss to optimize the model

2.2.1. Structure feature extraction

In this section, we describe how to extract structure features from the network. As a neural network designed to learn graph data, GCN has shown great popularity in solving graph analysis problems, such as node classification (Abu-El-Haija et al., 2019, 2020), graph classification (Jiang et al., 2020; Xie et al., 2020), link prediction (Li et al., 2019) and recommendation (Fan et al., 2019). A typical GCN (Kipf and Welling, 2016a) layer consists of three operations: feature transformation, neighbor aggregation and non-linear activation. The propagation rule can be defined as:

Z(l+1)=σ(D˜12A˜D˜12Z(l)Wl), (1)

where A˜=A+IN is the adjacency matrix with added self-connections. IN is the identity matrix. D˜ is the degree matrix, where D˜ii=jA˜ij; Wl is a layer-specific trainable weight matrix; σ(·) denotes an activation function.

However, He et al. (2020) find that feature transformation and non-linear activation in standard GCN have no positive effect on recommendation performance. They propose LightGCN only containing the neighborhood aggregation operation, which is easier to be trained and more effective. The goal of the recommendation system is to mine the relationship between users and items, which is similar to the link prediction problem of biological networks. Inspired by their work, the proposed model only employs the simple weighted sum aggregator to learn the embeddings of drugs and food constituents. The propagation rule on the DFI network is defined as:

TD(l+1)=FND1|ND||NF|TF(l), (2)
TF(l+1)=DNF1|NF||ND|TD(l), (3)

where ND and NF, respectively, denote the neighbor set of drug D and food constituent F in the DFI network. The symmetric normalization term 1/|NF||ND| can avoid the scale of embeddings increasing with graph convolution operations. After the K-th graph convolution operation, we get the final representations of drugs (and food constituents) by combining the embeddings obtained at each layer:

TD=1K+1k=0KTD(k), (4)
TF=1K+1k=0KTF(k). (5)

In this way, we can learn the node embeddings that capture the topology information TD for drug D and TF for food constituent F in the topology space.

2.2.2. Attribute feature extraction

In the link prediction task, the original attribute information of the entity to be predicted may have a great impact on the performance of the prediction. To improve the effect of prediction, a lot of work studies how to use attribute information for entities. For example, DeepDDI (Ryu et al., 2018) adopted a simplified molecular-input-line-entry system (SMILE) description to establish a structural similarity profile (SSP). The SSP is a feature vector that can capture structure features of individual drugs and food compounds. The SSP contains pairwise structural similarity scores obtained from the comparison with the 2159 approved drugs of DrugBank. In addition, DeepDDI compared the performance of DeepDDI using four different feature vectors: SSP, molecular descriptor profile and feature vectors generated by two state-of-the-art vectorization methods Molecular Autoencoder (Gómez-Bombarelli et al., 2018) and Mol2vec (Jaeger et al., 2018). SSP slightly outperforms the other three feature vectors when collaborating with the DeepDDI framework, which proves that SSP can effectively capture a unique structural feature of a given drug or food component. The specific calculation process of SSP is shown in Supplementary Figure S1. In the proposed model, we adopt SSP as the attribute information (feature vector) for drug and food constituent. First, we generate an SSP for each node as original attribute information. Then, we use a three-layer DNN as the feature extractor to learn the attribute feature from the original SSP. After inputting SSP into DNN, we finally get the low-dimensional embedding as a feature vector for each node in the feature space.

2.3 Feature fusion of different spaces

We concatenate structure features and attribute features to generate the final representation of each node:

ZD=(TD||AD);ZF=(TF||AF), (6)

where ZD and ZF denote the final embedding of drug and food constituent, respectively, AD and AF represent the attribute feature of the drug entity and food consistent entity, respectively and || denotes concatenation operation.

2.4 Model training

We introduce the prediction of DFIs and the optimization of our model in this section. The DFI prediction is defined as the inner product (Long et al., 2020) of the drug and food constituent’s final representations. In detail, given a drug node Di and a food constituent node Fj, ZDi and ZFj are their final representations, respectively. The probability that there is an interaction between Di and Fj can be calculated as:

y^DiFj=ZDiT·ZFj, (7)

where y^DiFj is the interaction score between drug node Di and food constituent node Fj.

We used the BPR loss as the objective function for model optimization (Rendle et al., 2012). The BPR loss is a pairwise personalized ranking loss, and has been widely used in recommendation systems. The training data of BPR consists of positive pairs (observed DFIs) and negative pairs (unobserved DFIs), and it encourages the prediction of observed interactions higher than unobserved interactions.

LBPR=D=1MFiNDFjNDlnσ(y˜DFiy˜DFj)+λΘ2, (8)

where σ(·) is the sigmoid function. Θ is the embedding of the 0-th layer. Θ=[TD1(0),,TDM(0),TF1(0),,TFN(0)]. λ is the parameter to control the L2 regularization strength. We use the mini-batch Adam (Kingma and Ba, 2014) as the optimizer, which can calculate the learning rate adaptively for each parameter.

3 Results

To evaluate the performance of DFinder, we test our model on DrugBank-DFI and PubMed-DFI, respectively. DrugBank-DFI is generated from DrugBank containing 1784 interactions. PubMed-DFI is generated by a co-occurrence-based text mining method from PubMed containing 13 580 interactions.

3.1 Experimental settings

3.1.1. Data generation

The DFIs in DrugBank-DFI and PubMed-DFI are considered positive samples. We take all the unobserved DFIs in the two datasets as negative samples. For positive samples, we randomly select 20% of the whole observed DFIs as the testing set and use the remaining 80% as the training set. For negative samples, the training and testing sets are divided in the same way as positive samples.

3.1.2. Performance evaluation

In this work, the identification of DFIs can be considered a link prediction task. Thus, we adopt area under the receiver operating characteristic curve (AUROC) and area under the precision-recall curve (AUPR) to evaluate our model. As far as we know, there are only a few computational methods designed for DFI identification, so we mainly compare our method with the graph embedding methods, which are developed for the link prediction task on the graph. In the evaluation test, we compare DFinder with other 12 algorithms, which contain 11 graph representation learning methods and preferential attachment (PA) method (Liben-Nowell and Kleinberg, 2003), where graph representation learning methods can be categorized into three groups: MF-based methods [Laplacian (Belkin and Niyogi, 2003), GF (Ahmed et al., 2013), SVD, GraRep (Cao et al., 2015) and HOPE (Ou et al., 2016)], random walk-based methods [DeepWalk (Perozzi et al., 2014), node2vec (Grover and Leskovec, 2016), struc2vec (Ribeiro et al., 2017)] and neural network-based methods [LINE (Tang et al., 2015), SDNE (Wang et al., 2016) and GAE (Kipf and Welling, 2016b)]. The PA method estimates the probability of the co-occurrence of an edge (A, B) as a function of the product of degrees of end nodes A and B. To fair the comparison, in the performance evaluation of PA, we keep the node degree distribution similar in the positive edge set and negative edge set. During the performance evaluation, each dataset was randomly separated five times. Detailed information on these methods can be found in the Supplementary Material.

3.2 Performance evaluation on DrugBank-DFI

We first adopt the DrugBank-DFI dataset to validate the performance of DFinder. The error bar chart of AUROC and AUPR on the DrugBank-DFI dataset is shown in Figure 3. The detailed performance of AUROC and AUPR on the DrugBank-DFI dataset can be seen in Table 1. We compare DFinder with the 12 existing algorithms, we mentioned in Section 3.1.2. The experiment results demonstrate that DFinder has significantly improved the performance of DFI identification. In detail, the AUROC of DFinder is 9.17% higher than other methods (from 0.57 to 0.89), and AUPR is 38.96% higher than other methods (from 0.08 to 0.54). The reason for the performance improvement is that DFinder can not only aggregate the topological neighbors’ feature information in the DFI network but also introduce abundant attribute information for nodes. By fuzing node features and topological structures, DFinder can learn better representations for drugs and food constituents. In addition, our model learns the representations of nodes in an end-to-end way. In summary, DFinder outperforms the other 12 methods, which we use as baseline models in the identification of DFIs.

Fig. 3.

Fig. 3.

DFinder improves DFI prediction performance on DrugBank-DFI dataset. We compared the DFI prediction performance of DFinder to other approaches. In the figure, the left and right ones represent the AUROC and AUPR results of different methods, respectively

Table 1.

The detailed AUROC and AUPR performance of DrugBank-DFI dataset

Method AUROC AUPR F1-score Recall Precision
MF-based Laplacian 0.8882 0.5377 0.3212 0.2211 0.5874
GF 0.8875 0.5419 0.377 0.2763 0.5932
SVD 0.8810 0.5376 0.3811 0.2763 0.614
GraRep 0.8906 0.5430 0.3943 0.2895 0.618
HOPE 0.8881 0.5384 0.3922 0.2921 0.5967
Random walk-based DeepWalk 0.8875 0.5283 0.3365 0.2368 0.5807
node2vec 0.8905 0.5420 0.3308 0.2263 0.6143
struc2vec 0.8884 0.5285 0.3949 0.2868 0.6337
Neural net-based LINE 0.8888 0.5381 0.3709 0.2684 0.6
SDNE 0.8483 0.4460 0.0001 0.0001 0.0001
GAE 0.8709 0.4896 0.313 0.229 0.4943
PA 0.5741 0.0788 0.1588 0.1592 0.1584
DFinder 0.9823 0.9326 0.8722 0.8733 0.8711

Note: Bolded numbers are the best performance.

3.3 Performance evaluation on PubMed-DFI

To further explore the performance of our model, we also apply DFinder to PubMed-DFI to evaluate its performance. Compared with all baseline models, the proposed DFinder generally achieves the best performance according to AUROC and AUPR (Table 2). The error bar chart of AUROC and AUPR on PubMed-DFI dataset is shown in Figure 4. In detail, the AUROC of the DFinder is 2.13% higher than other methods (from 0.61 to 0.90), and AUPR is 16.83% higher than other methods (from 0.06 to 0.31). DFinder consistently outperforms all the graph representation learning methods, indicating the effectiveness of combining structure information of the network and attribute information of node as the representation of nodes. In addition, graph representation learning methods always follow a two steps pipeline: low-dimensional representations are first learned for nodes and then used as features for different downstream tasks. The experimental results also show that the end-to-end paradigm can learn a better representation for downstream tasks. In summary, this experiment demonstrates the effectiveness of the DFinder.

Table 2.

The detailed AUROC and AUPR performance of PubMed-DFI dataset

Method AUROC AUPR F1-score Recall Precision
MF-based Laplacian 0.8810 0.2779 0.5572 0.0984 0.5591
GF 0.8790 0.2797 0.1336 0.0759 0.6
SVD 0.8901 0.2921 0.1652 0.0981 0.5474
GraRep 0.8959 0.3051 0.1768 0.1049 0.5619
HOPE 0.8835 0.2811 0.1571 0.09 0.5993
Random walk-based DeepWalk 0.8845 0.2896 0.1632 0.0961 0.5572
node2vec 0.8681 0.2575 0.1427 0.0815 0.5729
struc2vec 0.8977 0.2991 0.1755 0.1049 0.5356
Neural net-based LINE 0.8868 0.2877 0.1606 0.0934 0.5738
SDNE 0.8799 0.2634 0.0035 0.0018 0.375
GAE 0.8322 0.1570 0.0024 0.0012 0.4444
PA 0.6119 0.0567 0.1288 0.1293 0.1283
DFinder 0.9190 0.4734 0.5353 0.5354 0.5353

Note: Bolded numbers are the best performance.

Fig. 4.

Fig. 4.

DFinder improves DFI prediction performance on PubMed-DFI dataset. We used the same baseline models as what we used on DrugBank-DFI. In the figure, the left one represents the AUROC results and the right one represents the AUPR results of different methods

3.4 Performance comparison with DDI-prediction methods

Since the drug and food constituents have been represented as molecules, the methods designed for predicting DDIs are able to predict the DFI by treating the DFI network as a homogeneous DDI network. To further evaluate the performance of our method, we compare DFinder with seven state-of-the-art DDI-prediction methods, including CASTER (Huang et al., 2020), MR-GNN (Xu et al., 2019), GCN-BMP (Chen et al., 2020), EPGCN-DS (Sun et al., 2020b), SSI-DDI (Nyamabo et al., 2021), DeepDrug (Yin et al., 2022) and DeepDDI (Ryu et al., 2018). Detailed information on these methods can be found in the Supplementary Material.

To fair the comparison, all these experiments are performed in the same way as DFinder. The compared methods use the DFI network and SMILE-based attribute features on nodes as inputs and are trained in the default settings. The detailed performance metrics, including AUROC, AUPR, F1-score, recall and precision, of eight methods on DrugBank-DFI and PubMed-DFI are shown in Table 3. The performance of AUROC and AUPR metrics on DrugBank-DFI is shown in Figure 5. DFinder performs the best in all of the metrics. For AUROC, DFinder reaches 0.98, which is 4.75% higher than other methods (ranging from 0.59 to 0.93). For AUPR, DFinder reaches 0.93, which is 31.1% higher than other methods (ranging from 0.07 to 0.62). And we illustrate the AUROC and AUPR metrics on PubMed-DFI in Figure 6. In detail, the AUROC of DFinder is the best (0.92), followed by DeepDDI (0.91) and DeepDrug (0.89). The AUPR of DFinder is also the best (0.47), followed by DeepDDI (0.46) and DeepDrug (0.23). From the above results, we can see our DFinder performs better than those DDI-prediction methods. These experiments indicate that those DDI-prediction methods treating the DFI network as a homogeneous graph may lose the specific heterogeneous topology features underlying DFI networks, and highlight the necessity of designing specific DFI prediction frameworks, like DFinder.

Table 3.

Performance comparison between DFinder and seven DDI-prediction methods on DrugBank-DFI and PubMed-DFI datasets

Dataset Method AUROC AUPR F1-score Recall Precision
DrugBank-DFI CASTER 0.5853 0.0733 0.0743 0.0741 0.0744
MR-GNN 0.6262 0.1076 0.1673 0.167 0.1675
GCN-BMP 0.7301 0.1977 0.2288 0.2285 0.2291
EPGCN-DS 0.7283 0.176 0.0032 0.0016 0.1
SSI-DDI 0.922 0.5041 0.4058 0.2992 0.6491
DeepDrug 0.9013 0.3733 0.393 0.3923 0.3936
DeepDDI 0.9348 0.6217 0.4162 0.2879 0.754
DFinder 0.9823 0.9326 0.8722 0.8733 0.8711
PubMed-DFI CASTER 0.6437 0.0551 0.1003 0.1002 0.1003
MR-GNN 0.6672 0.086 0.1425 0.1425 0.1425
GCN-BMP 0.7566 0.1065 0.1691 0.1691 0.1691
EPGCN-DS 0.7769 0.1262 0.0229 0.0117 0.6234
SSI-DDI 0.856 0.2156 0.0891 0.0485 0.5575
DeepDrug 0.8919 0.2299 0.2975 0.2975 0.2976
DeepDDI 0.9119 0.4639 0.4787 0.4786 0.4788
DFinder 0.919 0.4734 0.5353 0.5354 0.5353

Note: Bolded numbers are the best performance.

Fig. 5.

Fig. 5.

Performance comparisons between DFinder and seven DDI-prediction methods on the DrugBank-DFI dataset. In the figure, the left and right ones represent the AUROC and AUPR results of different methods, respectively

Fig. 6.

Fig. 6.

Performance comparisons between DFinder and seven DDI-prediction methods on the PubMed-DFI dataset. We used the same baseline models as what we used on DrugBank-DFI. In the figure, the left one represents the AUROC results and the right one represents the AUPR results of different methods

3.5 Evaluation of DFinder discoveries

To evaluate the prediction results of DFinder, we collect two other DFI resources [Food Interactions with Drugs Evidence Ontology (FIDEO) (Bordea et al., 2020) and POMELO (Hamon et al., 2017)] and one DDI resource [DDI2013 (Herrero-Zazo et al., 2013)]. The FIDEO is an ontology used for annotation and retrieval of scientific articles about food–drug interactions (Bordea et al., 2020). We extract 1751 DFIs from the FIDEO after preprocessing. And after decomposing the food into food constituents, we obtained 10 938 DFIs. The POMELO is a Medline corpus with manually annotated food–drug interactions (Hamon et al., 2017). We extract 2180 drug–food–constituent interactions from it after manually removing duplicated records, and records representing ‘no effect’ or containing unclear food or drug entities. The DDI corpus (named DDI2013 in this work) is an annotated corpus for DDIs. After removing the duplication, we obtained 4060 DDIs for downstream analysis. Note that, the POMELO-DFI and FIDEO-DFI are bipartite graphs, while DDI2013-DDI is a homogeneous graph in spite of some drug compounds being also food constituents. The detailed description of data sources and preprocessing can be found in the Supplementary Material.

We use the FIDEO-DFI, POMELO-DFI and DDI2013-DDI to evaluate the results of DFinder. The top 20% of DFI predictions, based on prediction probabilities, on DrugBank-DFI and PubMed-DFI are prioritized for evaluation. The comparisons are limited to the common node entities that are in our data and the evaluation data. Venn diagrams are used to illustrate the overlap between predicted DFIs and each evaluation data, as shown in Figure 7. In detail, in the FIDEO evaluation, we can see that 427 DFIs in FIDEO can be predicted by DFinder based on the DrugBank-DFI dataset, accounting for 18.7% of full FIDEO-DFIs that can be predicted. Two hundred and four (22.5%) DFIs in FIDEO can be predicted by DFinder based on the PubMed-DFI dataset. In the POMELO evaluation, 36 (12.9%) DFIs and 46 (29.7%) DFIs in the POMELO can be predicted by DFinder based on the DrugBank-DFI and PubMed-DFI, respectively. In the DDI2013 evaluation, we find only 6 and 11 DFIs in the DDI2013 predicted by the DFinder. This is mainly due to the small number of common node entities between DDI2013 (only drug entities) and our datasets (drug and food entities). We assume that there might be a large distinction between drug entities and food constituents. So we compare the full list of drugs from DrugBank and the full list of food constituents from FooDB, and we find there are only a small number of common entities between drugs and food constituents (Supplementary Fig. S2). This also demonstrates the importance of specifically building DFIs from multiple sources, which will compensate for each other.

Fig. 7.

Fig. 7.

Evaluation of DFinder predictions on DrugBank-DFI and PubMed-DFI using FIDEO-DFI, POMELO-DFI and DDI2013 evaluation datasets. Comparisons were limited to the common node entities that are in the DFinder dataset and evaluation dataset. The predicted edges were prioritized by the top 20% of prediction probabilities. (A) Venn diagrams of DFinder predictions on DrugBank-DFI with three evaluation datasets. (B) Venn diagrams of DFinder predictions on PubMed-DFI with three evaluation datasets

We also test the performance of DFinder on the combined dataset based on the POMELO-DFI and the FIDEO-DFI. The performance evaluation process is the same as we have described in Section 3.1.2. The DFinder achieves an AUROC = 0.9802, AUPR = 0.8781 and F1-score = 0.8307, indicating stable performance on the combined dataset. To aid further validation, the DFinder-predicted DFIs, which can be replicated in at least one other resource, including the FIDEO-DFI, POMELO-DFI and DDI2013, have also been deposited on GitHub. There are 450 and 223 predicted DFIs in DrugBank and PubMed, respectively, that can be replicated with at least one of the other resources. For example, the DFI of ‘cyclosporine and sodium’ is not recorded in the DrugBank, but is predicted by DFinder. And this DFI is replicated in POMELO and FIDEO. Cyclosporine is used as an immunosuppressant medication, such as in patients with rheumatoid arthritis. Klawitter et al. have proven the genetic mechanism that a low-salt diet would induce higher sensitivity to cyclosporine (Klawitter et al., 2012). The DFI of ‘fexofenadine and d-glucose’ is also predicted by DFinder. Fexofenadine is a medicine used in the treatment of allergy symptoms, such as hay fever and urticaria. The clinical has indicated that consuming large amounts of certain fruit juices may decrease the levels of fexofenadine in the body, while the d-glucose is enriched in the fruit juices. These evidences demonstrate the accuracy and practical value of our method.

4 Conclusion

In this article, we propose DFinder as a framework to identify interactions between drugs and food constituents by using a graph embedding-based method on DFI networks. Due to the lack of DFI data, we construct two DFI datasets named DrugBank-DFI and PubMed-DFI for link prediction tasks. We obtain the DrugBank-DFI dataset from DrugBank and get the PubMed-DFI dataset from PubMed by using the co-occurrence-based text mining method. We construct two DFI networks respectively based on the two datasets. DFinder combines node attribute features and topological structure features to learn the low-dimensional feature representations of drugs and food constituents. Then, we optimize the model in an end-to-end fashion. To evaluate the performance of our model, we compare DFinder with 11 graph representation learning methods and 7 DDI-prediction methods on these two networks. The experiment results show that the performance of DFinder is better than other methods on the DFI identification task.

Funding

This work was supported by National Natural Science Foundation of China (No.62072376, 62102319).

Conflict of Interest: none declared.

Supplementary Material

btac837_Supplementary_Data

Contributor Information

Tao Wang, School of Computer Science, Northwestern Polytechnical University, Xi’an 710072, China; Key Laboratory of Big Data Storage and Management, Northwestern Polytechnical University, Ministry of Industry and Information Technology, Xi’an 710072, China.

Jinjin Yang, School of Computer Science, Northwestern Polytechnical University, Xi’an 710072, China; Key Laboratory of Big Data Storage and Management, Northwestern Polytechnical University, Ministry of Industry and Information Technology, Xi’an 710072, China.

Yifu Xiao, School of Computer Science, Northwestern Polytechnical University, Xi’an 710072, China; Key Laboratory of Big Data Storage and Management, Northwestern Polytechnical University, Ministry of Industry and Information Technology, Xi’an 710072, China.

Jingru Wang, School of Computer Science, Northwestern Polytechnical University, Xi’an 710072, China; Key Laboratory of Big Data Storage and Management, Northwestern Polytechnical University, Ministry of Industry and Information Technology, Xi’an 710072, China.

Yuxian Wang, School of Computer Science, Northwestern Polytechnical University, Xi’an 710072, China; Key Laboratory of Big Data Storage and Management, Northwestern Polytechnical University, Ministry of Industry and Information Technology, Xi’an 710072, China.

Xi Zeng, School of Computer Science, Northwestern Polytechnical University, Xi’an 710072, China; Key Laboratory of Big Data Storage and Management, Northwestern Polytechnical University, Ministry of Industry and Information Technology, Xi’an 710072, China.

Yongtian Wang, School of Computer Science, Northwestern Polytechnical University, Xi’an 710072, China; Key Laboratory of Big Data Storage and Management, Northwestern Polytechnical University, Ministry of Industry and Information Technology, Xi’an 710072, China.

Jiajie Peng, School of Computer Science, Northwestern Polytechnical University, Xi’an 710072, China; Key Laboratory of Big Data Storage and Management, Northwestern Polytechnical University, Ministry of Industry and Information Technology, Xi’an 710072, China.

Data availability

The data underlying this article are available in the article and in its online supplementary material.

References

  1. Abu-El-Haija S. et al. (2019) MixHop: higher-order graph convolutional architectures via sparsified neighborhood mixing. In: International Conference on Machine Learning, California. pp. 21–29. PMLR. [Google Scholar]
  2. Abu-El-Haija S. et al. (2020) N-GCN: multi-scale graph convolution for semi-supervised node classification. In: Adams R.P., Gogate V. (eds) Proceedings of The 35th Uncertainty in Artificial Intelligence Conference, Virtually online , Volume 115 of Proceedings of Machine Learning Research. pp. 841–851. PMLR. [Google Scholar]
  3. Ahmed A. et al. (2013) Distributed large-scale natural graph factorization. In: Proceedings of the 22nd International Conference on World Wide Web, Rio de Janeiro. [Google Scholar]
  4. Belkin M., Niyogi P. (2003) Laplacian Eigenmaps for Dimensionality Reduction and Data Representation. Neural Comput., 15(6), 1373–1396. [Google Scholar]
  5. Bordea G. et al. (2020) FIDEO: food interactions with drugs evidence ontology. In: 11th International Conference on Biomedical Ontologies, Virtually online.
  6. Bushra R. et al. (2011) Food-drug interactions. OMJ, 26, 77–83. [DOI] [PMC free article] [PubMed] [Google Scholar]
  7. Cao S. et al. (2015) GraRep: learning graph representations with global structural information. In: Proceedings of the 24th ACM International on Conference on Information and Knowledge Management, New York. pp. 891–900.
  8. Chen M. et al. (2018) Food-drug interactions precipitated by fruit juices other than grapefruit juice: an update review. J. Food Drug Anal., 26, S61–S71. [DOI] [PMC free article] [PubMed] [Google Scholar]
  9. Chen X. et al. (2020) GCN-BMP: investigating graph representation learning for DDI prediction task. Methods, 179, 47–54. [DOI] [PubMed] [Google Scholar]
  10. Fan W. et al. (2019) Graph neural networks for social recommendation. In: The World Wide Web Conference, San Francisco. pp. 417–426.
  11. Feng Y.-H. et al. (2020) DPDDI: a deep predictor for drug-drug interactions. BMC Bioinformatics, 21, 1–15. [DOI] [PMC free article] [PubMed] [Google Scholar]
  12. Fleuren W.W., Alkema W. (2015) Application of text mining in the biomedical domain. Methods, 74, 97–106. [DOI] [PubMed] [Google Scholar]
  13. Gómez-Bombarelli R. et al. (2018) Automatic chemical design using a data-driven continuous representation of molecules. ACS Cent. Sci., 4, 268–276. [DOI] [PMC free article] [PubMed] [Google Scholar]
  14. Grover A., Leskovec J. (2016) node2vec: scalable feature learning for networks. In: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco. pp. 855–864. [DOI] [PMC free article] [PubMed]
  15. Hamon T. et al. (2017) POMELO: Medline corpus with manually annotated food-drug interactions. In: Proceedings of the Biomedical NLP Workshop Associated with RANLP 2017, Varna. pp. 73–80.
  16. He X. et al. (2020) LightGCN: simplifying and powering graph convolution network for recommendation. In: Proceedings of the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval, Virtually online. pp. 639–648.
  17. Herrero-Zazo M. et al. (2013) The DDI corpus: an annotated corpus with pharmacological substances and drug–drug interactions. J. Biomed. Inform., 46, 914–920. [DOI] [PubMed] [Google Scholar]
  18. Hollander A.A. et al. (1995) The effect of grapefruit juice on cyclosporine and prednisone metabolism in transplant patients. Clin. Pharmacol. Ther., 57, 318–324. [DOI] [PubMed] [Google Scholar]
  19. Huang K. et al. (2020) CASTER: predicting drug interactions with chemical substructure representation. In: Proceedings of the AAAI Conference on Artificial Intelligence, New York, Vol. 34. pp. 702–709. [Google Scholar]
  20. Jaeger S. et al. (2018) Mol2vec: unsupervised machine learning approach with chemical intuition. J. Chem. Inf. Model., 58, 27–35. [DOI] [PubMed] [Google Scholar]
  21. Jensen K. et al. (2015) Developing a molecular roadmap of drug-food interactions. PLoS Comput. Biol., 11, e1004048. [DOI] [PMC free article] [PubMed] [Google Scholar]
  22. Jiang H. et al. (2020) Hi-GCN: a hierarchical graph convolution network for graph embedding learning of brain network and brain disorders prediction. Comput. Biol. Med., 127, 104096. [DOI] [PubMed] [Google Scholar]
  23. Junge A., Jensen L.J. (2020) CoCoScore: context-aware co-occurrence scoring for text mining applications using distant supervision. Bioinformatics, 36, 264–271. [DOI] [PMC free article] [PubMed] [Google Scholar]
  24. Kingma D., Ba J. (2014) Adam: a method for stochastic optimization. arXiv preprint arXiv:1412.6980. [Google Scholar]
  25. Kipf T.N., Welling M. (2016a) Semi-supervised classification with graph convolutional networks. arXiv preprint arXiv:1609.02907.
  26. Kipf T.N., Welling M. (2016b) Variational graph auto-encoders. arXiv preprint arXiv:1611.07308.
  27. Klawitter J. et al. (2012) Low-salt diet and cyclosporine nephrotoxicity: changes in kidney cell metabolism. J. Proteome Res., 11, 5135–5144. [DOI] [PMC free article] [PubMed] [Google Scholar]
  28. Koziolek M. et al. (2019) The mechanisms of pharmacokinetic food-drug interactions–a perspective from the UNGAP group. Eur. J. Pharm. Sci., 134, 31–59. [DOI] [PubMed] [Google Scholar]
  29. Li Z. et al. (2019) MV-GCN: multi-view graph convolutional networks for link prediction. IEEE Access, 7, 176317–176328. [Google Scholar]
  30. Liben-Nowell D., Kleinberg J. (2003) The link prediction problem for social networks. In: Proceedings of the Twelfth International Conference on Information and Knowledge Management, New Orleans. pp. 556–559.
  31. Long Q. et al. (2020) Graph structural-topic neural network. In: Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, New York. pp. 1065–1073.
  32. Lurie Y. et al. (2010) Warfarin and vitamin K intake in the era of pharmacogenetics. Br. J. Clin. Pharmacol., 70, 164–170. [DOI] [PMC free article] [PubMed] [Google Scholar]
  33. Mikolov T. et al. (2013) Efficient estimation of word representations in vector space. arXiv preprint arXiv:1301.3781. [Google Scholar]
  34. Neuvonen P. (1976) Interactions with the absorption of tetracyclines. Drugs, 11, 45–54. [DOI] [PubMed] [Google Scholar]
  35. Ni Y. et al. (2017) NutriChem 2.0: exploring the effect of plant-based foods on human health and drug efficacy. Database (Oxford), 2017, bax044. [DOI] [PMC free article] [PubMed] [Google Scholar]
  36. Nyamabo A.K. et al. (2021) SSI–DDI: substructure–substructure interactions for drug–drug interaction prediction. Brief. Bioinform., 22, bbab133. [DOI] [PubMed] [Google Scholar]
  37. Otles S., Senturk A. (2014) Food and drug interactions: a general review. Acta Sci. Pol. Technol. Aliment., 13, 89–102. [PubMed] [Google Scholar]
  38. Ou M. et al. (2016) Asymmetric transitivity preserving graph embedding. In: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco. pp. 1105–1114.
  39. Peng J. et al. (2019) A learning-based framework for miRNA-disease association identification using neural networks. Bioinformatics, 35, 4364–4371. [DOI] [PubMed] [Google Scholar]
  40. Peng J. et al. (2021) An end-to-end heterogeneous graph representation learning-based framework for drug–target interaction prediction. Brief. Bioinform., 22, bbaa430. [DOI] [PubMed] [Google Scholar]
  41. Perozzi B. et al. (2014) DeepWalk: online learning of social representations. In: Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, New York. pp. 701–710.
  42. Pletscher-Frankild S. et al. (2015) Diseases: text mining and data integration of disease–gene associations. Methods, 74, 83–89. [DOI] [PubMed] [Google Scholar]
  43. Rendle S. et al. (2012) BPR: Bayesian personalized ranking from implicit feedback. AUAI Press. [Google Scholar]
  44. Ribeiro L.F. et al. (2017) struc2vec: learning node representations from structural identity. In: Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Halifax. pp. 385–394.
  45. Ryu J.Y. et al. (2018) Deep learning improves prediction of drug–drug and drug–food interactions. Proc. Natl. Acad. Sci. USA, 115, E4304–E4311. [DOI] [PMC free article] [PubMed] [Google Scholar]
  46. Schmidt L.E., Dalhoff K. (2002) Food-drug interactions. Drugs, 62, 1481–1502. [DOI] [PubMed] [Google Scholar]
  47. Shanfeng Z. et al. (2005) A probabilistic model for mining implicit ‘chemical compound-gene’ relations from literature. Bioinformatics, 21, ii245–ii251. [DOI] [PubMed] [Google Scholar]
  48. Sun M. et al. (2020a) Graph convolutional networks for computational drug development and discovery. Brief. Bioinform., 21, 919–935. [DOI] [PubMed] [Google Scholar]
  49. Sun M. et al. (2020b) Structure-based drug-drug interaction detection via expressive graph convolutional networks and deep sets (student abstract). In: Proceedings of the AAAI Conference on Artificial Intelligence, New York, Vol. 34. pp. 13927–13928. [Google Scholar]
  50. Szklarczyk D. et al. (2019) STRING v11: protein–protein association networks with increased coverage, supporting functional discovery in genome-wide experimental datasets. Nucleic Acids Res., 47, D607–D613. [DOI] [PMC free article] [PubMed] [Google Scholar]
  51. Tang J. et al. (2015) LINE: large-scale information network embedding. In: Proceedings of the 24th International Conference on World Wide Web, Florence. pp. 1067–1077.
  52. Telessy I. (2018) Let’s keep an eye on food-drug interaction. Food Nutr. J., 8, 2575–7091. [Google Scholar]
  53. Wang D. et al. (2016) Structural deep network embedding. In: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco. pp. 1225–1234. [DOI] [PMC free article] [PubMed]
  54. Wang H. et al. (2019) GraphGAN: graph representation learning with generative adversarial nets. IEEE Trans. Knowl. Data Eng., 33, 3090–3103. [Google Scholar]
  55. Wang T. et al. (2020) Disease module identification based on representation learning of complex networks integrated from GWAS, eQTL summaries, and human interactome. Front. Bioeng. Biotechnol., 8, 418. [DOI] [PMC free article] [PubMed] [Google Scholar]
  56. Wang T. et al. (2021) Predicting hepatoma-related genes based on representation learning of PPI network and gene ontology annotations. In: 2021 IEEE International Conference on Bioinformatics and Biomedicine (BIBM), Virtually online. pp. 1892–1898. IEEE.
  57. Wen Z. et al. (2018) SFPEL-LPI: sequence-based feature projection ensemble learning for predicting LncRNA-protein interactions. PLoS Comput. Biol., 14, e1006616. [DOI] [PMC free article] [PubMed] [Google Scholar]
  58. Wishart D.S. et al. (2006) DrugBank: a comprehensive resource for in silico drug discovery and exploration. Nucleic Acids Res., 34, D668–D672. [DOI] [PMC free article] [PubMed] [Google Scholar]
  59. Wishart D.S. et al. (2008) DrugBank: a knowledgebase for drugs, drug actions and drug targets. Nucleic Acids Res., 36, D901–D906. [DOI] [PMC free article] [PubMed] [Google Scholar]
  60. Xie Y. et al. (2020) Graph convolutional networks with multi-level coarsening for graph classification. Knowl. Based Syst., 194, 105578. [Google Scholar]
  61. Xu N. et al. (2019) MR-GNN: multi-resolution and dual graph neural network for predicting structured entity interactions. arXiv preprint arXiv:1905.09558.
  62. Yi H.-C. et al. (2022) Graph representation learning in bioinformatics: trends, methods and applications. Brief. Bioinform., 23, bbab340. [DOI] [PubMed] [Google Scholar]
  63. Yin Q. et al. (2022) DeepDrug: a general graph-based deep learning framework for drug-drug interactions and drug-target interactions prediction. biorxiv, pp.2020–11.
  64. You J. et al. (2019) Predicting drug-target interaction network using deep learning model. Comput. Biol. Chem., 80, 90–101. [DOI] [PubMed] [Google Scholar]
  65. Yue X. et al. (2020) Graph embedding on biomedical networks: methods, applications and evaluations. Bioinformatics, 36, 1241–1251. [DOI] [PMC free article] [PubMed] [Google Scholar]
  66. Zhao T. et al. (2021) Identifying drug-target interactions based on graph convolutional network and deep neural network. Brief. Bioinform., 22, 2141–2150. [DOI] [PubMed] [Google Scholar]
  67. Zitnik M. et al. (2018) Modeling polypharmacy side effects with graph convolutional networks. Bioinformatics, 34, i457–i466. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

btac837_Supplementary_Data

Data Availability Statement

The data underlying this article are available in the article and in its online supplementary material.


Articles from Bioinformatics are provided here courtesy of Oxford University Press

RESOURCES