Skip to main content
  • Research article
  • Open access
  • Published:

Prediction of adverse drug reactions based on knowledge graph embedding

Abstract

Background

Adverse drug reactions (ADRs) are an important concern in the medication process and can pose a substantial economic burden for patients and hospitals. Because of the limitations of clinical trials, it is difficult to identify all possible ADRs of a drug before it is marketed. We developed a new model based on data mining technology to predict potential ADRs based on available drug data.

Method

Based on the Word2Vec model in Nature Language Processing, we propose a new knowledge graph embedding method that embeds drugs and ADRs into their respective vectors and builds a logistic regression classification model to predict whether a given drug will have ADRs.

Result

First, a new knowledge graph embedding method was proposed, and comparison with similar studies showed that our model not only had high prediction accuracy but also was simpler in model structure. In our experiments, the AUC of the classification model reached a maximum of 0.87, and the mean AUC was 0.863.

Conclusion

In this paper, we introduce a new method to embed knowledge graph to vectorize drugs and ADRs, then use a logistic regression classification model to predict whether there is a causal relationship between them. The experiment showed that the use of knowledge graph embedding can effectively encode drugs and ADRs. And the proposed ADRs prediction system is also very effective.

Peer Review reports

Background

Adverse drug reactions (ADRs) refer to undesired reactions during normal medication use [1], and they contribute to more than 20% of clinical trial failures and are considered a major burden in the modern drug discovery process [2, 3]. Serious ADRs can cause severe disability and even death in patients. In Europe, approximately 3.6% of all hospital admissions are caused by ADRs, and up to 10% of patients in European hospitals experience an ADR [3]. In the United States, it has been estimated that more than 2 million severe ADRs occur in hospitalized patients each year, resulting in more than 100,000 deaths [4, 5]. The annual financial cost of drug-related morbidity in the United States (US) was estimated at $528.4 billion in 2016, equivalent to 16% of total US healthcare expenditures that year [6].

Drugs are tested on animals and large human cohorts before clinical application to identify possible ADRs; however, because of limited sample size and duration of premarket trials, lack of heterogeneity of trial subjects, and numerous potential side effects and drug combinations, many adverse reactions may not be detected in the early stages of drug development [7]. ADRs therefore pose a significant risk to patient health and healthcare costs, and they are considered a major global public health issue. Researchers have explored multiple methods to predict individual drugs and combinations of drugs that may result in ADRs. Modern computer technology has aided this work, with methods such as machine learning being used to accelerate the prediction process and reduce the cost of drug development [8].

Machine learning for ADR prediction

The method based on knowledge base (KB) has great advantages in accuracy and interpretability, but it needs a large number of clinical trials to collect the related adverse drug reaction events and construct the adverse drug reaction database. It is impossible to foresee the adverse reactions not shown at present. Machine learning related methods can be used to predict the potential adverse events that do not appear in the adverse reaction database. There is a large body of research on ADR prediction using machine learning methods. For example, Perez Nueno et al. [9] used canonical correlation analysis to predict the possible ADRs of drugs based on their physico-chemical properties and target protein information. Dey, et al. [10] used convolutional neural networks to extract chemical characteristics of drugs, encode different substructures of the drugs into feature vectors of the same length, and train a logistic regression classifier for each ADR. Acknowledging the importance of information on protein-protein interactions and drug-drug interactions, Hu, et al. [11] integrated these interactions into the distributed expression of drugs through a stacked deep heterogeneous network and trained an encoder for each semantic type. For each drug, the output of all the encoders were stitched together and used as the input of the second embedding model. The fully connected layer was then used for ADR prediction. Luo, et al. [12] used AutoDock Tools 1.5.6 and AutoDock Vina 1.1.2 software to dock drug molecules to each of the protein structures and used information on the drug’s substructure to vectorize the drug. The authors then trained a logistic regression classifier for each ADR.

Prior studies have been similar in their construction of ADR classifiers and use of traditional machine learning classification models. The key difference is how the drugs and ADRs were vectorized. In the aforementioned studies, the authors used only the information of a single drug when extracting the characteristics[10,11,12]. Using this approach, the associations between the drugs and other entities are not directly integrated into the vectors, and useful information may be lost. The knowledge graph (KG) and its embedding process have emerged in recent years as a helpful tool to not only represent the rich relationships between entities but also to directly encode these complex relationships into vectors. Using KG embedding to vectorize drugs and other entities is there for expected to better characterize a drug and other nodes.

Bean, et al. [13] constructed a KG containing four nodes (drug, indication, ADR, target), used the neighboring matrix of the drug nodes for its vectorization, and designed a classifier similar to the logistic regression classifier to predict ADRs. Munoz, et al. [14] also used KG to unify heterogeneous data from multiple databases. They treated ADR prediction as a multi-label classification problem, comparing multiple classification models on different datasets. In these prior studies using KG methodology, a predictive model was built for each ADR. In the present study, however, we combined ADR prediction tasks with KG embedding to predict potential adverse reactions of marketed drugs through a unified predictive model.

Our work flow is shown in Fig. 1. First, we constructed a KG containing four types of nodes (drug, indication, target, side effect) (ADRs were labeled as side effects in the database used for our work) and developed a new KG embedding method to embed the complex relationships between drugs, indications, targets, and side effects in the KG into a multidimensional vector. We then constructed a classification model for vectorized drugs and side effects to predict ADRs. Finally, we used liver injury as an example to predict the probability of drug-induced liver injury for all the drugs incorporated in the KG. For drugs with a higher probability of the ADR according to our model, we conducted a literature search to confirm our prediction.

Fig. 1
figure 1

Overview of the work flow of this study. a Knowledge graph composed of the drug, targets, indications, and side effects extracted from the DrugBank and SIDER databases; b The knowledge graph embedding process, (b-top) Word2Vec training corpus constructed based on the knowledge graph; (b-middle) Continuous bag-of-words (CBOW) implementation process of Word2Vec, where the input layer inputs any two elements in the triple, the other element is used as the output (represented by one-hot vector), and W is the vector matrix of the training elements (entities and relations); (b-bottom) vector matrix of the training elements, W; and c Binaryclassifier, with the vector difference of the drug and side effect pair as the input and the probability that the drug may cause the side effect as the output

Methods

Databases and KG construction

We constructed a KG with four types of nodes (drug, side effect, target, indication) and three relationships (has side effect, has target, has indication). The side effects, targets, and indications were regarded as characteristics of the drugs.

The drugs and their corresponding targets and anatomical therapeutic chemical (ATC) codes were extracted from the DrugBank database (version 5.1.4) [15], which is an open and free drug database that provides a variety of information on drugs (e.g. target, chemical properties, pharmacology, toxicology) and is often used in drug discovery and ADR prediction research. The database includes 13,450 drugs, including 2616 approved small molecule drugs, 1349 approved biopharmaceuticals (proteins, peptides, vaccines, and allergenics), 130 healthcare drugs, and more than 6340 experimental drugs. Drugs are represented in the database by their unique code, Drugbank_ID, and targets are represented by their unique code from the Uniprot database, uniprot_ID.

Drug indications and side effects were extracted from the SIDER database (version 4.1) [16] using the ATC code. The data included in SIDER are mainly extracted from drug manuals and are coded according to the Medical Dictionary for Regulatory Affairs, which is a clinically validated standard medical terminology dictionary that is often used to report adverse drug events. The current version of the SIDER database contains 5868 adverse reactions to 1430 drugs, with 139,756 drug-side effect pairs.

We collected information on 3632 drugs (only drugs with at least one characteristic were included), 2598 indications, 4286 targets, 5589 side effects, and 154,239 relationships among the different entities. We constructed and visualized the KG using Neo4j, as shown in Fig. 1a. The number of entities in the KG and their relationships with the drugs are shown in Table 1.

Table 1 Number of entities and relationships in the knowledge graph

KG embedding

Word2Vec is a classic word embedding method in Natural Language Processing. Using this method, a model to vectorize words can solve the problem of sparseness brought by atomic methods such as bag of words as well as embed the context information of words in sentences into word vectors [17]. Word2Vec can be implemented through the continuous bag-of-words (CBOW) and Skip-gram architectures. CBOW uses the context words of the center word to predict itself, and it is suitable when the dataset is small. Skip-gram is used to predict the context words of the center word, and it is generally applied to large datasets [17]. Rather than using Word2Vec for the prediction model itself, we used it to obtain the matrix of word vectors generated during model training. Because the word vector contains the context information of the word, it is widely used in semantic analysis. In the KG, a triple is exactly a subject-predicate-object sentence. In the context of ADRs, a triple (drug 1, has side effect, side effect 1) indicates that drug 1 has the side effect 1. Therefore, if the KG is considered as a corpus composed of triples and the two elements in the triple are considered as the context of the third element, the Word2Vec model can be used to vectorize the graph and simultaneously embed the head and tail entities and relationship in the triple into the vector. The work flow of the KG embedding process is shown in Fig. 2.

Fig. 2
figure 2

Overview of knowledge graph embedding

The KG embedding model is expressed by functions (1), (2), and (3):

$$\begin{aligned}&f(x_{i}^{1},x_{i}^{2})=softmax \left( (x_{i}^{1}+x_{i}^{2})\cdot W_{1}\cdot W_{2}\right) \end{aligned}$$
(1)
$$\begin{aligned}&p(x_{i}^{3}|x_{i}^{2},x_{i}^{1}) = f(x_{i}^{1},x_{i}^{2})\cdot x_{i}^{3} \end{aligned}$$
(2)
$$\begin{aligned}&Loss=-\sum _{i}log\left( p(x_{i}^{3}|x_{i}^{2},x_{i}^{1}) \right) \end{aligned}$$
(3)

In the functions, \(x_{i}^{2}, x_{i}^{1}\) are the \(i-th\) sample of the model input, which are the one-hot vectors of any two elements in the triple; the dimensions of the vectors are both \(1 \cdot n\), \(W_{1}\)and \(W_{2}\) are the final required entity vector matrices. The matrix dimensions are \(n \cdot size\) and \(size \cdot n\), randomly initialized. One vector matrix is selected as the entities’ vector (each row corresponds to an entity as shown in Fig. 1b). In the KG, n is the total number of entities and relations (after removing duplicates), and size is the dimension of the entity vector desired. Function (1) represents the probability of each entity as the output when the elements of the triple are used as input, and as function (2), the product is multiplied by the one-hot vector of the remaining entity in the triple to obtain the probability of the third element in the triple. The training target is to maximize the probability, which involves minimizing the loss function (3). Using this method, all nodes and relationships in the KG can be embedded into a vector.

Prediction model

Predicting whether a certain drug will produce an adverse reaction involves predicting whether there is a has side effect relationship between the two entities, which is equivalent to performing KG completion. Therefore, the ADR prediction problem can be converted into a binary classification problem to judge whether there is a has side effect relationship between the drug and ADR.

We used logistic regression to implement the binary classification model for ADRs as shown in Fig. 1c. Logistic regression is the most basic and important method in the classification algorithm, and it provides a model that is simple and easy to implement. The difference between the vector of \(drug_{i}\) and \(ADR_{j}\) is used as the model input x, and whether there is a has side effect relationship between them is used as the output (1=yes, 0=no like function (4)) to train the model, the details of the training data for the classifier are described in section Datasets. The probability of a \(drug_{i}\) causing an \(ADR_{j}\) is calculated as function (5):

$$\begin{aligned}&y_{i}(j)=\left\{ \begin{array}{ll} 1&{}if\,drug\,i\,causes\,ADR\,j\\ 0&{}other \end{array}\right. \end{aligned}$$
(4)
$$\begin{aligned}&\bar{y_{i}}\left( j\right) =P\left( Y=1|x;w,b\right) =\frac{1}{1+exp\left( w\cdot \left( x_{ADR_{j}}-x_{drug_{i}}\right) +b\right) } \end{aligned}$$
(5)

The model parameters w and b are obtained by minimizing the loss J in function (6) using the training dataset, where \(y_{i}\) represents the standard output (0 or 1) of the \(i-th\) sample and \(\bar{y_{i}}\) represents the output of the model when the input is \(x_{i}\) (the difference between the vector of drug and ADR in \(i-th\) sample), m represents the total number of samples.

$$\begin{aligned} J(w,b)=-\frac{1}{m}\sum _{i=1}^{m}\Big [y_{i}log\left( \bar{y_{i}}\right) +\left( 1-y_{i}\right) log\left( 1-\bar{y_{i}}\right) \Big ] \end{aligned}$$
(6)

Model evaluation

We evaluated our model based on its prediction performance on the test datasets and by comparison with the literature on ADR prediction. Specifically, the area under the receiver operating characteristic curve (AUC) was used to evaluate the model classification effect. The receiver operating characteristic (ROC) curve is obtained by using the false positive rate (FPR) and the true positive rate (TPR) corresponding to the classifier under different classification thresholds. AUC is determined by the area enclosed by the ROC curve and the FPR axis, with a higher AUC indicating better discrimination. The TPR and FPR are calculated as follows:

$$\begin{aligned} \begin{array}{ll} FPR=\frac{FP}{FP+TN}\\ TPR=\frac{TP}{TP+FN} \end{array} \end{aligned}$$
(7)

where FP indicates the number of incorrect predictions in the positive samples, TN indicates the number of correct identifications in the negative samples, TP indicates the number of correct predictions in the positive samples, and FN indicates the number of incorrect identifications in the negative samples. We also calculated the recall, precision, and \(F-score\) for the model to evaluate its classification performance:

$$\begin{aligned} \begin{array}{ccl} Precision&{}=&{}\frac{TP}{TP+FP}\\ Recall&{}=&{}\frac{TP}{TP+FN}\\ F-score&{}=&{}\frac{2*Precision*Recall}{Precision+Recall} \end{array} \end{aligned}$$

Results

Datasets

There were 3632 drugs and 4286 targets extracted from the DrugBank database that were matched by ATC code to 5589 types of side effects and 2598 types of indications in SIDER (Table 1). Using the extracted data, we noted that the side effects of some drugs are the indications of other drugs. Because the indication of a drug cannot be the side effect of itself, the drug-indication pairs can be regarded as a negative sample of the classifier, with the corresponding tag has no side effect labeled as 0. To ensure the maximum amount of indication information could be embedded in the drug vector during the KG embedding and classifier training phase, we randomly selected only 10% (1359) of the 13,597 drug-indication pairs to serve as the negative sample in the test dataset. An equal number of the drug-side effect pairs were randomly selected as the positive sample of the test dataset. These two sets of data were reserved for model testing and were not included in the training of the KG embedding model and the classifier, simulating the potential unknown ADRs that may occur in real-world practice.

The remaining triples (drug, has target, target), (drug, has indication, indication), and (drug, has side effect, side effect) together formed the corpus to train the KG embedding model; the (drug, has indication, indication)(copied 10 times to avoid sample imbalance) and (drug, has side effect, side effect) were then used to train the ADR prediction classifier. The details of the final data split are shown in Table 2.

Table 2 Data used for knowledge graph embedding and adverse drug reaction classifier training and testing

Evaluation of KG embedding and parameters of the ADR prediction model

The most important parameters of the Word2Vec model are iter and size. iter refers to the number of iterations the Word2Vec model trained, and size is the entity vector dimension obtained by the model. In general, the more iterations the KG embedding model trains, the better the vector will fit to the KG. Accordingly, we assessed whether the KG embedding process helped to encode information on entities such as drugs and side effects into vectors by evaluating the prediction performance of the ADR classifier under different iterations of the KG embedding model.

Parameter settings

When using the Word2Vec model to implement the KG embedding, we set \(min\_count\) to 1 (indicating that the nodes that appeared less than once in the corpus should be deleted) to ensure all nodes could be vectorized. Because a sentence consists of three elements of a triple, the maximum sentence length was 3, the window set to 2 and the implementation method set to CBOW. We used the Python Gensim package (3.8.1) to implement KG embedding.

The ADR prediction model used logistic regression, with the default L2 regularization term, the default C value of 1, and the loss function optimization algorithm set to stochastic average gradient (SAG; this sets the parameter solver to SAG). To ensure model convergence, the maximum number of iterations was set to 10,000. The classifier model was implemented using the Python sklearn package (0.21.3).

Analyses and results

We used the training and testing data split described in section to train and evaluate our ADR prediction model under different iterations of KG embedding. Because our goal was to determine whether the KG embedding process helped to encode information on entities, a separate verification dataset was not needed, and the test set was used to both evaluate the model and directly identify the best parameters.

For all sizes of the entity vector, the AUC of the ADR prediction model increased as the number of iterations of KG embedding increased (Fig. 3, left). The increase in prediction performance gradually slowed after 60 iterations, indicating that the KG information could not be fully integrated into the vector when the number of iterations was too low. As the iterations increased, the vector was better able to represent each entity. Based on these results, the KG embedding process was able to sufficiently encode the graph information into the entity vector.

Fig. 3
figure 3

Parameter select. Area under the receiver operating characteristic curve (AUC) of the adverse drug reaction (ADR) classifier in the test set under different vector sizes and iterations of knowledge graph (KG) embedding (left), and AUC of the ADR classifier in the test set under different vector dimensions when iterations = 2500 (right). Dim indicates dimension; iters, iterations

The classifier’s performance also increased as the vector size increased (Fig. 3, right). For the curves with high AUC, performance was maximized at 2500 iterations of KG embedding. Figure 3(right) shows the classification performance for different vector sizes at 2500 iterations. The increase in AUC slowed after the vector size reached 500 and 800. Based on the KG embedding time, ADR classifier training time, and the ADR classifier performance, \(iter = 2500\) and \(size = 800\) were selected as the optimal parameters for the prediction model.

Evaluation of ADR prediction model

We evaluated the ADR prediction model by identifying the drug-side effect and drug-indication pairs in the testing dataset and comparing the AUC for the prediction model with results from similar research in the literature. To increase the credibility of the model evaluation, we shuffled the original data set and randomly divided it into new training and testing sets according to the method described in section Datasets. The KG embedding and ADR classifier training were repeated from scratch using the new training set, and the model performance was evaluated using the new test set. As determined in section Analyses and results, the number of iterations of KG embedding was set to 2500, the vector dimension to 800, the window size to 2, min_count to 1, and the implementation method to CBOW. We repeated this process six times to assess the stability of the results.

Results

In the testing dataset containing 1359 positive samples and 1359 negative samples, the AUC of the classification model reached a maximum of 0.870, and the mean AUC was 0.863 (Table 3; Fig. 4). The precision, recall, and \(F-score\) are shown in Table 3. The ROC curve and other evaluation indicators were stable across the six repeated experiments without obvious fluctuations, indicating a stable prediction model.

Table 3 Evaluation results of the adverse drug reaction prediction model on the test set
Fig. 4
figure 4

Receiver operating characteristic curves for the six experiments

We compared our model with eight related ADR prediction studies (Table 4) in two ways, average AUC over all ADRs and AUC on top 10 ADRs prediction models. The AUC of our model are higher than that reported for most of the ADR models in the literature, indicating that our model had better prediction performance. Besides, most prior prediction models were trained separately for each ADR, resulting in the training of a large number of models. In contrast, we first encoded the drug and side effect information into their own vectors and subsequently scored drug and side effect pairs directly through a unified logistic regression model to determine whether there was a relationship between the two entities, greatly reducing the number of models. One previous prediction model [13] also used the KG approach and reported a high AUC; however, this model included only a few specific ADRs and may not result in high AUC values for other ADRs. Additionally, the model only used the number of targets in the characterization process for a drug and did not consider the specific content of the targets, resulting in the loss of potentially useful information.

Table 4 Comparison of adverse drug prediction models in the literature

Literature evidence

To further verify the feasibility of our prediction model, we collected reports on ADRs from the literature. We used our prediction model to score these drug-ADRs, which were not included in our KG. Using liver injury-related ADRs as an example, we tested our model’s predictive ability in two ways.

In the first approach, we searched the liver injury-related literature in PubMed. Ten of the first 20 articles reported on liver injury caused by drugs. Two papers reported on related drugs that did not appear in our KG [18, 19], so we were unable to predict the ADRs for these drugs. We used our model to score the liver injury-related ADRs for the drugs in the remaining seven articles. The studies, ADRs reported, and prediction results from our model are shown in Table 5.

Table 5 Adverse drug reactions obtained from PubMed and probability of their occurrence according to our model

In the second approach, we calculated the probability of liver injury (UMLS ConceptID: C0160390) for all drugs in the KG and arranged them in descending order of probability. We searched the literature to verify the 10 drugs with the highest probability for liver injury as an ADR. No published studies were identified for two of the drugs, and the literature indicated that two drugs did not cause liver injury. One drug was shown to cause liver damage when combined with other drugs (montelukast sodium) [20]. One drug did not harm the liver with normal use, but long-term use was associated with pathological changes in the liver, including liver injury and liver fibrosis [21]. There was clear evidence of the remaining four drugs causing liver damage. The prediction results from our model are shown in Table 6.

Table 6 Top 10 drugs predicted to cause liver injury according to our model

Case study

In order to connect our model with the occurrences of the possible ADRs of some drugs in the real, we collected drugs from DILIrank dataset, and predicted the probability they cause the Drug-induced liver injury (DILI, UMLS ConceptID: C0860207). DILIrank consists of 1,036 FDA-approved drugs and divided into four classes according to their potential for causing DILI [22]. DILI classification is based on the analysis of hepatotoxicity descriptions in FDA-approved drug labeling documents and causal evidence in the evaluation literature. Specifically, this largest publicly annotated DILI dataset consists of three groups (Most-, Less- and No-DILI concern) with strong causal evidence that drugs are associated with liver injury, while the causal relationship of another group (Ambiguous-DILI-concern) is unknown.

The average prediction probabilities of 862 drugs which can be found in KG and DILIrank were calculated (Table 7). The results show that our model has good discrimination in predicting whether the drug will lead to DILI or not, but it can not predict the severity. That is due to the original data, which only contains the information about whether the drug will cause ADRs or not, but without the severity. It is worth noting that the prediction probability of “Ambiguous-DILI-concern drug” category is 0.578, which is higher than that of “No-DILI-concern drug” (0.470). The results accord with the real situation of the DILIrank dataset, because the drugs that may lead to DILI are in the group of “Ambiguous-DILI-concern drug”.

Table 7 Number of drugs we studied and corresponding average probabilities from our model

Discussion

Drug safety is an important component of medical care and the process of drug development. Because it is not possible to test all combinations of drugs by screening of ADRs through experiments and clinical trials [7], data mining technology has emerged as a promising approach to predict drugs that result in ADRs. This approach can both guide the drug development process as well as provide a reference for doctors when prescribing.

Many studies have used computer-aided detection of ADRs. These studies have generally followed the same steps [23]:

  • Vectorize the drug

  • Train an ADR classifier based on the drug’s vector

Traditionally, vectorization methods have characterized drugs by their surrounding properties, such as the chemical structure and target, and vectorization of each drug was performed separately. The connection between drugs is not generally considered, potentially resulting in loss of information. The KG approach provides an effective means to represent the correlation between data. When a drug and its surrounding attributes are represented by a KG, drugs can be connected through a common structure or property, and attributes can be connected through a common drug. When embedding the KG (vectorizing the nodes in the graph), the complex relationships between the nodes can be embedded into the vector at the same time, resulting in a drug vector with more information.

Our experimental results showed that an increase in the degree of KG embedding increased the model prediction performance, indicating that the process of KG embedding can effectively embed information into the vector. While vectorizing drugs, the ADR and target were also vectorized. Therefore, we may also be able to replicate the process for the prediction of drug targets and drug indications. By classifying the difference between drug and ADR vectors, a unified prediction model can be obtained without having to build individual prediction models for each ADR, greatly increasing the versatility of the model.

Conclusion

In this paper, we introduce a new knowledge graph embedding method to represent drugs and ADRs, then use a logistic regression classification model to predict whether there is a causal relationship between them. The experiment showed that the use of knowledge graph embedding can effectively encode drugs and ADRs. And the proposed ADRs prediction system is also very effective. We believe combined with knowledge graph, the information of drugs, ADRs and target proteins can be better represented, which is of great significance for the study of ADRs prediction. In future research, we will add the structure information of drugs and protein target to the knowledge graph, and use the longer path in the knowledge graph as the input of Word2Vec model, which may make the scope of information perceived by entities wider.

Availability of data and materials

The datasets supporting the conclusions of this article are available in the DrugBank [15](https://go.drugbank.com/releases/latest) and SIDER [16](http://sideeffects.embl.de/) repository. And The project will be released in https://github.com/zf-go/ADR after publication.

Abbreviations

ADRs:

Adverse drug reactions

KG:

Knowledge graph

ATC:

Anatomical therapeutic chemical

CBOW:

Continuous bag-of-words

AUC:

Receiver operating characteristic curve

ROC:

Receiver operating characteristic

FPR:

False positive rate

TPR:

True positive rate

UMLS ConceptID:

The ADR’s unique identification in United Medical Language System

DrugbankID:

The drug’s unique identification in Drugbank database

References

  1. Edwards IR, Aronson JK. Adverse drug reactions: definitions, diagnosis, and management. Lancet. 2000;356(9237):1255–9. https://doi.org/10.1016/s0140-6736(00)02799-9.

    Article  CAS  Google Scholar 

  2. Allison, Biotechnology MJN. Reinventing clinical trials 2012;30(6):562–562

  3. Bouvy JC, De Bruin ML, Koopmanschap MAJDS. Epidemiology of adverse drug reactions in europe: a review of recent observational studies 2015;38(5):437–453

  4. Giacomini KM, Krauss RM, Roden DM, Eichelbaum M, Hayden MR, Nakamura YJN. When good drugs go bad. 2007;446(7139):975–7.

    CAS  Google Scholar 

  5. Lounkine E, Keiser MJ, Whitebread S, Mikhailov D, Hamon J, Jenkins JL, Lavan P, Weber E, Doak AK, Côté S, Shoichet BK, Urban L. Large-scale prediction and testing of drug activity on side-effect targets. Nature. 2012;486(7403):361–7. https://doi.org/10.1038/nature11159.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Watanabe JH, McInnis T, Hirsch JDJAoP. Cost of prescription drug-related morbidity and mortality, 2018;106002801876515

  7. Whitebread S, Hamon J, Bojanic D, Urban L. Keynote review: In vitro safety pharmacology profiling: an essential tool for successful drug development. Drug Discov Today. 2005;10(21):1421–33. https://doi.org/10.1016/s1359-6446(05)03632-9.

    Article  CAS  PubMed  Google Scholar 

  8. Li J, Zheng S, Chen B, Butte AJ, Swamidass SJ, Lu Z. A survey of current trends in computational drug repositioning. Briefings Bioinform. 2015;17(1):2–12. https://doi.org/10.1093/bib/bbv020.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Pérez-Nueno VI, Souchet M, Karaboga AS, Ritchie DW. Gesse: Predicting drug side effects from drug-target relationships. J Chem Inform Model. 2015;55(9):1804–23. https://doi.org/10.1021/acs.jcim.5b00120.

    Article  CAS  PubMed  Google Scholar 

  10. Dey S, Luo H, Fokoue A, Hu J, Zhang P. Predicting adverse drug reactions through interpretable deep learning framework. BMC Bioinformatics. 2018;19(S21):476. https://doi.org/10.1186/s12859-018-2544-0.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Hu B, Wang H, Wang L, Yuan W. Adverse drug reaction predictions using stacking deep heterogeneous information network embedding approach. Molecules. 2018;23(12):3193. https://doi.org/10.3390/molecules23123193.

    Article  CAS  PubMed Central  Google Scholar 

  12. Luo H, Fokoue-Nkoutche A, Singh N, Yang L, Hu J, Zhang P. Molecular docking for prediction and interpretation of adverse drug reactions. Comb Chem High Throughput Screen. 2018;21(5):314–22. https://doi.org/10.2174/1386207321666180524110013.

    Article  CAS  Google Scholar 

  13. Bean DM, Wu H, Iqbal E, Dzahini O, Ibrahim ZM, Broadbent M, Stewart R, Dobson RJB. Knowledge graph prediction of unknown adverse drug reactions and validation in electronic health records. Sci Reports. 2017;7(1):16416. https://doi.org/10.1038/s41598-017-16674-x.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Muñoz E, Nováček V, Vandenbussche P-Y. Facilitating prediction of adverse drug reactions by using knowledge graphs and multi-label learning models. Briefings Bioinform. 2017;20(1):190–202. https://doi.org/10.1093/bib/bbx099.

    Article  Google Scholar 

  15. Wishart DS, Feunang YD, Guo AC, Lo EJ, Marcu A, Grant JR, Sajed T, Johnson D, Li C, Sayeeda Z, Assempour N, Iynkkaran I, Liu Y, Maciejewski A, Gale N, Wilson A, Chin L, Cummings R, Le D, Pon A, Knox C, Wilson M. DrugBank 5.0: a major update to the DrugBank database for 2018. Nucleic Acids Res 2017;46(D1):1074–1082. https://doi.org/10.1093/nar/gkx1037

  16. Kuhn M, Letunic I, Jensen LJ, Bork P. The SIDER database of drugs and side effects. Nucleic Acids Res. 2015;44(D1):1075–9. https://doi.org/10.1093/nar/gkv1075.

    Article  CAS  Google Scholar 

  17. Mikolov T, Chen K, Corrado G, Dean J. Efficient estimation of word representations in vector space. arXiv:1301.3781 2013

  18. Kawaguchi T, Arinaga-Hino T, Shimizu M, Tanikawa K, Tokushige T, Hirai S, Nagamatsu H, Tateishi H, Takata A, Ide T, Torimura T. Immune-mediated drug-induced liver injury caused by laninamivir octanoate hydrate. Internal Med. 2019;58(17):2501–5. https://doi.org/10.2169/internalmedicine.2740-19.

    Article  PubMed  PubMed Central  Google Scholar 

  19. Kwan JM, Cheng R, Feldman LE. Hepatotoxicity and recurrent NSTEMI while on pembrolizumab for metastatic giant cell bone tumor. Am. J. Med. Sci. 2019;357(4):343–7. https://doi.org/10.1016/j.amjms.2018.11.017.

    Article  PubMed  Google Scholar 

  20. Fremond L, Diebold MD, Thiefin G. Acute pseudoangiocholitic hepatitis probably induced by tamsulosin. Gastroenterol Clin Biol. 2006;30(10):1224–5. https://doi.org/10.1016/s0399-8320(06)73517-5.

    Article  PubMed  Google Scholar 

  21. Zheng F. Study on the mechanism of panax notoginseng resisting liver fibrosis induced by naltrexone. PhD thesis, KUNMINGUNIVERSITY OF SCIENCEAND TECHNOLOGY (2015). https://kns-cnki-net-443.webvpn.cams.cn/KCMS/detail/detail.aspx?dbname=CMFD201601&filename=1015641561.nh

  22. Chen M, Suzuki A, Thakkar S, Yu K, Hu C, Tong W. Dilirank: the largest reference drug list ranked by the risk for developing drug-induced liver injury in humans. Drug Disco Today. 2016;21(4):648–53. https://doi.org/10.1016/j.drudis.2016.02.015.

    Article  CAS  PubMed  Google Scholar 

  23. Lee CY, Chen Y-PP. Machine learning on adverse drug reactions for pharmacovigilance. Drug Discov Today. 2019;24(7):1332–43. https://doi.org/10.1016/j.drudis.2019.03.003.

    Article  CAS  PubMed  Google Scholar 

  24. LaBute MX, Zhang X, Lenderman J, Bennion BJ, Wong SE, Lightstone FC. Adverse drug reaction prediction using scores produced by large-scale drug-protein target docking on high-performance computing machines. PLoS ONE. 2014;9(9):106298. https://doi.org/10.1371/journal.pone.0106298.

    Article  CAS  Google Scholar 

  25. Cao D-S, Xiao N, Li Y-J, Zeng W-B, Liang Y-Z, Lu A-P, Xu Q-S, Chen A. Integrating multiple evidence sources to predict adverse drug reactions based on a systems pharmacology model. CPT Pharm Syst Pharmacol. 2015;4(9):498–506. https://doi.org/10.1002/psp4.12002

  26. Jamal S, Goyal S, Shanker A, Grover A. Predicting neurological adverse drug reactions based on biological, chemical and phenotypic properties of drugs using machine learning models. Sci Reports. 2017;7(1):872. https://doi.org/10.1038/s41598-017-00908-z.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  27. Kuniyoshi N, Miyakawa H, Matsumoto K, Tsunashima H, Sekine K, Tsujikawa T, Mabuchi M, Doi S, Kikuchi K. Detection of anti-mitochondrial antibodies accompanied by drug-induced hepatic injury due to atorvastatin. Internal Med. 2019;58(18):2663–7. https://doi.org/10.2169/internalmedicine.2708-19.

    Article  PubMed  PubMed Central  Google Scholar 

  28. Brehm TT, Wehmeyer MH, Fuhrmann V, Schäfer H, Kluwe J. Severe acute liver injury following therapeutic doses of acetaminophen in a patient with spinal muscular atrophy. Am J Therap. 2019;26(4):528–9. https://doi.org/10.1097/mjt.0000000000000829.

    Article  Google Scholar 

  29. Moon SY, Baek YH, Lee SW. Drug induced liver injury by prophylactic administration of albendazole. Korean J Gastroenterol. 2019;73(6):360. https://doi.org/10.4166/kjg.2019.73.6.360.

    Article  PubMed  Google Scholar 

  30. Kopecký J, Kubeček O, Geryk T, Podhola M, Žiaran M, Priester P, Hanišová M, Bořilová S. Hepatic injury induced by a single dose of nivolumab: a case report and literature review. Klinicka Onkol 2019;32(2):133–138. https://doi.org/10.14735/amko2019133

  31. Gisi K, Ispiroglu M, Kantarceken B, Sayar H. Severe cholestasis due to azathioprine in behcet’s disease. BMJ Case Reports. 2019;12(3):226340. https://doi.org/10.1136/bcr-2018-226340.

    Article  Google Scholar 

  32. Carretero-Gonzalez A, Salamanca Santamaria J, Castellano D, de Velasco G. Three case reports: Temporal association between tyrosine-kinase inhibitor-induced hepatitis and immune checkpoint inhibitors in renal cell carcinoma. Medicine (Baltimore). 2019;98(47):18098. https://doi.org/10.1097/md.0000000000018098.

    Article  Google Scholar 

  33. Ota T, Masuda N, Matsui K, Yamada T, Tanaka N, Fujimoto S, Fukuoka M. Successful desensitization with crizotinib after crizotinib-induced liver injury in ROS1-rearranged lung adenocarcinoma. Internal Med. 2019;58(18):2651–5. https://doi.org/10.2169/internalmedicine.2554-18.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  34. Rajan S, Garg D, Cummings KC, Krishnaney AA. Hepatotoxicity after sevoflurane anaesthesia: a new twist to an old story. Br J Anaesth. 2019;122(4):63–4. https://doi.org/10.1016/j.bja.2019.01.003.

    Article  Google Scholar 

  35. Features and outcomes of 899 patients with drug-induced liver injury: the dilin prospective study. Gastroenterology 148(7), 1340–13527 (2015). https://doi.org/10.1053/j.gastro.2015.03.006

  36. Levine RL, Hursting MJ, McCollum D. Argatroban therapy in heparin-induced thrombocytopenia with hepatic dysfunction. Chest. 2006;129(5):1167–75. https://doi.org/10.1378/chest.129.5.1167.

    Article  CAS  PubMed  Google Scholar 

  37. Macedo G, Silva M, Vilas-Boas F, Lopes S, Peixoto A, Carneiro F. Tibolone-induced acute hepatitis: Well-known drug, little-known complication. Gastroenterol Hepatol. 2017;40(4):298–300. https://doi.org/10.1016/j.gastrohep.2016.02.010.

    Article  PubMed  Google Scholar 

  38. Vanga RR, Bal B, Olden KW. Adderall induced acute liver injury: a rare case and review of the literature. Case Rep Gastrointestinal Med. 2013;2013:1–3. https://doi.org/10.1155/2013/902892.

    Article  Google Scholar 

  39. Giustarini G, Vrisekoop N, Kruijssen L, Wagenaar L, van Staveren S, van Roest M, Bleumink R, Bol-Schoenmakers M, Weaver RJ, Koenderman L, Smit J, Pieters R. Trovafloxacin-induced liver injury: Lack in regulation of inflammation by inhibition of nucleotide release and neutrophil movement. Toxicol Sci. 2019;167(2):385–96. https://doi.org/10.1093/toxsci/kfy244.

    Article  CAS  PubMed  Google Scholar 

  40. Bolado Concejo F, Capdevila Bastons F, Zozaya Urmeneta JM, Gonzalez de la Higuera B, Garcia Sanchotena JL. Hepatotoxicity caused by iopromide. Rev Esp Enferm Dig 2008;100(6):377–8. https://doi.org/10.4321/s1130-01082008000600017

Download references

Acknowledgements

We appreciate the support from the Information Center of the National Center for Cardiovascular Diseases and Fuwai Hospital, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China.

Author information

Authors and Affiliations

Authors

Contributions

WZ, FZ conceived the study and developed algorithm. TS designed experimental and result analysis. XD, BS collected and preprocessed the data. FZ, BS carried out all the experiment and wrote the first draft of the manuscript. And all the authors participated in the preparation of the manuscript and approved the final version. All authors read and approved the final manuscript.

Corresponding authors

Correspondence to Wei Zhao or Ting Shu.

Ethics declarations

Ethics approval and consent to participate

Not applicable

Consent for publication

Not applicable

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zhang, F., Sun, B., Diao, X. et al. Prediction of adverse drug reactions based on knowledge graph embedding. BMC Med Inform Decis Mak 21, 38 (2021). https://doi.org/10.1186/s12911-021-01402-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-021-01402-3

Keywords