Skip to main content
AMIA Summits on Translational Science Proceedings logoLink to AMIA Summits on Translational Science Proceedings
. 2020 May 30;2020:142–151.

An Informatics-based Approach to Identify Key Pharmacological Components in Drug-Drug Interactions

Jianyuan Deng 1, Fusheng Wang 1,2
PMCID: PMC7233048  PMID: 32477633

Abstract

Drug-drug interactions (DDI) can cause severe adverse drug reactions and pose a major challenge to medication therapy. Recently, informatics-based approaches are emerging for DDI studies. In this paper, we aim to identify key pharmacological components in DDI based on large-scale data from DrugBank, a comprehensive DDI database. With pharmacological components as features, logistic regression is used to perform DDI classification with a focus on searching for most predictive features, a process of identifying key pharmacological components. Using univariate feature selection with chi-squared statistic as the ranking criteria, our study reveals that top 10% features can achieve comparable classification performance compared to that using all features. The top 10% features are identified to be key pharmacological components. Furthermore, their importance is quantified by feature coefficients in the classifier, which measures the DDI potential and provides a novel perspective to evaluate pharmacological components.

1. Introduction

Drug-Drug Interactions (DDI) can account for 30% of Adverse Drug Reactions (ADRs) 1, which lead to 1.3 million emergency department visits and 350,000 hospitalizations in the United States each year 2. Recently, there is an increasing trend of polypharmacy 3, especially among the elderly people. According to the Centers for Disease Control and Prevention, the percentage of the US population taking five or more prescription drugs in past 30 days increased from 4.0% during 1988-1994 to 10.9% during 2011-2014. For seniors 65 years or older, the proportion increased from 13.8% to 40.7%4, which boosts the incidence of DDIs. Thus, identification of possible DDI before a drug is launched into market becomes critical.

DDI can be broadly classified into two categories: pharmacokinetic (PK) and pharmacodynamic (PD) DDI. PK DDIs are the cases when a drug affects the PK processes, namely, absorption, distribution, metabolism and excretion (ADME) of another co-administered drug. This will lead to concentration variations of the parent drug or active metabolite at the site of action. PD DDI would happen if one drug has an antagonistic, additive, synergistic or even indirect effect on the action of another drug. Key pharmacological components involved in PK and PD DDI include four groups: carrier, transporter, enzyme and target 5. A carrier is a secreted protein which can bind drugs and carry them to move around the biological fluids. A transporter is a membrane protein which can facilitate in the influx or efflux of xenobiotics. An enzyme is engaged in the bio-transformation of many substances. A target is a biological component which drugs can interact with to exert a direct pharmacodynamic effect. Carriers, transporters and enzymes are usually involved in PK DDI while targets mainly mediate PD DDI.

Traditional strategies to identify DDI are often based on a series of in vitro and in vivo studies. When the in vitro experiment results indicate that the compound interacts with certain pharmacological components, i.e., carriers, transporters, enzymes and targets, subsequent in vivo experiments would be conducted to verify the interaction 6. To accelerate wet-lab DDI identification efficiency, in silico approaches can also be used, such as 1) predicting whether a compound interacts with certain carrier, target, enzyme or transporter using in silico virtual screening approaches 7 and 2) studying mechanisms of a compound in ADME using various PKPD models 812. However, most studies only test a limited number of drugs at a time involving several selected pharmacological components, which are considered important in DDI based on previous experience. However, one essential question remains unanswered: which pharmacological components are most relevant to DDI and should be recruited in the follow-up studies, especially considering the high cost of studies and long duration of experiments?

In the past decade, with the rise of ‘Big Data’, informatics-based DDI studies exploiting large-scale data are emerging. These studies can be classified into two broad categories based on the goals: 1) DDI detection studies and 2) DDI prediction studies. DDI detection studies focus on detecting novel DDI signals for existing drugs, such as mining into FDA Adverse Event Reporting System (FAERS), social media, literature, and electronic health records (EHR) for potential DDI 1,1319. DDI prediction studies focus on predicting novel DDI signals for new drugs or new drug combinations using drug knowledge databases 5,2032. Nonetheless, these studies are not aimed at understanding the pharmacological components through which a DDI occurs, and the question above still remains unanswered.

In this study, we aim to identify important factors contributing to DDI, which is a feature selection problem per se in the context of DDI classification. To achieve this goal, we conduct a DDI classification task with pharmacological components as features, and select most contributing features as the most influential pharmacological components.

2. Methods

The experimental setup is illustrated in Figure 1. We embed the key pharmacological components identification in a typical classification task and search for the most relevant features. We first generate different feature subsets by keeping different proportions of all features in the training set using univariate feature selection method. We then use these feature subsets on the testing set to perform DDI classification respectively. Finally, we evaluate classification performances of these feature subsets for best feature subset selection. To make the identified pharmacological components more reliable, this process is repeated 30 times.

Figure 1:

Figure 1:

Methodology for Key Pharmacological Components Identification

2.1. DDI Classification

2.1.1. DDI Dataset Construction

DrugBank is a comprehensive drug database with basic drug information such as pharmacological components that a drug interacts with, as well as a list of DDIs, which originate from drug package inserts and are usually treated as the gold-standard, positive DDI 33. In this study, we use the latest version 5.1.4 (released on 2019-07-02) of DrugBank as the data source.

We first construct a drug information table with the following information: 1) drug types: ”small-molecule” or ”biotech”, 2) drug groups: ”experimental”, ”investigational” or ”approved”, and 3) pharmacological components interacting with a drug: carriers, transporters, enzymes and targets. After parsing the DrugBank database in XML format, we get 13,339 drug entries in total. We then construct a DDI table by extracting all the DDI records for each drug, which results in 2,723,944 DDI records. In the final step of constructing DDI data repository, we narrow the study scope to the 2,594 approved, small-molecule drugs, which form 3,363,121 unique drug-drug pairs. A drug-drug pair is an instance in the DDI repository. Next, by querying the basic drug information table, we retrieve the pharmacological components for each drug in all drug-drug pairs. By querying the DDI table, we label DDI status for each instance. If the drug-drug pair is in the DDI table, then an interaction exists and the instance is labeled as a positive DDI case. Otherwise, it is labeled as a negative DDI case. Among the 3,363,121 instances, there are 615,537 positive DDI cases and the positive rate is 18.3%. The DDI data repository construction process is illustrated in Figure 2.

Figure 2:

Figure 2:

Construction of the DDI Data Repository

We randomly pick 200,000 DDI cases from the repository as the current DDI study dataset, with a positive rate of 18.3%.

2.1.2. Feature Engineering

Since our study objective is to identify key pharmacological components, we use carrier(s), target(s), enzyme(s) and transporter(s) interacting with the two drugs in each DDI instance as features. In the study dataset, a DDI instance Ii consists of two drugs Di, 1 and Di, 2. For drug Di, 1, the interacting carriers, transporters, enzymes and targets are denoted as carrieri, 1, transporteri, 1, enzymei, 1 and targeti, 1, respectively. Similarly, for drug Di, 2, its corresponding pharmacological components are denoted as carrieri, 2, transporteri, 2, enzymei, 2 and targeti, 2, respectively.

One common hypothesis for the cause of a PK or PD DDI is that there are some overlaps in certain pharmacological components which two drugs can both interact with 5. Thus, we only retain the overlapping pharmacological components for Di, 1 and Di, 2 in a given DDI instance Ii to get carrieri, transporteri, enzymei and targeti. They are then aggregated over all DDI instances to form Carrier, T ransporter, Enzyme and T arget and are converted into binary vectors using one-hot encoding as features to classify DDI (Figure 3). In total, there are 498 features, including 16 carriers, 65 transporters, 62 enzymes and 355 targets.

Figure 3:

Figure 3:

One-Hot Encoding for Pharmacological Components

2.1.3. Classifier

In this study, we adopt logistic regression (LR) as the classifier because of its high interpretability. LR uses a logistic function to model a binary target variable Y with features X1, … , XD. The log odds of the event that Y = 1 is defined in Eq. 1:

logeP(Y=1)1P(Y=1)=β0+β1X1++βDXD (1)

where β1, … , βD are coefficients for features X1, … , XD. These coefficients can be interpreted in a straightforward way. For example, if β1 = 1, then increasing X1 from 0 to 1 increases the odds of event Y = 1 by a factor e. In our setting, for a given pharmacological component with β coefficient being 1, if two drugs can both interact with the component, the interpretation is that the odds of a positive DDI is increased by e times.

To counteract the effect of imbalanced classes in our dataset, we adjust the weights to make them inversely proportional to class frequencies. Other hyper parameters in the LR classifier are set based on 5-fold cross validation using the entire study dataset, which consists of 200,000 DDI cases and 498 features. All the hyper parameters are kept constant during subsequent experiments.

2.2. Feature Selection

The study datasets are randomly splitted into a training set (50%) and a testing set (50%). Univariate feature selection is used to rank all features in the training set in a supervised way. Since the target variable and the features are all binary vectors, we choose chi squared statistic as the ranking criteria. We thereby generate different feature subsets by varying the top percentile of the ranked features, i.e., the proportion of features to be recruited in the classification task. For example, with the whole feature set denoted as F , feature subset FP represents the top P% features in F ranked by the chi squared statistic (P ∈ {5, 10, 15, … , 100}).

2.3. Feature Subset Selection

Each FP selected in the training set is applied in the DDI classification task. Classification performance is examined by the following metrics, namely, accuracy, recall, precision, F1 socre, area under the Receiver Operating Curve (AUROC) and area under the Precision Recall Curve (AUPRC). The classification performance reflects DDI predictive ability of each FP. The best feature subset FP is expected to have the best classification performance. Note that the DDI classification task is repeated 30 times by randomly splitting the study dataset 30 times to appeal to the central limit theorem for later statistical analyses.

2.4. Identification of Key Features

With the top percentile P identified, we extract all the features in feature subset FP over 30 repeats. For each individual feature, i.e., a pharmacological component, we also extract their corresponding β coefficients in the LR classifier as a measure for DDI potential.

3. Results

3.1. Best Feature Subset

We test the classification performance of FP (P ∈ {5, 10, … , 100}) over 30 repeats and calculate the mean and 95% confidence interval (CI) of the evaluation metrics (Figure 4). When the top 5% features are used, all the metrics have the lowest value with statistical significance, which could be caused by insufficient number of features for classification. When the top 10% features are used, accuracy, recall, precision and AUPRC reach the peak value. When P increases from 10 to 100 with a step size 5, the metrics are either gradually decreasing or reached a plateau state. Overall, F 10 can achieve comparable performance with F100, i.e., the whole feature set F . Therefore, F10 is the optimal feature subset.

Figure 4:

Figure 4:

DDI Classification Performance using Feature Subsets of Top P % Features (Mean ± 95% CI, N = 30)

3.2. Key Pharmacological Components in DDI

We extract individual features in all F10 over 30 repeats. To further compare their importance, we extract their corresponding β coefficients in the LR classifier as well as the number of occurrences over 30 repeats (Figure 5). In total, there are 64 key pharmacological components identified as important in causing DDI, including 2 carriers (12.5% of Carrier), 15 transporters (23.1% of Transporter), 15 enzymes (24.2% of Enzyme) and 32 targets (9% of Target), which are discussed next.

Figure 5:

Figure 5:

Identified Important Pharmacological Components for DDI Classification

Key Carriers

Serum albumin with a median β coefficient around 1 is a plasma protein which can non-specifically bind drugs. Studies were conducted on its binding sites which can cause DDI34. Another carrier, alpha-1-acid glycoprotein 1, is also a carrier involved in the binding and transporting of multiple drugs. When two drugs can both bind to this carrier, either drug or both drugs can have altered distribution and a DDI is expected35.

Key Transporters

Important transporters in DDI revealed by our study are mainly in two categories: ATP-binding cassette (ABC) transporters, such as ATP-binding cassette sub-family G member 2 (ABCG2, BCRP), bile salt export pump (BSEP) and Multidrug Resistance Protein 1 (ABCB1, MDR1, P-gp), and solute carrier family (SLC) transporters, such as solute carrier family 22 member 2 (SLC22A2, OCT2) and solute carrier organic anion transporter family 1B1 (SLCO1B1, OATP1B1). A systematic review on membrane transporters in drug development has pointed out that these transporters have a role in clinical DDI36. For instance, P-gp distributed in intestine, kidney proximal tubule, liver and blood brain barrier can export a wide range of drugs, such as cyclosporine, doxorubicin, digoxin and loperamide. The role of P-gp in absorption, distribution and excretion makes it to have a high potential to cause DDI. Another transporter, BSEP, mainly located in hepatocytes and responsible for drug excretion, has median β coefficient around 4.5, which indicates its prominent importance in DDI as well.

Key Enzymes

Phase I metabolizing enzymes such as Cytochromes P450 (CYPs) have long been perceived as a key factor in DDI37. It is reported that in liver, a major organ for drug metabolism, the highest expressed CYP isoforms include CYP1A2, CYP2C8, CYP2C9, CYP2E1 and CYP3A4, which are all manifested in the identification results38. Other isoform such as CYP2B6, which demonstrates clinical significance in recent years, is also captured39. Several phase II metabolizing enzymes such as UDP-glucuronosyltransferases (UGT), including UGT1-1, UGT1-9 and UGT2B7, have median β coefficients higher than 2, indicating a non-negligible role that they play in DDI. Unlike CYP mediating oxidation reactions, UGTs mainly catalyze conjugation reactions. For example, UGT2B7 converts codeine, an opioid anagesic, into codeine 6-glucuronide, a major active metabolite responsible for 60% analgesic effect of codeine40. Meanwhile, methadone, a medication to treat opioid use disorder, can inhibit UGT2B7 and substantially reduce the plasma concentration of codeine 6-glucuronide to form a DDI with codeine41.

Key Targets

Identified targets mainly include the following categories: 1) 5-hydroxytryptamine (5-HT) receptors (a.k.a serotonin receptors) and sodium-dependent serotonin transporters (a.k.a., serotonin transporter, SERT) which are the targets for many antidepressant medications, 2) adrenergic receptors which correspond to adrenergic drugs, 3) dopamine receptors whose targeted drugs are mainly used to treat Parkinson’s disease, 4) opioid receptors which are the targets for opioid drugs, 5) GABA-A receptors whose agonists include benzodiazepines, 6) muscarinic acetylcholine receptors (a.k.a cholinergic receptors) which correspond to antispasmodic drugs, and 7) prostaglandin G/H synthases (a.k.a., Cyclooxygenases, COX) which are the targets for non steroidal anti-inflammatory drugs (NSAIDs).

Among the 64 identified pharmacological components, 50% of them are targets. There are two reasons why drug targets consists of the major group. First, there is a large number of features in the Target group. Secondly, PD DDI mediated by drug targets exist more widely than PK DDI, because target agonists or antagonists directly strengthen or weaken their therapeutic effect making PD DDI more likely to be detected. On the contrary, PK DDI mediated by carriers, transporters and enzymes can lead to concentration variations, which, however, may not necessarily exert a noticeable PD effect.

3.3. Insights for DDI Study

Two cases studies are conducted to generate insights for DDI studies.

Trending Pharmacological Components Group in DDI

We aggregate all the identified pharmacological components by the four groups, i.e., Carrier, Transporter, Enzyme and Target (Figure 6), where the unpaired two-samples t-test is used to compare whether there is statistically significant difference between different groups with regard to the β coefficients.

Figure 6:

Figure 6:

Comparison of Coefficients in Different Pharmacological Components Groups

Target is the most influential group in DDI, with β coefficients significantly higher than the other three groups (p > 0.0001). On the contrary, Carrier is the least important group which has statistically lower coefficients than the other three groups (p > 0.0001). For Enzyme and Transporter, Transporter has slightly higher coefficients than Enzyme with statistical significance (p > 0.001), which demonstrates that drug transporters can contribute to DDI equally as enzymes. Interestingly, it is not until in recent years that the significance of transporters has been well addressed by researchers 36. Our findings can be corroborated by the current DDI study trends.

Novel Measure beyond Amount and Activity

We extract all CYP isoforms and their corresponding coefficients over 30 repeats. Since all CYP isoforms occur in each repeat resulting in sample size at 30, the unpaired two-samples t-test is used to examine the statistical significance (Figure 7). CYP2A6, CYP2D6 and CYP1A2 with coefficients of no statistically significant differences are identified to be the most important CYP isoforms in DDI, closely followed by CYP2C9 > CYP3A4 > CYP2C8 > CYP3A5 > CYP2C19 > CYP2B6 > CYP2E1 > CYP1A1 > CYP3A7.

Figure 7:

Figure 7:

Comparison of Different CYP Isoforms Coefficients (Mean ± 95% CI, N = 30)

In traditional DDI studies, the amount and activity of CYP isoforms measured via in vitro experiments provides prior knowledge to predict the importance of different CYP isoforms in drug metabolism and DDI 38. In our study, feature importance can also act as a novel measure for DDI potential and allows evaluation of the CYP isoforms directly from a DDI-centered perspective.

4. Discussion

Traditional routine DDI studies such as wet-lab experiments often require broad knowledge on pharmacological components. Due to the high study cost and long experimental duration, it is infeasible to perform experiments on all pharmacological components. Identification of most relevant carriers, transporters, enzymes and targets is critical in wet-lab studies.

Different from other informatics-based DDI studies, our study focus on utilizing large-scale information on DDI to generate insights and boost wet-lab study efficiency. In order to answer the question “which pharmacological components are most relevant to DDI”, we conduct an informatics-based DDI study to demystify the underlying key carriers, enzymes, targets and transporters in DDI. A machine-learning methodology based on classification and feature selection is developed to identify key pharmacological components and strong literature evidence supports our findings. Furthermore, by exploiting logistic regression, a classifier with interpretable feature coefficients, the importance of the key components is also quantified, which can act as a novel and direct DDI-oriented measure to evaluate the pharmacological components.

Our approach is not without its limitations. First, the nature of interaction between the drug and the pharmacological component is not considered. At this stage, we only take into account whether a drug interacts with a specific pharmacological component. In the current feature engineering process, we do not capture how a drug induces or inhibits the pharmacological component, or if the drug is merely a substrate. The relationship between a drug and its corresponding pharmacological component will be further explored. Secondly, DrugBank may not have the most complete DDI information, and we will explore other potential data sources. In the future, in addition to the logistic regression classifier, we will also explore deep learning classifiers, in particular those with interpretable capability.

5. Conclusion

In this paper, we use an informatics-based approach to study which pharmacological components are most relevant to DDI. We identify a list of key pharmacological components including 2 carriers, 15 transporters, 15 enzymes and 32 targets. The quantified importance of these components in DDI in our study is consistent with current DDI study trends and acts as a novel measure for pharmacological components from a DDI-oriented perspective.

References

  • 1.Tatonetti Nicholas P, Fernald Guy Haskin, Altman Russ B. A novel signal detection algorithm for identifying hidden drug-drug interactions in adverse event reports. Journal of the American Medical Informatics Association. 2011;19(1):79–85. doi: 10.1136/amiajnl-2011-000214. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Shehab Nadine, Lovegrove Maribeth C, Geller Andrew I, Rose Kathleen O, Weidle Nina J, Budnitz Daniel S. Us emergency department visits for outpatient adverse drug events, 2013-2014. The Journal of the American Medical Association. 2016;316(20):2115–2125. doi: 10.1001/jama.2016.16201. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Maher Robert L, Hanlon Joseph, Hajjar Emily R. Clinical consequences of polypharmacy in elderly. Expert Opinion on Drug Safety. 2014;13(1):57–65. doi: 10.1517/14740338.2013.827660. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Health United States 2017. With special feature on mortality. National Center for Health Statistics (US and others) 2018 [PubMed] [Google Scholar]
  • 5.Ferdousi Reza, Safdari Reza, Omidi Yadollah. Computational prediction of drug-drug interactions based on drugs functional similarities. Journal of Biomedical Informatics. 2017;70:54–64. doi: 10.1016/j.jbi.2017.04.021. [DOI] [PubMed] [Google Scholar]
  • 6.Huang S-M, Temple R, Throckmorton DC, Lesko LJ. Drug interaction studies: study design, data analysis, and implications for dosing and labeling. Clinical Pharmacology & Therapeutics. 2007;81(2):298–304. doi: 10.1038/sj.clpt.6100054. [DOI] [PubMed] [Google Scholar]
  • 7.Karlgren Maria, Ahlin Gustav, Bergström Christel AS, Svensson Richard, Palm Johan, Artursson Per. In vitro and in silico strategies to identify oatp1b1 inhibitors and predict clinical drug–drug interactions. Pharmaceutical Research. 2012;29(2):411–426. doi: 10.1007/s11095-011-0564-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Lehr Thorsten, Staab Alexander, Trommeshauser Dirk, Schaefer Hans Guenter, Kloft Charlotte. Semi-mechanistic population pharmacokinetic drug-drug interaction modelling of a long half-life substrate and itraconazole. Clinical Pharmacokinetics. 2010;49(1):53–66. doi: 10.2165/11317210-000000000-00000. [DOI] [PubMed] [Google Scholar]
  • 9.Varma Manthena VS, Lai Yurong, Kimoto Emi, Goosen Theunis C, El-Kattan Ayman F, Kumar Vikas. Mechanistic modeling to predict the transporter-and enzyme-mediated drug-drug interactions of repaglinide. Pharmaceutical Research. 2013;30(4):1188–1199. doi: 10.1007/s11095-012-0956-5. [DOI] [PubMed] [Google Scholar]
  • 10.Zhu Xiao, Deng Jianyuan, Zuo Zhong, Lam Tai Ning. An agent-based approach to dynamically represent the pharmacokinetic properties of baicalein. The AAPS journal. 2016;18(6):1475–1488. doi: 10.1208/s12248-016-9955-5. [DOI] [PubMed] [Google Scholar]
  • 11.Deng Jianyuan, Jhandey Anika, Zhu Xiao, Yang Zhibo, Fu Kin, Yik Patrick, Zuo Zhong, Lam Tai Ning. In silico drug absorption tract: An agent-based biomimetic model for human oral drug absorption. PLoS ONE. 2018;13(8):e0203361. doi: 10.1371/journal.pone.0203361. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Marsousi Niloufar, Desmeules Jules A, Rudaz Serge, Daali Youssef. Prediction of drug-drug interactions using physiologically-based pharmacokinetic models of cyp450 modulators included in simcyp software. Biopharmaceutics & Drug Disposition. 2018;39(1):3–17. doi: 10.1002/bdd.2107. [DOI] [PubMed] [Google Scholar]
  • 13.Boyce Richard, Gardner Gregory, Harkema Henk. Using natural language processing to identify pharmacokinetic drug-drug interactions described in drug package inserts; Proceedings of the 2012 Workshop on Biomedical Natural Language Processing; 2012. pp. 206–213. Association for Computational Linguistics. [Google Scholar]
  • 14.Pathak Jyotishman, Kiefer Richard C, Chute Christopher G. Using linked data for mining drug-drug interactions in electronic health records. Studies in Health Technology and Informatics. 2013;192:682. [PMC free article] [PubMed] [Google Scholar]
  • 15.Yang Haodong, Yang Christopher C. Mining a weighted heterogeneous network extracted from healthcare-specific social media for identifying interactions between drugs; 2015 IEEE International Conference on Data Mining Workshop (ICDMW); 2015. pp. 196–203. IEEE. [Google Scholar]
  • 16.Kolchinsky Artemy, Lourenço Anália, Wu Heng-Yi, Li Lang, Rocha Luis M. Extraction of pharmacokinetic evidence of drug–drug interactions from the literature. PLoS ONE. 2015;10(5):e0122199. doi: 10.1371/journal.pone.0122199. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Lorberbaum Tal, Sampson Kevin J, Woosley Raymond L, Kass Robert S, Tatonetti Nicholas P. An integrative data science pipeline to identify novel drug interactions that prolong the qt interval. Drug Safety. 2016;39(5):433–441. doi: 10.1007/s40264-016-0393-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Lim Sangrak, Lee Kyubum, Kang Jaewoo. Drug drug interaction extraction from the literature using a recursive neural network. PLoS ONE. 2018;13(1):e0190926. doi: 10.1371/journal.pone.0190926. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Sun Xia, Dong Ke, Ma Long, Sutcliffe Richard, He Feijuan, Chen Sushing, Feng Jun. Drug-drug interaction extraction via recurrent hybrid convolutional neural networks with an improved focal loss. Entropy. 2019;21(1):37. doi: 10.3390/e21010037. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Tari Luis, Anwar Saadat, Liang Shanshan, Cai James, Baral Chitta. Discovering drug–drug interactions: a text-mining and reasoning approach based on properties of drug metabolism. Bioinformatics. 2010;26(18):i547–i553. doi: 10.1093/bioinformatics/btq382. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Gottlieb Assaf, Stein Gideon Y, Oron Yoram, Ruppin Eytan, Sharan Roded. Indi: a computational framework for inferring drug interactions and their associated recommendations. Molecular Systems Biology. 2012;8(1) doi: 10.1038/msb.2012.26. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Vilar Santiago, Harpaz Rave, Uriarte Eugenio, Santana Lourdes, Rabadan Raul, Friedman Carol. Drug—drug interaction through molecular structure similarity analysis. Journal of the American Medical Informatics Association. 2012;19(6):1066–1074. doi: 10.1136/amiajnl-2012-000935. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Guimera Roger, Sales-Pardo Marta. A network inference method for large-scale unsupervised identification of novel drug-drug interactions. PLoS Computational Biology. 2013;9(12):e1003374. doi: 10.1371/journal.pcbi.1003374. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Huang Jialiang, Niu Chaoqun, Green Christopher D, Yang Lun, Mei Hongkang, Han Jing-Dong J. Systematic prediction of pharmacodynamic drug-drug interactions through protein-protein-interaction network. PLoS Computational Biology. 2013;9(3):e1002998. doi: 10.1371/journal.pcbi.1002998. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Cheng Feixiong, Zhao Zhongming. Machine learning-based prediction of drug–drug interactions by integrating drug phenotypic, therapeutic, chemical, and genomic properties. Journal of the American Medical Informatics Association. 2014;21(e2):e278–e286. doi: 10.1136/amiajnl-2013-002512. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Zhang Ping, Wang Fei, Hu Jianying, Sorrentino Robert. Label propagation prediction of drug-drug interactions based on clinical side effects. Scientific Reports. 2015;5:12339. doi: 10.1038/srep12339. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Sridhar Dhanya, Fakhraei Shobeir, Getoor Lise. A probabilistic approach for collective similarity-based drug–drug interaction prediction. Bioinformatics. 2016;32(20):3175–3182. doi: 10.1093/bioinformatics/btw342. [DOI] [PubMed] [Google Scholar]
  • 28.Fokoue Achille, Sadoghi Mohammad, Hassanzadeh Oktie, Zhang Ping. European Semantic Web Conference. Springer; 2016. Predicting drug-drug interactions through large-scale similarity-based link prediction; pp. 774–789. [Google Scholar]
  • 29.Liu Lili, Chen Lei, Zhang Yu-Hang, Wei Lai, Cheng Shiwen, Kong Xiangyin, Zheng Mingyue, Huang Tao, Cai Yu-Dong. Analysis and prediction of drug–drug interaction by minimum redundancy maximum relevance and incremental feature selection. Journal of Biomolecular Structure and Dynamics. 2017;35(2):312–329. doi: 10.1080/07391102.2016.1138142. [DOI] [PubMed] [Google Scholar]
  • 30.Zhang Wen, Chen Yanlin, Liu Feng, Luo Fei, Tian Gang, Li Xiaohong. Predicting potential drug-drug interactions by integrating chemical, biological, phenotypic and network data. BMC Bioinformatics. 2017;18(1):18. doi: 10.1186/s12859-016-1415-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Kastrin Andrej, Ferk Polonca, Leskošek Brane. Predicting potential drug-drug interactions on topological and semantic similarity features using statistical learning. PLoS ONE. 2018;13(5):e0196865. doi: 10.1371/journal.pone.0196865. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Ryu Jae Yong, Kim Hyun Uk, Lee Sang Yup. Deep learning improves prediction of drug–drug and drug–food interactions. Proceedings of the National Academy of Sciences. 2018;115(18):E4304–E4311. doi: 10.1073/pnas.1803294115. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Wishart David S, Feunang Yannick D, Guo An C, Lo Elvis J, Marcu Ana, Grant Jason R, Sajed Tanvir, Johnson Daniel, Li Carin, Sayeeda Zinat, et al. Drugbank 5.0: a major update to the drugbank database for 2018. Nucleic Acids Research. 2017;46(D1):D1074–D1082. doi: 10.1093/nar/gkx1037. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.Zhu Lili, Yang Feng, Chen Liqing, Meehan Edward J, Huang Mingdong. A new drug binding subsite on human serum albumin and drug–drug interaction studied by x-ray crystallography. Journal of Structural Biology. 2008;162(1):40–49. doi: 10.1016/j.jsb.2007.12.004. [DOI] [PubMed] [Google Scholar]
  • 35.Huang Zeqi, Ung Thao. Effect of alpha-1-acid glycoprotein binding on pharmacokinetics and pharmacodynamics. Current Drug Metabolism. 2013;14(2):226–238. [PubMed] [Google Scholar]
  • 36.Giacomini Kathleen M, Huang Shiew-Mei, Tweedie Donald J, Benet Leslie Z, Brouwer Kim LR, Chu Xiaoyan, Dahlin Amber, Evers Raymond, Fischer Volker, Hillgren Kathleen M, et al. Membrane transporters in drug development. Nature Reviews Drug discovery. 2010;9(3):215. doi: 10.1038/nrd3028. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Peter Guengerich F. In Advances in Pharmacology. volume 43. Elsevier; 1997. Role of cytochrome p450 enzymes in drug-drug interactions; pp. 7–35. [DOI] [PubMed] [Google Scholar]
  • 38.Zanger Ulrich M, Schwab Matthias. Cytochrome p450 enzymes in drug metabolism: regulation of gene expression, enzyme activities, and impact of genetic variation. Pharmacology &; Therapeutics. 2013;138(1):103–141. doi: 10.1016/j.pharmthera.2012.12.007. [DOI] [PubMed] [Google Scholar]
  • 39.Zanger Ulrich M, Klein Kathrin. Pharmacogenetics of cytochrome p450 2b6 (cyp2b6): advances on polymorphisms, mechanisms, and clinical relevance. Frontiers in Genetics. 2013;4:24. doi: 10.3389/fgene.2013.00024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40.Srinivasan V, Wielbo D, Tebbett IR. Analgesic effects of codeine-6-glucuronide after intravenous administration. European Journal of Pain. 1997;1(3):185–190. doi: 10.1016/s1090-3801(97)90103-8. [DOI] [PubMed] [Google Scholar]
  • 41.Gelston Eloise A, Coller Janet K, Lopatko Olga V, James Heather M, Schmidt Helmut, White Jason M, Somogyi Andrew A. Methadone inhibits cyp2d6 and ugt2b7/2b4 in vivo: a study using codeine in methadone- and buprenorphine-maintained subjects. British Journal of Clinical Pharmacology. 2012;73(5):786–794. doi: 10.1111/j.1365-2125.2011.04145.x. [DOI] [PMC free article] [PubMed] [Google Scholar]

Articles from AMIA Summits on Translational Science Proceedings are provided here courtesy of American Medical Informatics Association

RESOURCES