Skip to main content

In silico drug combination discovery for personalized cancer therapy

Abstract

Background

Drug combination therapy, which is considered as an alternative to single drug therapy, can potentially reduce resistance and toxicity, and have synergistic efficacy. As drug combination therapies are widely used in the clinic for hypertension, asthma, and AIDS, they have also been proposed for the treatment of cancer. However, it is difficult to select and experimentally evaluate effective combinations because not only is the number of cancer drug combinations extremely large but also the effectiveness of drug combinations varies depending on the genetic variation of cancer patients. A computational approach that prioritizes the best drug combinations considering the genetic information of a cancer patient is necessary to reduce the search space.

Results

We propose an in-silico method for personalized drug combination therapy discovery. We predict the synergy between two drugs and a cell line using genomic information, targets of drugs, and pharmacological information. We calculate and predict the synergy scores of 583 drug combinations for 31 cancer cell lines. For feature dimension reduction, we select the mutations or expression levels of the genes in cancer-related pathways. We also used various machine learning models. Extremely Randomized Trees (ERT), a tree-based ensemble model, achieved the best performance in the synergy score prediction regression task. The correlation coefficient between the synergy scores predicted by ERT and the actual observations is 0.738. To compare with an existing drug combination synergy classification model, we reformulate the problem as a binary classification problem by thresholding the synergy scores. ERT achieved an F1 score of 0.954 when synergy scores of 20 and -20 were used as the threshold, which is 8.7% higher than that obtained by the state-of-the-art baseline model. Moreover, the model correctly predicts the most synergistic combination, from approximately 100 candidate drug combinations, as the top choice for 15 out of the 31 cell lines. For 28 out of the 31 cell lines, the model predicts the most synergistic combination in the top 10 of approximately 100 candidate drug combinations. Finally, we analyze the results, generate synergistic rules using the features, and validate the rules through the literature survey.

Conclusion

Using various types of genomic information of cancer cell lines, targets of drugs, and pharmacological information, a drug combination synergy prediction pipeline is proposed. The pipeline regresses the synergy level between two drugs and a cell line as well as classifies if there exists synergy or antagonism between them. Discovering new drug combinations by our pipeline may improve personalized cancer therapy.

Background

Researchers have been working for years to develop new cancer drugs with “one drug, one target, one disease” strategy. However, the discovery and approval of new molecular entities has been on the decline in the pharmaceutical industry [1]. According to the Biotechnology Innovation Organization’s 2016 report, the success rate of new drug development in oncology between 2006 and 2015 was 5.1%, the lowest among 14 major diseases while the overall average was 9.6% [2]. Cancer is a complex disease in which various molecules interact; the networks formed by interactions are robust, redundant, and compensatory [3]. When cancer is treated with a single drug that targets a specific molecule, the cancer tries to discover bypasses in the networks and finds alternative cancer addicted pathways to evade apoptosis or proliferate [4]. Thus, it is difficult to develop a sustainable targeted cancer drug.

Drug combination therapy, which is considered as an alternative to single drug therapy, can potentially reduce resistance and toxicity, and have synergistic effects [5]. As drug combination therapies are widely used in clinics for hypertension, asthma, and AIDS, they have also been proposed for treating cancer. Since MOPP(Mechlorethamine, Oncovin, Procarbazine, Prednisone) has been used for Hodgkin’s lymphoma in the 1960s, more than 50 drug combination therapies have been approved by the FDA. For example, the combination of vemurafenib, which targets BRAF, and cobimetinib, which targets MAP2K1, was approved by the FDA in 2015 for use in treating BRAF mutated melanoma.

However, it is difficult to select and experimentally evaluate effective combinations because the number of cancer drug combinations is extremely large. The number of FDA-approved cancer drugs is more than 200. Combining two drugs will result in at least 19,900 combinations. Since several thousands of chemical compounds are used in clinical trials, the number of combinations to be tested will be in the millions. If we are combining three or more drugs, the number will increase exponentially.

Moreover, it is assumed that drug combination therapy will always be better than a single drug treatment, but it may have synergistic or antagonistic effects depending on the genetic variation of a person [6]. Therefore, it is necessary to consider the genetic characteristics of a patient when using drug combination therapy. Genetic variation makes it more difficult to generate biological hypotheses and experimentally discover effective drug combinations.

For this reason, an efficient computational approach that prioritizes the best synergistic drug combinations while considering a cancer patient’s genetic information is necessary. Many computational methods have been developed to find effective personalized drug combination therapies. As this problem is important, a community based-competition called the DREAM Challenge was launched to help generate drug combination prediction models [7]. Although various models have been proposed for the DREAM Challenge, the models are insufficient for making a scalable prediction system for various cell lines and drug combinations using drug screening data of 14 drugs on the OCI-LY3 DLBCL cell line.

There are various machine learning-based approaches. A sensitivity-based approach [8] uses drug-response data on BRAF mutant melanoma cancer cell lines and employs a classification model that predicts synergistic drug combinations. Since this classification model uses only the BRAF mutant melanoma cell lines, it is difficult to generalize to all cancer types. It also cannot rank synergistic drug combinations. Drug target- or kinase inhibition profile-based approaches [9, 10] find potential combinational targets based on individual drug effects. Matlock et al. attempted to find effective and less toxic combinational targets using drug sensitivity data of cancer cell lines and normal cells. The method by Matlock et al. is based on calculating the effectiveness probability of combinational targets using a drug’s effect on the cell and the target information of the drug. However, to employ these approaches, we should know the effects of drugs including unintended off-target effects that are difficult to obtain. Moreover, there may not exist any drug known to target the combinational targets suggested by these systems. Network-based modeling [1113] uses cancer pathways or drug-target networks for discovering drug combinations. Unlike the other models, network-based models can be utilized to hypothesize intervention mechanisms because the models are based on prior knowledge such as molecular interaction networks and drug-target networks. However, the accuracy of the models can be lowered by the existing networks’ limited coverage. Although many studies have been proposed to find effective drug combinations, the studies are either limited to specific cancer types [8], require comprehensive off-target information [9, 10], or are based on incomplete prior knowledge [1113], making it difficult to perform scalable computational drug combination prediction using high-throughput drug screening data.

To address these problems, we propose an in-silico method that uses unbiased high-throughput drug screening data for personalized synergistic drug combination therapy discovery for the treatment of cancer. Our machine learning models use the genomic information of cancer cell lines from various cancer types, regress the synergy level between two drugs and a cell line as well as classify whether there exists synergism or antagonism between them, and make synergistic rules for predicting the synergism of drug combinations using the features. The source code will be available at http://infos.korea.ac.kr/dcpipe/.

Methods

Approach

We constructed a personalized drug combination synergy prediction pipeline and Fig. 1 shows how our pipeline works with an example data. Synergy in the pipeline is defined as a synergy score quantified using a tool called Combenefit [14]. We used genomic information such as gene expression, mutation, and copy number variation data of cell lines from various unbiased cancer types, and target information of cancer drugs to predict synergy scores. In addition, single drug response data and synthetic lethality data are used as well.

Fig. 1
figure 1

a Reformatted experimental data from O‘Neil’s dataset for analyzing by Combenefit. b Synergy scores calculated by Combenefit. c For predicting synergy scores, each sample is vectorized. The vector contains drug targets, genomic information of a cell line, pharmacological data, and other external knowledge such as synthetic lethality. d and e Predicted synergy scores calculated using various machine learning models. Pearson correlation coefficient and F1 score were used as the evaluation metrics for the regression models and classification models, respectively

The high dimensionality problem of the feature space was the main difficulty when constructing a model to predict synergism. The number of genomic features such as mutations and expressions of more than 10,000 genes should be reduced to a much smaller size. To address this, we reduce the feature dimensions by using only the mutations or expression levels of the genes in cancer-related pathways. Finally, the features for each sample are represented as a 1,028-dimensional vector.

We use various machine learning models including linear regression, RBF(Radial Basis Function) kernel-based ridge regression, random forest, and so on and compare them. We analyze the results and make synergistic rules for predicting the synergism of drug combinations using the features.

Datasets

We use O’Neil’s high-throughput drug combination screening data [15]. This data contains 23,052 experimental results for 583 drug combinations and 39 cancer cell lines. Each experiment consists of a 5 by 5 matrix of drug concentrations. Unlike other high-throughput screening data, this data includes unbiased cell lines from various sites, such as breast, lung, and colon. Drugs are also unbiased; for example, some drugs are FDA-approved, chemical compounds used in clinical trials, chemotherapy drugs, or targeted therapy drugs. We used only 31 cell lines whose genomic profiles are publicly available and only 16,575 experimental data samples excluding duplicates.

For evaluating machine learning models, whole samples were randomly divided into a training set and a test set at a ratio of 80:20. The samples in the training set were randomly divided into five equal-sized subsamples and used as 5-fold cross-validation sets. The cross-validation sets are used to decide hyperparameters for machine learning models.

Synergy score calculation

We employed a tool called Combenefit [14] to quantify the synergy level between two drugs and a cancer cell line using dose-response data. Combenefit enables model-based quantification of drug combinations by comparing additive and actual effect for given dose-response data as shown in Fig. 1b. This tool calculates the difference between the Loewe model-based expected additive effect and the actual effect of the drug combination. We call this difference value a synergy score. If the actual effect of a drug combination is greater than the additive effect, the synergy score is greater than zero. Otherwise, it is less than zero. A higher synergy score denotes greater synergy of the corresponding drug combination. As shown in Fig. 2, the average synergy score of 16,575 samples is about 4.52 and the standard deviation is 20.65. The synergy scores obtained using Combenefit are target variables in the regression model in our pipeline. The regression model that predicts the synergy scores is the drug combination synergy prediction model.

Fig. 2
figure 2

Synergy Score Distribution. The average synergy score of 16,575 samples is 4.52 and the standard deviation is 20.65

Features

A sample consisting of a cell line and two drugs is represented as a feature vector. The vector contains genomic information of the cell line and target information of the drugs. Other information such as pharmacological experimental results of the cell line and the drugs is also included in the vector. A detailed description of the features follows.

Genomics

Information of gene mutations, gene expression, and copy number variations for 31 cell lines among 39 cell lines in the dataset from O‘Neil was obtained from COSMIC [16]. A high dimensionality problem exists because of the large number of genes in the dataset. Therefore, we select genes in cancer-related pathways. cBioPortal [17] defines 14 gene sets consisting of cancer-related pathways such as DNA damage response or RTK signaling pathways. We use only the mutations, expression levels, and copy number variations of the genes in the gene sets. For mutations, if there is an amino acid variation in the gene, the variation is marked as 1 in the feature vector. The normalized expression levels are marked in the feature vector. For copy number variations, each gene is divided into two features: amplification and deletion. Amplification and deletion are marked as binary.

Targets

A total number of 56 drug targets of 38 drugs in the dataset were obtained from DrugBank [18] and GDSC [19]. Targets of two drugs in a sample are marked as 1.

Mono-therapy

Mono-therapy information about drug effects on cell lines is used. IC50 is the half maximal inhibitory concentration. Drug Sensitivity Score (DSS) [20] calculates the area under the IC50 plot. Einf is the effect observed when an infinite amount of a drug used. We use the sum and difference of these values of two drugs.

Addition score

The addition score indicates the additive effects between two drugs using only the mono-therapy response data of the two drugs (excluding the actual observations of combination responses). We calculate the addition score by comparing the Loewe additive effect of the two drugs with the non-drug effect as shown in the additive response plot in Fig. 1b. Addition scores were also calculated using Combenefit.

Mean/median synergy scores of similar samples

We assumed that the average synergy score of the samples in the training set containing the same cell line or the same drug combination as the test sample would be helpful for predicting the synergy score of a sample in the test set. For example, we hypothesize that the average synergy score of the samples in the training set that contains the cell line HT29 would be helpful for determining whether the drug combination AZD1775 and MK-8776, and the cell line HT29 in the test set are synergistic. Likewise, we hypothesize that for the same test sample, the average synergy score of the training samples containing AZD1775 and MK-8776 would be helpful for predicting the synergism of the test sample. To capture this, we sub-grouped the samples in the training set by cell line or drug combination, and used the mean and median values of their synergy scores as features of the given sample. For the sample with the drug combination AZD1775 and MK-8776, and the cell line HT29, the mean and median synergy scores of the following samples are obtained: samples with HT29, samples with either AZD1775 or MK-8776 (i.e., sharing at least one drug with the given sample), samples with both AZD1775 and MK-8776, samples with either AZD1775 or MK-8776, and HT29 (i.e., sharing at least one drug and the cell line). This is intended to capture some inherent pharmacological similarities among drugs and cell lines.

Synthetic lethality

Synthetic lethality occurs when perturbations such as mutations, malfunctions, or inhibitions of two genes lead to cell death. SynLethDB [21] is a comprehensive database of over 20,000 synthetic lethality gene pairs from various types of sources such as biomedical literature and databases, and provides the confidence scores of the pairs. We use this information to determine how many synthetic lethality pairs occur in a sample. For each sample, we sum the confidence scores of the pairs when one of the two genes is perturbed and the rest of the gene is targeted by drugs.

Results and discussion

We evaluate the machine learning models on both the regression and classification tasks. In the regression task, the models are trained to predict the synergy scores of samples, and in the classification task, the models are trained to classify samples into the following two groups: synergism or antagonism.

Regression

We use the Pearson correlation coefficient to evaluate the performance of all the machine learning models used for our pipeline. We have trained a variety of machine learning models. For the hyperparameter optimization of each model, we use a grid search to find hyperparameters that maximize the 5-fold cross-validation performance. For example, for a regularized coefficient for a kernel-based ridge regression model or a C value for an SVM model, we performed a grid search over exponentially increasing values from 0.0001 to 1 or 0.0001 to 100. Then each model is trained on the training set with the specified hyperparameters and evaluated on the test set for performance measurement.

We use linear and nonlinear machine learning models. The models are implemented using scikit-learn [22] which is a machine learning package in Python. Table 1 shows the correlation coefficient between the observed values and predicted values of each model. Overall, the performance of linear models is clearly lower than that of nonlinear models; however, the performance difference between nonlinear models is small. The Extremely Randomized Trees (ERT) model [23], which is a tree-based ensemble model, obtains the highest correlation coefficient of 0.738.

Table 1 Prediction Evaluation (correlation coefficient)

ERT model’s basic structure is similar to that of Random Forest in which every tree uses a randomly selected subset of samples as well as a randomly selected subset of features, whereas a tree in ERT model selects a random feature from the subset of features rather than the most discriminant feature when branching. We believe that the ERT model outperforms the others for the following reasons: ERT model’s extreme randomness introduced by the random subsampling of samples and features, and the random feature selection during the branching. This randomness helps reduce the variance of the model. The reduced variance, in turn, makes the model more robust in dealing with noisy data such as our high-throughput experimental drug screening data.

In addition, we collected only samples whose synergy were predicted to be very small (e.g., < -10) or large (e.g., >10). We computed the performance of the models only for the samples and reported the results in Table 1 (column 3 to 5). The correlation coefficient of the samples that are predicted to be greater than 20 or less than -20 by Random Forest is 0.827. All the models achieve better performance on the samples with larger or smaller predicted values, which means that our models are suitable for predicting synergism or antagonism.

Figure 3 shows a plot of the observed synergy scores and the predicted synergy scores computed by the Extremely Randomized Trees model. In addition, Table 2 shows the correlation coefficient for each cell line computed by the model. The most predictable cell line is RPMI7951 and the least predictable cell line is NCIH23. Column 4 in Table 2 shows the most synergistic drug combination for each cell line in the test set. The most synergistic drug combinations are computed from real observations in O’Neil’s data. Column 5 shows the rank of the combination predicted by our model. Our model correctly predicts the most synergistic combination, from approximately 100 candidate drug combinations, as the top choice for 15 out of the 31 cell lines. For 28 out of the 31 cell lines, our model predicts the most synergistic combination in the top 10 among approximately 100 drug combinations.

Fig. 3
figure 3

Observation and prediction values obtained by the Extremely Randomized Trees model (correlation coefficient is 0.738)

Table 2 Correlation coefficients of 31 cell lines calculated by the Extremely Randomized Trees model

Classification

To compare our model with an existing drug combination synergy classification model, we reformulate the problem as a binary classification problem by thresholding the synergy scores. If a synergy score is greater than the upper threshold, it is classified as a positive class. If the value is less than the lower threshold, it is classified as a negative class; otherwise, it is dropped. After generating classification models using the classified samples, the F1 score is used to evaluate the models. F1 score is defined as the harmonic mean of precision and recall, i.e., F1 = 2 ×precision×recall/(precision+recall), where precision=true positives/(true positives + false positives) and recall=true positives/(true positives+false negatives). F1 score is one of the standard metrics for evaluating a classifier’s performance. F1 score is commonly used when the target classes are imbalanced. In our dataset, 10,392 samples have synergy scores of greater than 0 (positive class) and 6,183 samples have synergy scores of less than 0 (negative class). Therefore, we used the F1 score to evaluate the performance of the classification models.

Table 3 shows the F1 score of each model by thresholding the synergy scores. The Extremely Randomized Trees model achieves the highest F1 score of 0.954 with a threshold of ±20. As the threshold increases, performance tends to improve. The Extremely Randomized Trees model achieves the best performance for the thresholds of 0, ±15, and ±20. Compared with the baseline model [8], our pipeline based on the Extremely Randomized Trees model improves the performance by 8.7%.

Table 3 Prediction evaluation results (F1 score)

Synergistic rule generation: a qualitative analysis

In addition to the quantitative analysis of our pipeline’s performance, we also conducted a qualitative evaluation. For the qualitative evaluation, we use combinations of feature conditions and construct rules to predict synergism. Although the Extremely Randomized Trees model achieves the best performance, it randomly selects features when it splits, which makes it difficult to interpret the results. For this reason, we choose the Random Forest model because its results are easy to interpret. We extract frequent decision paths generated by the Random Forest model and inspect the paths for predicting synergism. We generate four potential synergistic rules from the paths and report them in Table 4.

Table 4 Synergistic rules

The most significant synergistic rule is about that a chemotherapy drug(represented as DNA) combined with an mTOR-targeting drug is synergistic when HES5 is underexpressed. The Random Forest model predicts samples that satisfy these constraints as synergy. The average synergy score of the positive samples (i.e., mTOR inhibitor + chemotherapy for cells with HES5 underexpression) is 23.055. Conversely, the average synergy score of the negative samples (i.e., mTOR inhibitor + chemotherapy for cells with no HES5 underexpression) is 8.651 which is 14.4 lower than the score of the positive samples (p-value= 1.3e−10). Down-regulation of HES5 indicates inactivated Notch signaling and results in sensitive response to a chemotherapy drug [24]. Inactivated Notch signaling is also involved in the down-regulation of mTOR [25]. Thus, it seems that the mTOR inhibitor and underexpressed HES5 enhance the efficacy of chemotherapy by double-blocking mTOR.

In Table 4, we report three more potential synergistic rules which we could not find supporting evidence from the literature. These rules can become hypotheses and can be verified by wet lab experiments. If validated, these synergistic rules would be used as potential biomarkers for new drug combination therapy. This suggests that our pipeline can generate hypotheses in a completely data-driven way. As more drug screening data accumulates, our pipeline can automatically find more plausible hypotheses for drug combination biomarkers.

Conclusion

Synergistic drug combinations are different for each cell line. Therefore, we proposed a computational pipeline for personalized synergistic drug combination therapy discovery using unbiased high-throughput drug screening data. We generated a 1,028-dimensional feature vector to represent a sample’s genomic information such as mutations and expressions of genes in cancer-related pathways, and pharmacological information. The tree-based ensemble models achieved the best regression and classification performance. The correlation coefficient for the regression was 0.738 and the F1 score for the classification was 0.954. We demonstrated that our proposed model can be applied to patient samples in place of cells when it is employed in a clinical setting. We showed that our model can predict and prioritize the best drug combinations for patients using their genomic information. Finally, we generated synergistic rules from the frequent paths of the Random Forest model and validated the rules by literature survey. With further experiments, the discovered rules can be tested for biomarkers of drug combination therapies.

References

  1. Scannell JW, Blanckley A, Boldon H, Warrington B. Diagnosing the decline in pharmaceutical r&d efficiency. Nat Rev Drug Discov. 2012; 11(3):191–200.

    Article  CAS  PubMed  Google Scholar 

  2. Clinical Development Success Rates 2006-2015. https://www.bio.org/sites/default/files/ClinicalDevelopmentSuccessRates2006-2015-BIO,Biomedtracker,Amplion2016.pdf. Accessed 30 Oct 2017.

  3. Huang H, Zhang P, Qu XA, Sanseau P, Yang L. Systematic prediction of drug combinations based on clinical side-effects. Sci Rep. 2014; 4:7160.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Al-Lazikani B, Banerji U, Workman P. Combinatorial drug therapy for cancer in the post-genomic era. Nat Biotechnol. 2012; 30(7):679–92.

    Article  CAS  PubMed  Google Scholar 

  5. Foucquier J, Guedj M. Analysis of drug combinations: current methodological landscape. Pharmacol Res perspect. 2015; 3(3):e00149.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Meng J, Dai B, Fang B, Bekele BN, Bornmann WG, Sun D, Peng Z, Herbst RS, Papadimitrakopoulou V, Minna JD, et al. Combination treatment with mek and akt inhibitors is more effective than each drug alone in human non-small cell lung cancer in vitro and in vivo. PloS ONE. 2010; 5(11):14124.

    Article  Google Scholar 

  7. Bansal M, Yang J, Karan C, Menden MP, Costello JC, Tang H, Xiao G, Li Y, Allen J, Zhong R, et al. A community computational challenge to predict the activity of pairs of compounds. Nat Biotechnol. 2014; 32(12):1213–22.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  8. Gayvert KM, Aly O, Platt J, Bosenberg MW, Stern DF, Elemento O. A computational approach for identifying synergistic drug combinations. PLoS Comput Biol. 2017; 13(1):1005308.

    Article  Google Scholar 

  9. Pal R, Berlow N. A kinase inhibition map approach for tumor sensitivity prediction and combination therapy design for targeted drugs. In: Biocomputing 2012. Singapore: World Scientific Publishing Co.: 2012. p. 351–62.

    Google Scholar 

  10. Matlock K, Berlow N, Keller C, Pal R. Combination therapy design for maximizing sensitivity and minimizing toxicity. BMC Bioinformatics. 2017; 18(4):116.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Wu Z, Zhao XM, Chen L. A systems biology approach to identify effective cocktail drugs. BMC Syst Biol. 2010; 4 Suppl 2:7.

    Article  Google Scholar 

  12. Chen D, Zhang H, Lu P, Liu X, Cao H. Synergy evaluation by a pathway-pathway interaction network: a new way to predict drug combination. Mol Biosyst. 2016; 12(2):614–23.

    Article  CAS  PubMed  Google Scholar 

  13. Huang L, Li F, Sheng J, Xia X, Ma J, Zhan M, Wong ST. Drugcomboranker: drug combination discovery based on target network analysis. Bioinformatics. 2014; 30(12):228–36.

    Article  Google Scholar 

  14. Di Veroli GY, Fornari C, Wang D, Mollard S, Bramhall JL, Richards FM, Jodrell DI. Combenefit: an interactive platform for the analysis and visualization of drug combinations. Bioinformatics. 2016; 32(18):2866–8.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. O’Neil J, Benita Y, Feldman I, Chenard M, Roberts B, Liu Y, Li J, Kral A, Lejnine S, Loboda A, et al. An unbiased oncology compound screen to identify novel combination strategies. Mol Cancer Ther. 2016; 15(6):1155–62.

    Article  PubMed  Google Scholar 

  16. Iorio F, Knijnenburg TA, Vis DJ, Bignell GR, Menden MP, Schubert M, Aben N, Gonçalves E, Barthorpe S, Lightfoot H, et al. A landscape of pharmacogenomic interactions in cancer. Cell. 2016; 166(3):740–54.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  17. Cerami E, Gao J, Dogrusoz U, Gross BE, Sumer SO, Aksoy BA, Jacobsen A, Byrne CJ, Heuer ML, Larsson E, et al. AACR. 2012.

  18. Law V, Knox C, Djoumbou Y, Jewison T, Guo AC, Liu Y, Maciejewski A, Arndt D, Wilson M, Neveu V, et al. Drugbank 4.0: shedding new light on drug metabolism. Nucleic Acids Res. 2013; 42(D1):1091–7.

    Article  Google Scholar 

  19. Yang W, Soares J, Greninger P, Edelman EJ, Lightfoot H, Forbes S, Bindal N, Beare D, Smith JA, Thompson IR, et al. Genomics of drug sensitivity in cancer (gdsc): a resource for therapeutic biomarker discovery in cancer cells. Nucleic Acids Res. 2012; 41(D1):955–61.

    Article  Google Scholar 

  20. Yadav B, Pemovska T, Szwajda A, Kulesskiy E, Kontro M, Karjalainen R, Majumder MM, Malani D, Murumägi A, Knowles J, et al. Quantitative scoring of differential drug sensitivity for individually optimized anticancer therapies. Sci Rep. 2014; 4:5193.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  21. Guo J, Liu H, Zheng J. Synlethdb: synthetic lethality database toward discovery of selective and sensitive anticancer drug targets. Nucleic Acids Res. 2016; 44(D1):1011–7.

    Article  Google Scholar 

  22. Pedregosa F, Varoquaux G, Gramfort A, Michel V, Thirion B, Grisel O, Blondel M, Prettenhofer P, Weiss R, Dubourg V, Vanderplas J, Passos A, Cournapeau D, Brucher M, Perrot M, Duchesnay E. Scikit-learn: Machine learning in Python. J Mach Learn Res. 2011; 12:2825–30.

    Google Scholar 

  23. Geurts P, Ernst D, Wehenkel L. Extremely randomized trees. Mach Learn. 2006; 63(1):3–42.

    Article  Google Scholar 

  24. Meng RD, Shelton CC, Li YM, Qin LX, Notterman D, Paty PB, Schwartz GK. γ-secretase inhibitors abrogate oxaliplatin-induced activation of the notch-1 signaling pathway in colon cancer cells resulting in enhanced chemosensitivity. Cancer Res. 2009; 69(2):573–82.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  25. Wang Z, Li Y, Banerjee S, Kong D, Ahmad A, Nogueira V, Hay N, Sarkar FH. Down-regulation of notch-1 and jagged-1 inhibits prostate cancer cell growth, migration and invasion, and induces apoptosis via inactivation of akt, mtor, and nf- κb signaling pathways. J Cell Biochem. 2010; 109(4):726–36.

    CAS  PubMed  Google Scholar 

Download references

Funding

Publication of this article was funded by the National Research Foundation of Korea (NRF-2016M3A9A7916996, NRF-2014M3C9A3063543 and NRF-2014R1A2A1A10051238).

Availability of data and materials

The source code will be available at http://infos.korea.ac.kr/dcpipe/.

About this supplement

This article has been published as part of BMC Systems Biology Volume 12 Supplement 2, 2018: Proceedings of the 28th International Conference on Genome Informatics: systems biology. The full contents of the supplement are available online at https://bmcsystbiol.biomedcentral.com/articles/supplements/volume-12-supplement-2.

Author information

Authors and Affiliations

Authors

Contributions

MJ and JK designed the model. MJ, SK, SP and HL implemented the models. MJ performed an additional analysis of the results and wrote this paper. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Jaewoo Kang.

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.

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 distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. 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.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Jeon, M., Kim, S., Park, S. et al. In silico drug combination discovery for personalized cancer therapy. BMC Syst Biol 12 (Suppl 2), 16 (2018). https://doi.org/10.1186/s12918-018-0546-1

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/s12918-018-0546-1

Keywords