Figures
Abstract
One of the main obstacles to the successful treatment of cancer is the phenomenon of drug resistance. A common strategy to overcome resistance is the use of combination therapies. However, the space of possibilities is huge and efficient search strategies are required. Machine Learning (ML) can be a useful tool for the discovery of novel, clinically relevant anti-cancer drug combinations. In particular, deep learning (DL) has become a popular choice for modeling drug combination effects. Here, we set out to examine the impact of different methodological choices on the performance of multimodal DL-based drug synergy prediction methods, including the use of different input data types, preprocessing steps and model architectures. Focusing on the NCI ALMANAC dataset, we found that feature selection based on prior biological knowledge has a positive impact—limiting gene expression data to cancer or drug response-specific genes improved performance. Drug features appeared to be more predictive of drug response, with a 41% increase in coefficient of determination (R2) and 26% increase in Spearman correlation relative to a baseline model that used only cell line and drug identifiers. Molecular fingerprint-based drug representations performed slightly better than learned representations—ECFP4 fingerprints increased R2 by 5.3% and Spearman correlation by 2.8% w.r.t the best learned representations. In general, fully connected feature-encoding subnetworks outperformed other architectures. DL outperformed other ML methods by more than 35% (R2) and 14% (Spearman). Additionally, an ensemble combining the top DL and ML models improved performance by about 6.5% (R2) and 4% (Spearman). Using a state-of-the-art interpretability method, we showed that DL models can learn to associate drug and cell line features with drug response in a biologically meaningful way. The strategies explored in this study will help to improve the development of computational methods for the rational design of effective drug combinations for cancer therapy.
Author summary
Cancer therapies often fail because tumor cells become resistant to treatment. One way to overcome resistance is by treating patients with a combination of two or more drugs. Some combinations may be more effective than when considering individual drug effects, a phenomenon called drug synergy. Computational drug synergy prediction methods can help to identify new, clinically relevant drug combinations. In this study, we developed several deep learning models for drug synergy prediction. We examined the effect of using different types of deep learning architectures, and different ways of representing drugs and cancer cell lines. We explored the use of biological prior knowledge to select relevant cell line features, and also tested data-driven feature reduction methods. We tested both precomputed drug features and deep learning methods that can directly learn features from raw representations of molecules. We also evaluated whether including genomic features, in addition to gene expression data, improves the predictive performance of the models. Through these experiments, we were able to identify strategies that will help guide the development of new deep learning models for drug synergy prediction in the future.
Citation: Baptista D, Ferreira PG, Rocha M (2023) A systematic evaluation of deep learning methods for the prediction of drug synergy in cancer. PLoS Comput Biol 19(3): e1010200. https://doi.org/10.1371/journal.pcbi.1010200
Editor: Shihua Zhang, Academy of Mathematics and Systems Science, Chinese Academy of Science, CHINA
Received: May 13, 2022; Accepted: February 8, 2023; Published: March 23, 2023
Copyright: © 2023 Baptista et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: The original drug response and RNA-Seq datasets used in this study are available from CellMinerCDB (https://discover.nci.nih.gov/rsconnect/cellminercdb/), and the mutation and copy number variation data are available from CBioPortal (https://www.cbioportal.org/). The preprocessed response dataset, the filtered gene expression, mutation and copy number variation files (before merging with the response dataset), and the fully preprocessed drug and gene expression data required to run the expr (DGI) + drugs(ECFP4) model described in the study can be obtained from Zenodo (https://doi.org/10.5281/zenodo.6545638). All of the code used in this study is available online at https://github.com/BioSystemsUM/drug_response_pipeline.
Funding: This study was supported by the Portuguese Foundation for Science and Technology (FCT), through a PhD scholarship (SFRH/BD/130913/2017 awarded to DB) and under the scope of the strategic funding of UIDB/04469/2020 unit. The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
Introduction
The phenomenon of drug resistance is one of the greatest challenges in the fight against cancer. Although many tumors initially respond well to a given treatment, the efficacy of single-drug anti-cancer therapies is often diminished due to the existence of tumor drug resistance mechanisms. Resistance-conferring characteristics may already be present in the tumor cells prior to therapy, or they may arise as an adaptive response of the tumor to the treatment itself [1]. One of the main drivers of resistance is intratumoral heterogeneity. Genomic instability in cancer leads to the emergence of subpopulations of cells within a tumor with distinct characteristics and different sensitivity to drugs. Treatment may exert selective pressure on the cells and select subpopulations possessing characteristics that favor drug resistance, leading to future relapse [2].
Combining multiple treatments instead of administering a single drug can help to reduce drug resistance [3]. Drug combinations may circumvent pre-existing resistance mechanisms more easily and prevent the development of acquired resistance mechanisms [4]. In addition, certain combinations may be more effective than would be expected when taking into account the effects of each of the constituent compounds on their own, a phenomenon called drug synergy. Drug synergy can increase treatment efficacy without requiring an increase in drug dosage, potentially avoiding an increase in toxicity as well [5]. Synergistic interactions can arise through a variety of mechanisms: the compounds in a combination may have the same target, different targets belonging to the same pathway/biological process, or different targets belonging to related pathways (S1 Fig) [6]. Drug combinations may also produce effects that are greater than expected when the activity of one of the drugs enhances the transport, permeation, distribution or metabolism of the other drug [6]. Synergy is quantified based on the difference between the observed effect of a given drug combination and the expected combination effect determined using a reference model [7]. Combination effects are then usually summarized as a single synergy score per drug pair, taking all of the tested doses into consideration. Classifying combinations as synergistic based on synergy scores is not straightforward, however. Multiple drug combination reference models exist, each with different underlying assumptions, which can lead to contradictory results [7, 8]—a drug combination that would be considered synergistic according to one reference model might be classified as antagonistic according to another. A given reference model may lead to erroneous conclusions when the mechanism behind the drug interaction fails to adhere to its assumptions [7]. In addition, if synergy is considered a feature of each dose pair combination instead of a characteristic of the drug pair itself, different conclusions regarding synergy may be reached [8]. Differences in experimental design [7, 8] and the dose-response profiles of individual compounds [7] may also affect the determination of combination effects.
Novel effective anti-cancer drug combinations can be discovered using high-throughput cell viability assays. In these assays, a large number of candidate drug combinations are screened at different concentrations across a panel of cancer cell lines and the cellular response to the drug is measured. In recent years, several datasets from large-scale drug screening initiatives have been made publicly available [9–11]. The largest of these is the National Cancer Institute (NCI) A Large Matrix of Anti-Neoplastic Agent Combinations (ALMANAC) project [10], which screened over 5,000 pairs of FDA-approved drugs against National Cancer Institute 60 Human Cancer Cell Line Screen (NCI-60), a panel of 60 tumor cell lines that have been extensively characterized at the molecular level [12]. The project uncovered several synergistic drug pairs, including two clinically novel combinations that are currently being evaluated in phase I clinical trials [10].
Despite the existence of these high-throughput technologies, screening all conceivable drug combinations is still infeasible, for both practical and financial reasons [11, 13]. Computational methods could greatly reduce the search space, thus minimizing the experimental effort required to find truly effective anti-cancer drug combinations. Biological network analysis-based approaches can be used to prioritize drug combinations and study the underlying mechanisms of joint action [14–16]. Another alternative is to use ML methods to model the response of cells to drug combinations. ML can be used to learn functional mappings between very high-dimensional input data and a score that reflects drug combination effects. This makes it a powerful approach to develop models that are able to predict drug synergy based on drug combination screening experiments and other relevant data. Several ML models for drug synergy prediction have been described in the literature [11, 17–21]. Many of these studies used tree-based ML methods, such as random forests (RFs) [17, 18, 20] or gradient boosting [18, 19, 21]. ML approaches for drug synergy prediction are usually developed using large-scale, publicly available drug combination screening data and omics datasets characterizing the screened cancer cell lines. Some of these resources are listed in Table 1, and we refer readers to other articles [22, 23] for information on additional resources.
The datasets that were used in this work are highlighted in bold.
One particular subset of ML that has attracted great interest from researchers in this field is deep learning (DL). These are models composed of multiple processing layers [31], giving them the ability to learn complex, non-linear functions. Furthermore, unlike most traditional ML methods, DL approaches typically do not require extensive feature selection before training, since they have the ability to learn higher-order representations directly from raw input data [32]. Since DL models can handle large amounts of high-dimensional and noisy data, they are good candidates for the development of drug synergy prediction models.
Preuer et al. [33] presented DeepSynergy, a feedforward, fully-connected deep neural network that uses chemical features and gene expression data to predict drug synergy. Xia et al. developed a multimodal DL model to predict the growth inhibition of cell lines from the NCI ALMANAC project [34]. This model includes separate feature-encoding subnetworks for each input data type (drug descriptors, gene expression, microRNA and proteomics data) and a cell line growth prediction network. Several other DL-based drug synergy prediction models have since been reported in the literature. Similar to the model proposed in 2018 by Xia et al., many of these more recent models adopt a multimodal architecture [35–38].
Beyond fully connected models [33, 34, 36, 37, 39], other innovative architectures have been proposed. Zhang et al. [40] developed a sparsely-connected deep belief network constrained by biological prior knowledge. The recent architecture of the TranSynergy model [41] includes a transformer [42] component, as well as fully connected layers. A method called REpresentation of Features as Images with NEighborhood Dependencies (REFINED) was developed to transform drug descriptors into images, so that convolutional neural networks (CNNs) could be used to model drug synergy instead of the typical fully connected networks [43]. Another study used graph neural networks (GNNs) for drug-specific subnetworks to learn drug representations directly from the compound structures in an end-to-end manner [38]. Several recent studies have used GNNs trained on graphs containing information on interactions between the drugs in a combination, between drugs and their targets, and/or interactions between genes or proteins in the cell lines [44–47].
Most drug synergy prediction models use drug features or gene expression features or a combination of both. Other models include additional cell line information, such as genetic data (somatic mutations and/or copy number variations (CNVs)) [35, 40] or proteomics data [34, 39]. Drug target-specific features have also been included [37, 40, 41]. Since adding more features increases the complexity of the models, assessing which types of input data are more informative and predictive of drug synergy is essential.
Precomputed molecular descriptors or fingerprints are used as chemical features to represent the drugs, as an alternative to the use of end-to-end DL methods to learn the relevant compound features directly from the compound structures. Given that the screening datasets that are currently available only contain a very limited number of compounds, it is still unclear whether there is any benefit in using learned representations instead of traditional fingerprints and descriptors. A recent study benchmarked several compound representations on a large drug synergy dataset and found that DL-based representations were able to outperform traditional fingerprints [21]. However, the authors also noted that the difference between the top performing DL-based methods and the best fingerprints was not substantial and that other concerns, such as interpretability, may be more important.
Feature reduction is often applied to the cell line omics data, either by using specific gene lists [38, 40, 41], or by employing unsupervised data dimensionality reduction techniques, such as principal component analysis (PCA) [39, 48] or autoencoders [35, 39]. Using predefined gene lists to select features provides greater control over the selection process and might make the models easier to interpret biologically. However, certain approaches, such as limiting the gene features to known drug targets present in the training set, may limit the generalization of the models. Data-driven approaches avoid this problem.
Another advantage of data-driven dimensionality reduction techniques is the capacity to be trained using much larger datasets with data from more cell lines than those used in the screening datasets [39], or even patient data [35]. Nevertheless, a limitation of this approach is the difficulty in interpreting the results. Therefore, evaluating which feature reduction methods are capable of achieving satisfactory performance, as well as simultaneously facilitating model interpretability, is an essential step when designing drug synergy prediction models.
The impact of different methodological aspects on the drug synergy prediction models is still unclear and a systematic evaluation is missing. In this work, we set out to investigate the impact of different methodological variables on the performance of drug synergy prediction DL methods, using the ALMANAC drug combination screening dataset. Namely, we evaluated the impact of different preprocessing steps, types of input data, and DL architectures on the final performance of the methods. Prior biological knowledge was used to select cell line features and to facilitate model interpretation.
Interpretability is an important requirement of biomedical predictive systems. We further explored recent methodologies to determine the importance of features and the interpretability of the prediction mechanisms.
We were able to identify the types of input data that are more predictive of drug response, as well as the feature selection and data representation methods that produce the best results. We also found that combining different models improves performance. Additionally, we demonstrate that the decisions made by the DL models are driven by biologically meaningful features.
The remainder of this article is structured as follows: the Results section briefly summarizes the different models and methodological choices that were tested in this work, and reports the results of these tests. It also includes a subsection focusing on model interpretability. In the Discussion section, the main findings of this study, as well as its limitations, are discussed. The research methodology is described in detail in the Materials and Methods section at the end of the article.
Results
Testing the impact of different methodological variables
We developed several multimodal DL models (Fig 1) to predict drug combination effects summarized as ComboScores, using the ALMANAC dataset [10]. In total, 24 different DL models and 6 ML models were developed. A detailed description of the models is provided in the Materials and Methods section, and S2 Fig provides a summary of the different methodological choices that were tested. The results of these tests will be described in the following subsections.
A model is defined as a combination of the learning algorithm itself and the data preparation steps required beforehand.
Baseline models
The baseline models that were built served as references for subsequent models. All of the models developed in this study performed better than a random baseline model, that always predicts the average ComboScore value of the training set (S1 Table).
To assess the importance of including a certain input data type, we analyzed the performance of models trained on one-hot encoded identifiers instead of actual cell line or drug features:
- cell lineone hot + drugsone hot—a model trained exclusively with one-hot encoded cell line and drug identifiers, which was used to determine if omics and chemical features include information that is relevant for the prediction of drug synergy, beyond the information contained in drug or cell line identifiers;
- cell lineone hot + drugsECFP4—a model using one-hot encoded cell line identifiers and extended connectivity fingerprint (ECFP)4 fingerprints as input features, to determine the impact of removing cell line omics features on the performance of the model;
- exprDGI + drugsone hot—a model using one-hot encoded drug identifiers and genes with known or potential interactions with drugs screened in the ALMANAC project (drug-gene interaction (DGI) genes) as features, to determine the impact of removing drug features;
Nearly all of the models performed better than the cell lineone hot + drugsone hot model (Fig 2). Using one-hot encoded cell line names instead of omics features (cell lineone hot + drugsECFP4 model) decreased model performance (Fig 2A). Nevertheless, the scores are comparable to those of some of the models that had been trained on actual gene expression data. When using one-hot encoded drug identifiers instead of chemical features as input (exprDGI + drugsone hot model), model performance dropped even more (Fig 2B). Both the (cell lineone hot + drugsECFP4 model and the exprDGI + drugsone hot model performed better than the cell lineone hot + drugsone hot model. These results seem to indicate that both drug and gene expression features contribute to the predictive capacity of the model, and that drug features appear to be more predictive of drug synergy than omics features.
(A) Performance scores of models with different gene expression feature-encoding subnetworks. (B) Performance scores of models with different drug encoding subnetworks. (C) Performance scores of models trained with and without mutation (mut) and copy number variation (cnv) data in addition to gene expression and drug features. (D) Performance scores of non-DL models compared with one of the best DL models developed in this study.
Different gene expression subnetworks
For the most part, models with fully connected gene expression subnetworks trained using the original gene expression values (tabular format) outperformed 1D and 2D convolutional gene expression subnetworks (Fig 2A). The 1D CNN subnetworks were able to achieve performance scores that were similar to some of the lower ranked fully connected gene expression subnetworks, but the 2D CNN subnetworks performed worse. This was independent of the order of genes obtained by clustering or by chromosome position. In light of these results, we only used fully connected layers for the omics subnetworks in subsequent tests.
The best gene expression subnetworks were fully connected subnetworks trained on the log-transformed and min-max scaled Fragments Per Kilobase of transcript per Million mapped reads (FPKM) values, with genes being selected according to predefined gene lists (Fig 2A). The top three models were trained on expression data limited to landmark genes, Catalogue of Somatic Mutations in Cancer (COSMIC) cancer genes or DGI genes. Working with the full set of over 18,000 protein coding genes present in this dataset was not particularly advantageous. Most of the feature selection methods that used smaller gene lists produced models with similar or higher performance scores.
Using dimensionality reduction led to worse performance (Fig 2A). Uniform Manifold Approximation and Projection (UMAP) embeddings were able to perform similarly to some of the gene list selection methods, while using Weighted Gene Co-expression Network Analysis (WGCNA) as a dimensionality reduction method resulted in poorer performance, worse than the baseline models trained on one-hot encoded cell line names.
In the following sections, we will only focus on models using exprDGI as the feature-encoding subnetwork for gene expression data. This gene selection method ranked second in terms of scoring metrics (R2 and Spearman correlation), and might also provide better interpretability.
Drug encoding networks
The model trained on ECFP4 fingerprints outperformed all of the other subnetworks in terms of all scoring metrics (Fig 2B). Another fingerprint-based drug encoding scheme, RDKit layered fingerprints (LayeredFP), achieved the second-best R2 score, while the graph convolutional network (GCN) subnetwork achieved the second-best Spearman correlation score. In general, most of the drug subnetworks achieved similar performance scores, minus a few exceptions (such as the graph attention network (GAT) subnetwork).
Additional cell line features
Including mutation and CNV data slightly decreased model performance (Fig 2C). The model trained on pathway-level mutation features performed slightly better than the model trained using gene-level mutation data. This may be due to the fact that more genes were taken into consideration when summarizing the mutation data at the pathway level, which would be an indication that relevant genetic information is being lost when only DGI genes are considered. The mutation dataset summarized at the pathway-level is also less sparse (i.e. a lower percentage of entries are zero) than the gene-level dataset.
Comparison with other machine learning models
To determine if there is any advantage in using DL instead of other ML algorithms to model drug combination effects, we compared our DL model trained on gene expression features of DGI genes and ECFP4 fingerprints (exprDGI + drugsECFP4 model) against 5 different ML models trained on the same features (Fig 2D). We tested elastic net, linear support vector regression (SVR) and linear SVR preceded by a radial basis function (RBF) kernel approximation method, RF, extreme gradient boosting (XGBoost) light gradient boosting machine (LGBM) models. The DL model outperformed all of the ML models. The best non-DL models were LGBM (in terms of R2) and RF (in terms of Spearman correlation). The performance of all of the tree-based models (RF, XGBoost and LGBM) is on par with some of the lower ranking DL models described in previous sections. The elastic net and SVR models did not perform well, with worse performance than the baseline DL model trained on one-hot encoded identifiers.
Heterogeneous ensemble
We also created a simple heterogeneous ensemble, to determine if combining different DL approaches, as well as other ML models, could lead to better results. The ensemble outperformed the best individual DL models for both scoring metrics (R2 = 0.584 and Spearman correlation = 0.672 vs. R2 = 0.549 and Spearman correlation = 0.645 for the exprDGI + drugsECFP4 model, for example). These results show that combining different DL architectures and different learning algorithms can improve the generalizability of drug synergy prediction models.
Feature importance
One of the main disadvantages of using DL models to predict drug response is that they are difficult to interpret. The SHapley Additive exPlanations (SHAP) [49] interpretability framework was used to determine which features were the most important for the exprDGI + drugsECFP4 model. SHAP values reflect the contribution of each feature to a prediction.
Fig 3 shows the top 20 most important features. Important features are those that have greater absolute SHAP values. Each point in the figure represents an instance in the test set. The points are distributed along the X-axis according to the SHAP values. The colors represent the feature values. This reveals how the value of a feature influences the model output for a given sample. For example, when ECFP4 bit 250 is “ON” (value = 1), the impact on the model output is usually positive, pushing the predicted ComboScore higher.
All of the top 20 features for this DL model are drug features. A similar result is obtained for the RF model (S2 Table). In addition, when grouping features by input type, the corresponding mean absolute SHAP values of each of the groups also suggest that drug features are the most important type of features (Table 2). These results seem to indicate that, for the ALMANAC dataset, drug features are the most relevant for drug response prediction.
SHAP values for groups of features were calculated by summing the SHAP values of all of the individual features, and then the mean absolute SHAP value across all samples was calculated for the grouped features.
The atom environments that define each of the ECFP4 bits that appear among the top 20 most important features are shown in S3 Fig. The atoms that are at the center of the atom environment are highlighted in blue. Atoms and bonds that appear in light gray are parts of the molecule that are not part of the fingerprint bit, but influence the central atom’s connectivity invariants. Several of the top bits correspond to simple atom environments (environments with a radius of 0, which only include the central atom itself, or a radius of 1), which will be set to 1 for many of the drugs in the dataset. Many bits have more than one associated structure. Some of these are similar atom environments with slight differences in terms of the adjacent parts of the molecules that are not part of the fingerprint. Other cases are bit collisions, indicating that there is some loss of information when using 1024-bit fingerprints.
SHAP can also be used to provide explanations for specific examples. We analyzed a specific example (11835) that involved the SR cell line, derived from an anaplastic large cell lymphoma [26]. The drugs screened in this experiment were Topotecan hydrochloride, which interacts with the topoisomerase I-DNA complex at the site where the DNA cleavage occurs [50], and Gefitinib, which inhibits the epidermal growth factor receptor (EGFR) tyrosine kinase domain [51]. Gefitinib may enhance the therapeutic activity of Topotecan by affecting the transport of the drug out of the cells [52]. This experiment was selected for further analysis since this combination was found to have greater-than-additive effects in the SR cell line in the ALMANAC screen (ComboScore = 108.00), and because the ComboScore predicted by our model (ComboScore = 108.06) was close to the true value. Fig 4A displays the explanation of the prediction for this case. Each row shows the contribution of each feature to improve the prediction score. For this specific example, all of the top 20 features were, once again, ECFP4 fingerprint bits from drugA and drugB.
The plot starts at a base value of -22.754, which is the expected model output (determined based on a background dataset). Each row shows how each feature positively or negatively contributes to move the value from the expected output to the predicted value for this sample. (A) Top 20 features (from all features). (B) Top 20 drugA features. (C) Top 20 drugB features. (D) Top 20 gene expression features.
The SHAP values for each of the different input types were also analyzed separately. Fig 4B and 4C show the 20 most important ECFP4 bits for drugA (Topotecan hydrochloride) and drugB (Gefitinib), respectively, along with the corresponding SHAP values. The 2D structures of 15 of the most important “ON” bits (value = 1) that contributed positively are shown in S4 Fig for Topotecan and S5 Fig for Gefitinib.
As shown in S4 Fig, bits 249 and 658 capture parts of the lactone ring in Topotecan which establishes an important interaction with Topoisomerase I via hydrogen bonding [50]. Many of the remaining bits capture parts of the planar ring system that allows the drug to intercalate between two DNA base pairs and establish pi stacking interactions with the neighboring DNA bases [50]. These results reveal that our model was able to correctly identify which substructures are most important for the bioactivity of Topotecan.
The DL model was also able to identify features in Gefitinib that are more predictive of drug response and are consistent with the literature (S5 Fig). Bits 795, 490 and 203 capture parts of the quinazoline core that are involved in an important drug-protein interaction, with bit 203 focusing on the nitrogen atom that interacts with the adenosine triphosphate (ATP) binding site of EGFR via a hydrogen bond [53]. The majority of the bits in S5 Fig, however, correspond to the morpholine substituent or the 3-chloro-4-fluoro aniline substituent, which are not directly involved in drug-protein interactions [53]. The DL model may have identified these features as more important because they might be structures that distinguish Gefitinib from other compounds in the ALMANAC dataset, instead of being important for the drug activity per se.
The top 20 gene expression features are shown in Fig 4D. None of the genes that encode the primary targets of Topotecan and Gefitinib are found among the top 20 gene expression features. TOP1, which encodes DNA Topoisomerase I, was not present in the list of drug-gene interactions for Topotecan hydrochloride in The Drug-gene Interaction Database (DGIdb). The gene encoding DNA Topoisomerase I Mitochondrial (TOP1MT) was present in the list of drug-gene interactions, but it was only the 246th most important gene expression feature. EGFR ranked higher, being the 46th most important gene expression feature in this experiment. This may suggest that the synergistic interaction between Topotecan and Gefitinib in the SR cell line might be the result of off-target interactions instead of interactions of the drugs with their primary targets, although the information provided by the feature importance analysis is not enough to reach a definitive conclusion. Furthermore, none of the genes involved in the drug-gene interactions with Topotecan hydrochloride listed in DGIdb are among the top 20 most important gene expression features. Four of the top 20 genes (BLK, MET, ERBB3 and CRKL) are involved in drug-gene interactions with Gefitinib, however. Gefitinib has been experimentally shown to be capable of binding to BLK [54], although with a much lower affinity than for EGFR. Since the expression of BLK is high in the SR cell line, the high SHAP value of BLK might be an indication that this interaction may be important for the response of the cells to Gefitinib. Amplification of MET [55] or CRKL [56] has been linked to acquired resistance to EGFR inhibitors, and ERBB3 has also been implicated in resistance to EGFR tyrosine kinase inhibitors [55]. Since these genes are less expressed in the SR cell line, the higher SHAP values may be an indication that lower expression of these genes is essential for the cell line to be responsive to treatment with Gefitinib.
Interestingly, several of the most important genes have some kind of connection to the immune system. CXCL10 and CXCL12 are both chemokines involved in the recruitment of lymphocytes [57, 58]. ADORA2A plays a role in the regulation of the immune system [59], TLR7 is involved in immune response [60], and ALCAM also plays a role in immunity [61]. It is possible that the DL model identified these features as being essential for the prediction of drug synergy because the expression of these genes uniquely identifies the cell line in some way (since SR is a lymphoma cell line, derived from lymphocytes), and not necessarily due to the relevance of these genes for drug response.
A pre-ranked gene set enrichment analysis (GSEA) [62] was performed for test set example 11835 to determine if there is an enrichment of specific gene ontology (GO) terms among the most important genes. Genes were ranked based on their SHAP values. In total, the analysis identified 28 enriched gene sets, most of which refer to cell motility, cell death, and the regulation of kinase or transferase activity (S3 Table). We found that the gene sets with the highest normalized enrichment score (NES) values are leukocyte/lymphocyte-specific GO terms (S3 Table). We also observed that several of the enriched gene sets include the EGFR gene, which encodes the protein targeted by Gefitinib (S3 Table).
Discussion
The results of this study suggest that drug features are more predictive of drug combination effects than cell line features, at least for the ALMANAC dataset, in line with previous results [34]. Substituting cell line identifiers for actual gene expression data (cell lineone hot + drugsECFP4) produced a model with performance scores that were similar to those of models trained on actual gene expression data. This may be an indication that the expression features are mainly being used by the models as a way to distinguish between cell lines, just as the cell line identifiers. The ability to identify cell lines based on their gene expression profiles is already a positive result, but it does not seem that the decisions made by the DL models are being driven by the identification of specific synergy biomarkers. In addition, the inclusion of other cell line features besides gene expression data was not beneficial. Similar results were obtained in other drug response prediction studies [63, 64].
Several of the compound representation methods tested in this work produced models with similar performance. This finding is in agreement with a recent study by our group that compared the performance of different compound representations across different drug response prediction tasks and concluded that most representations perform similarly [65]. Since different drug representations may capture different characteristics of the compounds that may be equally predictive of drug response, the combined use of different types of drug representations might lead to an improvement in model performance and could be an interesting strategy to explore in the future.
Using prior biological knowledge for feature selection proved to be beneficial. Besides the cancer-specific and DGI gene lists that were utilized in this study, other cancer-specific gene lists and combinations of lists might provide even better results. Pathway propagation methods have been employed in other drug response prediction studies to simulate response to treatment [66] and to extend the selection of genes beyond known drug targets [41]. This strategy was not explored in the current study, but it might also be a way to improve the predictive capacity of the models. It is important to note that using drug targets or DGIs to select genes may limit the generalizability of the model, as new compounds may have DGIs that are different from the ones that were considered relevant for the training set.
Another approach that was not explored in this study is directly including biological knowledge in the neural network by representing the experiments as heterogeneous graphs and modeling drug response using GNNs. Since the number of unique compounds and cell lines in the ALMANAC dataset is relatively small, it is unclear if the models would benefit from the added complexity of this approach.
Despite training the models on a relatively large screening dataset, comprising over 200,000 screening experiments, there are only 59 cell lines and 104 drugs in ALMANAC. The number of unique compounds screened in the ALMANAC project is relatively small, a fact that might explain why fingerprint-based models performed slightly better than learned representations in this case, as learned representations are known to struggle when faced with smaller compound sets [67]. Considering the small number of unique cell lines and drugs, pre-training the feature encoding subnetworks using larger sets of compounds and larger omics datasets obtained from other sources could help improve model performance. Training models on larger and more diverse drug combination datasets from databases such as DrugCombDB [68] or DrugComb [69], which integrate data from several high-throughput screening experiments, could be another strategy to obtain models with better generalization capacity. However, it is important to note that different screening protocols might make it difficult to compare the synergy scores calculated for different screening datasets and to use them jointly to train models. Furthermore, integrating omics datasets from different studies requires the selection of adequate batch correction methods, which might not be straightforward [70].
Our models (as most ML-based synergy prediction models) were trained using data from a cell line screen. This may limit the clinical applicability of these models, as conclusions drawn from in silico studies based on cell line screens often fail to translate to the clinic. Cell lines are not always representative of their primary cancer types [71–73], due to mislabeling and contamination, genetic drift, or changes arising from cell culture, among other factors [74]. In addition, the use of cell line data ignores the influence of the tumor microenvironment on drug response [74], as well as the possible adverse systemic effects of drugs. Nevertheless, cell line screens are currently the only option providing sufficient data for the development of DL-based drug synergy prediction methods. The use of transfer learning techniques could help lessen the gap between cell line screens and the clinic, however.
In this study, we focused solely on the prediction of drug synergy. However, assessing the sensitivity of drug combinations is also essential when prioritizing combination therapies [75]. Some combinations may be clinically effective without being synergistic [76], and it has also been noted that there may be a trade-off between synergy and efficacy [77]. In the future, the DL models developed in this work could easily be extended to simultaneously predict a synergy score and a drug combination sensitivity score.
We found that creating simple heterogeneous ensembles comprising both DL and ML models can improve performance. Preto et al. had previously observed that heterogeneous ensembles produced better classifiers than individual models when using the ALMANAC dataset [39], and other synergy prediction studies using different datasets also found that combining multiple models is beneficial [11, 13].
Although SHAP has allowed us to gain more insight into the model and to try to interpret its predictions in a biologically meaningful way, it is still difficult to explain how all of the most important features interact in a particular screening experiment and give rise to drug synergy. Interpretability methods allow us to explain how a DL model works, but they do not necessarily explain the underlying biology/chemistry. It is, therefore, unlikely that the methodology used in our study will be able to uncover the mechanisms underlying drug synergy for particular <cell line − drugA − drugB> triplets, but our findings do confirm that DL models are able to learn to associate important structural features of the compounds and tissue-specific gene expression patterns with drug response. Alternative interpretability methods that are better able to explain higher order interactions between features should be explored in future drug synergy prediction studies.
One important aspect to be considered is the validation scheme that is chosen. In our study, the data were randomly split into training, validation and test sets. Using a different validation scheme, such as a leave-drug-combinations-out approach (i.e. drug combinations that appear in one set are not included in the other sets), or even a leave-drugs-out or leave-cell-lines out validation scheme would likely result in lower performance scores. In addition, the dataset was only split into training, validation and test sets once. Instead of evaluating the models on a single test set, further research should use cross-validation or other resampling methods to estimate uncertainty and to allow statistical comparisons to be made between models. Finally, the models were validated with data from within the same drug combination screening study. Although this is a common model evaluation strategy, cross-validation within a single study has been shown to overestimate model generalizability [78]. In the future it would be interesting to assess different DL modeling strategies by performing a cross-study evaluation of the models as well [78].
Conclusion
In this study, we performed a systematic analysis of the impact of different methodological choices on the predictive performance of DL-based drug synergy prediction models, to determine which preprocessing and modeling approaches provide the best results. Different input data type combinations, drug encoding schemes, gene expression feature selection/reduction methods and DL architectures were tested, and an ensemble combining the top methods was also evaluated. These experiments enabled the identification of several strategies that may be interesting starting points for the development of new DL-based drug synergy prediction models in the future.
Materials and methods
Datasets and data preprocessing
ALMANAC drug response data in the form of ComboScores for <cell line, drugA, drugB> triplets were downloaded from CellMiner Cross Database (CellMinerCDB) [24] (version 1.2). The ComboScore for a given <cell line − drugA − drugB> triplet is the sum of the differences between the expected and observed cell line growth calculated for each dose combination tested in the screen, with expected effects being determined using a modified version of the Bliss independence reference model [79]. These values were used as the output variable in our models. Since a standard synergy metric does not currently exist and considering that different synergy metrics may lead to different conclusions, we opted to use the synergy metric defined by the original ALMANAC study instead of another metric based on a different reference model. This synergy metric has also been used as the output variable in other studies using ALMANAC data [19, 20, 40, 43].
Since ComboScore predictions should be independent of the order of the drugs in a given combination, we considered reverse drug order <cell line, drugB, drugA> triplets to be duplicates and the ComboScores for experiments involving the same cell line and same drug combination were averaged. The MDA-MB-468 cell line that is present in the original ALMANAC dataset was not considered in our analysis as it does not appear in the omics datasets we used in this study. The MDA-N cell line present in the omics datasets from CellMinerCDB was removed as it was not included in the ALMANAC project.
National Service Center (NSC) compound identifiers were used to map compounds to their respective Simplified Molecular-Input Line-Entry System (SMILES) strings using a compound structure-data file (SDF) file provided by NCI Developmental Therapeutics Program (DTP) for the ALMANAC dataset. For the compounds that were not successfully mapped using the previously described method, PubChemPy (version 1.0.4) was used to obtain canonical SMILES strings from PubChem [80] based on drug names. The SMILES strings were then preprocessed using the ChEMBL Structure Pipeline (version 1.0.0) [81], which removed salts and standardized the molecules according to ChEMBL-defined rules. The preprocessed SMILES were then used to compute different compound representations, depending on the type of architecture that was chosen for the drug subnetwork.
RNA-Seq gene expression data (log2(FPKM+1)) for the NCI-60 cell lines were also downloaded from CellMinerCDB [24]. Genes with constant expression values across all cell lines were removed. The expression dataset was then filtered using specific gene lists.
Besides the use of specific gene sets to reduce the number of features in the gene expression dataset, several other dimensionality reduction methods were also tested. UMAP was used to further reduce the dimensionality of the gene expression dataset filtered by protein coding genes (exprprotein coding dataset). Embeddings with 50 components were generated using the UMAP Python package (version 0.5.1) [82]. Since UMAP can be used as a data transformer, the algorithm was fit on the training data to learn the latent space and then used to transform the training, validation and test sets into the learned latent space. The datasets were min-max scaled beforehand. A total of 20 neighbors were considered when learning the manifold structure of the data. Pearson correlation was used as the distance metric, and the minimum distance between two points in the embedding was kept at the default value of 0.1.
We also evaluated the use of WGCNA [83] as a dimensionality reduction technique for gene expression data. The WGCNA R package (version 1.69) was used to find a total of 136 gene co-expression modules. Module eigengenes, which summarize the expression of genes in each module, were then used as input features instead of the original gene expression values.
When preparing the gene expression (exprprotein coding) data to be fed into 1D or 2D CNNs, two different methods were used to rearrange the genes so that their locations within the input tensors might be more biologically meaningful. A schematic representation of the methods is provided in S6 Fig. The first method sorted the genes according to their chromosome positions, an approach similar to the method described in [84]. The second method employed hierarchical clustering to find a new order for the genes, with the goal of placing genes with related expression patterns closer together within the input tensors. The clustering algorithm used Pearson correlation as the distance metric and complete linkage. The clustering approach that was used is agglomerative, successively merging smaller clusters into larger ones based on the distance between clusters. The resulting linkage matrix was reordered so that the distance between successive leaves would be minimized. Subsequently, a dendrogram was created based on the clustering results, and the positions of the leaves (genes) was used to reorder the gene expression features. The gene expression data were then reshaped into the required formats for 1D and 2D CNNs.
A mutation annotation format (MAF) file containing mutation data from whole-exome sequencing for NCI-60 cell lines was downloaded from cBioPortal [29, 30]. Silent mutations and mutations in non-coding regions were excluded. The remaining data were then binarized and summarized at the gene level, with ‘1’ indicating that a given cell line had at least one alteration in a particular gene and zero indicating the absence of mutations. To create the gene-level mutation dataset, the data were further filtered using a list of drug-gene interactions from DGIdb, leaving a total of 636 genes. To create the pathway-level dataset, a new binary event matrix was created, where a ‘1’ indicates that a given cell line had at least one alteration in a given pathway. Genes were mapped to pathways using Molecular Signatures Database (MSigDB) [85, 86] (version 7.2) gene sets derived from the Reactome [87] database, which have been filtered to reduce the redundancy between gene sets. The pathway-level mutation dataset had a total of 1,510 features.
Genomic Identification of Significant Targets in Cancer (GISTIC)2 putative CNVs for the NCI-60 cell lines were also obtained from cBioPortal [29, 30]. Only genes that were present in the drug-gene interactions list obtained from DGIdb were kept, leaving a total of 952 features.
The omics datasets were individually merged with the drug response dataset to create the final omics datasets containing the corresponding cell line data for each experiment. After splitting the expression dataset into training/validation/test sets, the features were scaled to a range between zero and one (min-max scaling), with the exception of the UMAP and WGCNA-transformed data, which were not scaled after the dimensionality reduction step.
The data were initially randomly split into three subsets—a training set comprising around 80% of the data (239,943 examples), and validation and test sets each corresponding to approximately 10% of the original data (30,007 and 30,001 examples, respectively).
Models
The DL models were built using a multimodal approach, in which each data type has its own corresponding feature-encoding subnetwork. Several different architectures were tested for each of the feature-encoding subnetworks. The learned representations from each subnetwork were then concatenated into a single tensor before being fed into a final drug synergy prediction subnetwork. The prediction subnetwork was always entirely composed of fully connected layers, ending in a single output unit with a linear activation function, given that the prediction task was approached as a regression problem.
First, we built several baseline models: a random baseline model that always predicts the average ComboScore value of the training set, and baseline models where one-hot encoded identifiers were used instead of cell line features and/or drug features (cell lineone hot + drugsone hot, cell lineone hot + drugsECFP4, and exprDGI + drugsone hot).
We then built models trained on two different combinations of input data types:
- expr + drugA + drugB models—use of RNA-Seq gene expression data (expr) and drug features for both drugs in a combination (drugA, drugB);
- expr + mut + cnv + drugA + drugB—use of expression data (expr), mutation data (mut), copy number variation features (cnv) and drug features (drugA, drugB).
We began with type 1 models and tested the impact of the format of the transcriptomics data. We evaluated the influence of the type of architecture used to process the gene expression values (fully connected, 1D CNNs and 2D CNNs) and the influence of the arrangement and order of the genes (chromosome order vs. clustering order).
We then tested the extension of the gene sets, by using more comprehensive or more selective lists of genes. We also tested if using directly normalized expression values or compact representations that capture the variability and correlation showed any differences in performance. The following feature selection/dimensionality reduction methods were evaluated in this study:
- exprprotein coding: the original dataset was filtered so that only protein coding genes were kept, leaving a total of 18,779 genes;
- exprlandmark: a list of “landmark genes” as defined by the L1000 project was used to reduce the gene expression dataset to 978 genes that are considered to be representative of the transcriptome as a whole [88];
- exprDGI: DGI claims were obtained from DGIdb [89] (version 4.2.0) and then used to build a list of 994 DGI genes for the compounds screened in the ALMANAC project. 976 of these genes were present in the gene expression dataset;
- exprCOSMIC: A list of 723 cancer driver genes was obtained from the COSMIC [90] (version 94) Cancer Gene Census [91]. After filtering, the gene expression dataset contained 713 genes;
- exprNCG: A different cancer-specific gene list containing 2,372 genes was obtained from the Network of Cancer Genes (NCG) (version 6.0) [92]. It includes genes identified in the COSMIC Cancer Gene Census, as well as other genes that have been implicated in cancer. After filtering, 2,362 genes remained in the expression dataset;
- Combined gene lists: exprDGI + landmark (1,815 features) and exprDGI + NCG (3,037 features);
- exprUMAP: UMAP [82] was used to capture the non-linear structure in the high-dimensional gene expression data, projecting it into a low-dimensional representation (50 components);
- exprWGCNA: WGCNA [83] was used to find network modules that capture the correlated expression of a set of genes. Module eigengenes summarize the expression of genes in each module and can be used to reduce the dimensionality of the gene expression data. The reduced expressed dataset had a total of 136 module eigengenes.
Next, we kept the expression-encoding subnetwork fixed and modified the drug-encoding subnetworks to assess the impact of different drug representations:
- drugsECFP4: 1024-bit Morgan fingerprints with a radius of 2 (equivalent to ECFP4 fingerprints [93]) fed into fully connected drug subnetworks;
- drugsLayeredFP: 1024-bit layered fingerprints fed into fully connected drug subnetworks;
- drugsTextCNN: SMILES strings were tokenized and one-hot encoded, and then fed into TextCNN [94, 95] subnetworks;
- drugsGCN: using GCNs [96] for the drug subnetworks;
- drugsGAT: using GATs [97] for the drug subnetworks;
- drugsMTE: 512-dimensional Molecular Transformer Embeddings (MTEs) [98], fed into fully connected drug subnetworks.
Each drug in a combination had a separate feature-encoding subnetwork, with weights being shared between the two drug subnetworks.
Afterwards, we examined if additional data on mutations and CNVs would lead to improved predictive performance (type 2 models). We tested two different models: one trained on mutation data summarized at the gene level and CNVs, filtered to only include DGI genes (exprDGI + mutDGI, gene-level + cnvDGI + drugsECFP4 model); a second model trained using mutations summarized at the pathway level and CNVs (exprDGI + mutpathway-level + cnvDGI + drugsECFP4 model). When included, the mutation and CNV subnetworks were always fully connected.
All of the models were implemented using the Keras subpackage in Tensorflow [99] (version 2.2.0). The GCN and GAT subnetworks were built using graph layers implemented in the Spektral package [100] (version 1.0.7).
Model hyperparameters and hyperparameter optimization
All models used the mean squared error (MSE) as the loss function, and the adaptive moment estimation (Adam) algorithm as the optimization method. Models were trained for a maximum of 500 epochs, using the EarlyStopping callback with a patience of 15 epochs to stop the learning process once the validation loss stopped improving. The mini-batch size was 64.
A selection of model hyperparameters, including the learning rate, the hidden layer activation function, the dropout rate and the L2 regularization penalty, as well as subnetwork-specific hyperparameters, were optimized for each combination of input data types and subnetwork architectures that we evaluated in this work. Hyperparameters were tuned using the validation set and the Bayesian Optimization with HyperBand (BOHB) algorithm [101] as implemented in Ray Tune (version 1.0.1). The hyperparameter search space was explored using Bayesian optimization [102] and the HyperBand [103] algorithm was used to stop underperforming trials early. A total of 50 configurations were evaluated for each model. The set of hyperparameters that minimized the validation MSE was considered the best configuration. More details on the hyperparameter search grids that were explored and the hyperparameter values that were chosen for each model are provided in S1 File.
Model evaluation
After tuning the model hyperparameters, the models were evaluated on the independent test set. Model performance was evaluated using several scoring metrics, including the R2 and Spearman’s rank correlation coefficient. The scores were calculated over the entire test set.
In addition to comparing DL models with different omics and drug subnetworks, our models were also compared against non-DL models. Elastic net linear regression [104], SVR [105], and RF [106] models were implemented using the scikit-learn Python package (version 0.22.1) [107]. Since kernelized SVR does not scale well to larger datasets, we used the Nystroem method [108] to approximate the feature mappings of a RBF kernel before training a linear SVR on these approximations. An XGBoost [109] model was implemented using the xgboost Python package (version 1.4.0), and a LGBM [110] model was implemented using the lightgbm package (version 3.2.1). The ML models were trained on ECFP4 fingerprints and the gene expression values of DGI genes based on information from DGIdb. The input features were concatenated into a single dataset before training. Hyperparameters were optimized using Bayesian optimization.
Heterogeneous ensemble
We developed a simple heterogeneous ensemble combining the top 10 DL models developed in this study and the RF, XGBoost and LGBM models. To obtain the ensemble prediction, the predictions from each of the individual models were simply averaged.
Feature importance
The SHAP Python package (version 0.39.0) [49] was used to explain predictions made by the best DL models developed in this work. More specifically, we used Deep SHAP, which uses the Deep Learning Important FeaTures (DeepLIFT) [111] additive feature attribution method to approximate SHAP values. Feature importance was then determined based on these values. The most important fingerprint bits were visualized using drawing functions available in RDKit (version 2020.09.1.0).
A pre-ranked GSEA [62] was performed for test set example 11835 using the clusterProfiler R package (version 3.18.1) [112]. SHAP values were used to rank the genes prior to the analysis.
Supporting information
S1 Fig. Common mechanisms of joint action underlying the effects of known synergistic drug combinations.
https://doi.org/10.1371/journal.pcbi.1010200.s001
(TIF)
S2 Fig. The different types of deep learning and machine learning models developed in this study.
https://doi.org/10.1371/journal.pcbi.1010200.s002
(TIF)
S3 Fig. 2D depiction of the 20 most important ECFP4 bits overall, according to Fig 3.
https://doi.org/10.1371/journal.pcbi.1010200.s003
(TIF)
S4 Fig. 2D depiction of the top 15 most important ECFP4 “ON” bits with a positive effect on the model output for drugA (Topotecan) in test set example 11835.
https://doi.org/10.1371/journal.pcbi.1010200.s004
(TIF)
S5 Fig. 2D depiction of the top 15 most important ECFP4 “ON” bits with a positive effect on the model output for drugB (Gefitinib) in test set example 11835.
https://doi.org/10.1371/journal.pcbi.1010200.s005
(TIF)
S6 Fig. A schematic representation of the 1D and 2D CNN gene expression-encoding subnetworks. (A) The use of chromosome positions of genes or hierarchical clustering to rearrange the gene expression features. (B) Reshaping data for the 1D CNN feature-encoding subnetwork. (C) Reshaping the data for the 2D CNN feature-encoding subnetwork.
https://doi.org/10.1371/journal.pcbi.1010200.s006
(TIF)
S1 Table. Performance scores for all of the models developed in this study.
https://doi.org/10.1371/journal.pcbi.1010200.s007
(CSV)
S2 Table. Top 20 features (ranked by Gini importance) for the random forest model.
https://doi.org/10.1371/journal.pcbi.1010200.s008
(CSV)
S1 File. Hyperparameter search grids and selected hyperparameter values for each model.
https://doi.org/10.1371/journal.pcbi.1010200.s010
(PDF)
References
- 1. Holohan C, Van Schaeybroeck S, Longley DB, Johnston PG. Cancer drug resistance: an evolving paradigm. Nature Reviews Cancer. 2013;13(10):714–726. pmid:24060863
- 2. Dagogo-Jack I, Shaw AT. Tumour heterogeneity and resistance to cancer therapies. Nature Reviews Clinical Oncology. 2018;15(2):81–94. pmid:29115304
- 3. Chatterjee N, Bivona TG. Polytherapy and Targeted Cancer Drug Resistance. Trends in Cancer. 2019;5(3):170–182. pmid:30898264
- 4. Al-Lazikani B, Banerji U, Workman P. Combinatorial drug therapy for cancer in the post-genomic era. Nature Biotechnology. 2012;30(7):679–692. pmid:22781697
- 5. Tallarida RJ. Quantitative Methods for Assessing Drug Synergism. Genes & Cancer. 2011;2(11):1003–1008. pmid:22737266
- 6. Jia J, Zhu F, Ma X, Cao ZW, Li YX, Chen YZ. Mechanisms of drug combinations: interaction and network perspectives. Nature Reviews Drug Discovery. 2009;8(2):111–128. pmid:19180105
- 7. Vlot AHC, Aniceto N, Menden MP, Ulrich-Merzenich G, Bender A. Applying synergy metrics to combination screening data: agreements, disagreements and pitfalls. Drug Discovery Today. 2019;24(12):2286–2298. pmid:31518641
- 8. Meyer CT, Wooten DJ, Lopez CF, Quaranta V. Charting the Fragmented Landscape of Drug Synergy. Trends in Pharmacological Sciences. 2020;41(4):266–280. pmid:32113653
- 9. O’Neil J, Benita Y, Feldman I, Chenard M, Roberts B, Liu Y, et al. An Unbiased Oncology Compound Screen to Identify Novel Combination Strategies. Molecular Cancer Therapeutics. 2016;15(6):1155–1162. pmid:26983881
- 10. Holbeck SL, Camalier R, Crowell JA, Govindharajulu JP, Hollingshead M, Anderson LW, et al. The National Cancer Institute ALMANAC: A Comprehensive Screening Resource for the Detection of Anticancer Drug Pairs with Enhanced Therapeutic Activity. Cancer Research. 2017;77(13):3564–3576. pmid:28446463
- 11. Menden MP, Wang D, Mason MJ, Szalai B, Bulusu KC, Guan Y, et al. Community assessment to advance computational prediction of cancer drug combinations in a pharmacogenomic screen. Nature Communications. 2019;10(1):2674. pmid:31209238
- 12. Shoemaker RH. The NCI60 human tumour cell line anticancer drug screen. Nature Rev. 2006;6(10):813–823. pmid:16990858
- 13. Bansal M, Yang J, Karan C, Menden MP, Costello JC, Tang H, et al. A community computational challenge to predict the activity of pairs of compounds. Nature Biotechnology. 2014;32(12):1213–1222. pmid:25419740
- 14. Rintala TJ, Ghosh A, Fortino V. Network approaches for modeling the effect of drugs and diseases. Briefings in Bioinformatics. 2022;23(4). pmid:35704883
- 15. Jafari M, Mirzaie M, Bao J, Barneh F, Zheng S, Eriksson J, et al. Bipartite network models to design combination therapies in acute myeloid leukaemia. Nature Communications. 2022;13(1):2128. pmid:35440130
- 16. Li J, Xu H, McIndoe RA. A novel network based linear model for prioritization of synergistic drug combinations. PLOS ONE. 2022;17(4):e0266382. pmid:35381038
- 17. Gayvert KM, Aly O, Platt J, Bosenberg MW, Stern DF, Elemento O. A Computational Approach for Identifying Synergistic Drug Combinations. PLOS Computational Biology. 2017;13(1):e1005308. pmid:28085880
- 18. Celebi R, Bear Don’t Walk O, Movva R, Alpsoy S, Dumontier M. In-silico Prediction of Synergistic Anti-Cancer Drug Combinations Using Multi-omics Data. Scientific Reports. 2019;9(1):8949. pmid:31222109
- 19. Sidorov P, Naulaerts S, Ariey-Bonnet J, Pasquier E, Ballester PJ. Predicting Synergism of Cancer Drug Combinations Using NCI-ALMANAC Data. Frontiers in Chemistry. 2019;7. pmid:31380352
- 20. Nakano T, JB B. Prediction of Compound Cytotoxicity Based on Compound Structures and Cell Line Molecular Characteristics. Journal of Computer Aided Chemistry. 2020;21:1–10.
- 21. Zagidullin B, Wang Z, Guan Y, Pitkänen E, Tang J. Comparative analysis of molecular fingerprints in prediction of drug combination effects. Briefings in Bioinformatics. 2021. pmid:34401895
- 22. Wu L, Wen Y, Leng D, Zhang Q, Dai C, Wang Z, et al. Machine learning methods, databases and tools for drug combination prediction. Briefings in Bioinformatics. 2022;23(1). pmid:34477201
- 23. Baptista D, Ferreira PG, Rocha M. Deep learning for drug response prediction in cancer. Briefings in Bioinformatics. 2021;22(1):360–379. pmid:31950132
- 24. Rajapakse VN, Luna A, Yamade M, Loman L, Varma S, Sunshine M, et al. CellMinerCDB for Integrative Cross-Database Genomics and Pharmacogenomics Analyses of Cancer Cell Lines. iScience. 2018;10:247–264. pmid:30553813
- 25. Reinhold WC, Varma S, Sunshine M, Elloumi F, Ofori-Atta K, Lee S, et al. RNA Sequencing of the NCI-60: Integration into CellMiner and CellMiner CDB. Cancer Research. 2019;79(13):3514–3524. pmid:31113817
- 26. Ghandi M, Huang FW, Jané-Valbuena J, Kryukov GV, Lo CC, McDonald ER, et al. Next-generation characterization of the Cancer Cell Line Encyclopedia. Nature. 2019;569(7757):503–508. pmid:31068700
- 27. van der Meer D, Barthorpe S, Yang W, Lightfoot H, Hall C, Gilbert J, et al. Cell Model Passports—a hub for clinical, genetic and functional datasets of preclinical cancer models. Nucleic Acids Research. 2019;47(D1):D923–D929. pmid:30260411
- 28. Reinhold WC, Sunshine M, Liu H, Varma S, Kohn KW, Morris J, et al. CellMiner: A Web-Based Suite of Genomic and Pharmacologic Tools to Explore Transcript and Drug Patterns in the NCI-60 Cell Line Set. Cancer Research. 2012;72(14):3499–3511. pmid:22802077
- 29. Cerami E, Gao J, Dogrusoz U, Gross BE, Sumer SO, Aksoy BA, et al. The cBio Cancer Genomics Portal: An Open Platform for Exploring Multidimensional Cancer Genomics Data: Figure 1. Cancer Discovery. 2012;2(5):401–404.
- 30. Gao J, Aksoy BA, Dogrusoz U, Dresdner G, Gross B, Sumer SO, et al. Integrative Analysis of Complex Cancer Genomics and Clinical Profiles Using the cBioPortal. Science Signaling. 2013;6(269):pl1–pl1. pmid:23550210
- 31. LeCun Y, Bengio Y, Hinton G. Deep learning. Nature. 2015;521(7553):436–444. pmid:26017442
- 32. Bengio Y, Courville A, Vincent P. Representation Learning: A Review and New Perspectives. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2013;35(8):1798–1828. pmid:23787338
- 33. Preuer K, Lewis RPI, Hochreiter S, Bender A, Bulusu KC, Klambauer G. DeepSynergy: predicting anti-cancer drug synergy with Deep Learning. Bioinformatics. 2018;34(9):1538–1546. pmid:29253077
- 34. Xia F, Shukla M, Brettin T, Garcia-Cardona C, Cohn J, Allen JE, et al. Predicting tumor cell line response to drug pairs with deep learning. BMC Bioinformatics. 2018;19(S18):486. pmid:30577754
- 35.
Zhang T, Zhang L, Payne PRO, Li F. In: Markowitz J, editor. Synergistic Drug Combination Prediction by Integrating Multiomics Data in Deep Learning Models. New York, NY: Springer US; 2021. p. 223–238. Available from: https://doi.org/10.1007/978-1-0716-0849-4_12.
- 36. Kuru HI, Tastan O, Cicek E. MatchMaker: A Deep Learning Framework for Drug Synergy Prediction. IEEE/ACM Transactions on Computational Biology and Bioinformatics. 2021; p. 1–1.
- 37. Kim Y, Zheng S, Tang J, Jim Zheng W, Li Z, Jiang X. Anticancer drug synergy prediction in understudied tissues using transfer learning. Journal of the American Medical Informatics Association. 2021;28(1):42–51. pmid:33040150
- 38. Wang J, Liu X, Shen S, Deng L, Liu H. DeepDDS: deep graph neural network with attention mechanism to predict synergistic drug combinations. Briefings in Bioinformatics. 2021.
- 39.
Preto AJ, Matos-Filipe P, Mourão J, Moreira IS. SynPred: Prediction of Drug Combination Effects in Cancer using Full-Agreement Synergy Metrics and Deep Learning. Preprints. 2021;.
- 40.
Zhang H, Feng J, Zeng A, Payne P, Li F. Predicting tumor cell response to synergistic drug combinations using a novel simplified deep learning model. In: AMIA Annual Symposium Proceedings. vol. 2020. American Medical Informatics Association; 2020. p. 1364.
- 41. Liu Q, Xie L. TranSynergy: Mechanism-driven interpretable deep neural network for the synergistic prediction and pathway deconvolution of drug combinations. PLOS Computational Biology. 2021;17(2):e1008653. pmid:33577560
- 42.
Vaswani A, Shazeer N, Parmar N, Uszkoreit J, Jones L, Gomez AN, et al. Attention is all you need. In: Advances in neural information processing systems; 2017. p. 5998–6008.
- 43. Bazgir O, Ghosh S, Pal R. Investigation of REFINED CNN ensemble learning for anti-cancer drug sensitivity prediction. Bioinformatics. 2021;37(Supplement_1):i42–i50. pmid:34252971
- 44. Jiang P, Huang S, Fu Z, Sun Z, Lakowski TM, Hu P. Deep graph embedding for prioritizing synergistic anticancer drug combinations. Computational and Structural Biotechnology Journal. 2020;18:427–438. pmid:32153729
- 45.
Dong Z, Zhang H, Chen Y, Li F. Interpretable Drug Synergy Prediction with Graph Neural Networks for Human-AI Collaboration in Healthcare; 2021. Available from: http://arxiv.org/abs/2105.07082.
- 46. Yang J, Xu Z, Wu WKK, Chu Q, Zhang Q. GraphSynergy: a network-inspired deep learning model for anticancer drug combination prediction. Journal of the American Medical Informatics Association. 2021;28(11):2336–2345. pmid:34472609
- 47.
Rozemberczki B, Gogleva A, Nilsson S, Edwards G, Nikolov A, Papa E. MOOMIN: Deep Molecular Omics Network for Anti-Cancer Drug Combination Therapy; 2021. Available from: http://arxiv.org/abs/2110.15087.
- 48. Ma J, Motsinger-Reif A. Prediction of synergistic drug combinations using PCA-initialized deep learning. BioData Mining. 2021;14(1):46. pmid:34670583
- 49.
Lundberg SM, Lee SI. A Unified Approach to Interpreting Model Predictions. In: Guyon I, Luxburg UV, Bengio S, Wallach H, Fergus R, Vishwanathan S, et al., editors. Advances in Neural Information Processing Systems 30. Curran Associates, Inc.; 2017. p. 4765–4774. Available from: http://papers.nips.cc/paper/7062-a-unified-approach-to-interpreting-model-predictions.pdf.
- 50. Staker BL, Hjerrild K, Feese MD, Behnke CA, Burgin AB, Stewart L. The mechanism of topoisomerase I poisoning by a camptothecin analog. Proceedings of the National Academy of Sciences. 2002;99(24):15387–15392. pmid:12426403
- 51. Wakeling AE, Guy SP, Woodburn JR, Ashton SE, Curry BJ, Barker AJ, et al. ZD1839 (Iressa): an orally active inhibitor of epidermal growth factor signaling with potential for cancer therapy. Cancer research. 2002;62(20):5749–5754. pmid:12384534
- 52. Nakamura Y, Oka M, Soda H, Shiozawa K, Yoshikawa M, Itoh A, et al. Gefitinib (“Iressa”, ZD1839), an Epidermal Growth Factor Receptor Tyrosine Kinase Inhibitor, Reverses Breast Cancer Resistance Protein/ABCG2–Mediated Drug Resistance. Cancer Research. 2005;65(4):1541–1546. pmid:15735043
- 53. Yun CH, Boggon TJ, Li Y, Woo MS, Greulich H, Meyerson M, et al. Structures of Lung Cancer-Derived EGFR Mutants and Inhibitor Complexes: Mechanism of Activation and Insights into Differential Inhibitor Sensitivity. Cancer Cell. 2007;11(3):217–227. pmid:17349580
- 54. Davis MI, Hunt JP, Herrgard S, Ciceri P, Wodicka LM, Pallares G, et al. Comprehensive analysis of kinase inhibitor selectivity. Nature Biotechnology. 2011;29(11):1046–1051. pmid:22037378
- 55. Engelman JA, Zejnullahu K, Mitsudomi T, Song Y, Hyland C, Park JO, et al. MET Amplification Leads to Gefitinib Resistance in Lung Cancer by Activating ERBB3 Signaling. Science. 2007;316(5827):1039–1043. pmid:17463250
- 56. Cheung HW, Du J, Boehm JS, He F, Weir BA, Wang X, et al. Amplification of CRKL Induces Transformation and Epidermal Growth Factor Receptor Inhibitor Resistance in Human Non–Small Cell Lung Cancers. Cancer Discovery. 2011;1(7):608–625. pmid:22586683
- 57. Neville LF, Mathiak G, Bagasra O. The immunobiology of interferon-gamma inducible protein 10 kD (IP-10): A novel, pleiotropic member of the C-X-C chemokine superfamily. Cytokine & Growth Factor Reviews. 1997;8(3):207–219. pmid:9462486
- 58. Bleul CC, Fuhlbrigge RC, Casasnovas JM, Aiuti A, Springer TA. A highly efficacious lymphocyte chemoattractant, stromal cell-derived factor 1 (SDF-1). Journal of Experimental Medicine. 1996;184(3):1101–1109. pmid:9064327
- 59. Ohta A, Sitkovsky M. Extracellular Adenosine-Mediated Modulation of Regulatory T Cells. Frontiers in Immunology. 2014;5. pmid:25071765
- 60. Diebold SS, Kaisho T, Hemmi H, Akira S, Reis e Sousa C. Innate Antiviral Responses by Means of TLR7-Mediated Recognition of Single-Stranded RNA. Science. 2004;303(5663):1529–1531. pmid:14976261
- 61. Bowen MA, Patel DD, Li X, Modrell B, Malacko AR, Wang WC, et al. Cloning, mapping, and characterization of activated leukocyte-cell adhesion molecule (ALCAM), a CD6 ligand. Journal of Experimental Medicine. 1995;181(6):2213–2220. pmid:7760007
- 62. Subramanian A, Tamayo P, Mootha VK, Mukherjee S, Ebert BL, Gillette MA, et al. Gene set enrichment analysis: A knowledge-based approach for interpreting genome-wide expression profiles. Proceedings of the National Academy of Sciences. 2005;102(43):15545–15550. pmid:16199517
- 63. Costello JC, Heiser LM, Georgii E, Gönen M, Menden MP, Wang NJ, et al. A community effort to assess and improve drug sensitivity prediction algorithms. Nature Biotechnology. 2014;32(12):1202–1212. pmid:24880487
- 64. Iorio F, Knijnenburg TA, Vis DJ, Bignell GR, Menden MP, Schubert M, et al. A Landscape of Pharmacogenomic Interactions in Cancer. Cell. 2016;166(3):740–754. pmid:27397505
- 65.
Baptista D, Correia J, Pereira B, Rocha M. A Comparison of Different Compound Representations for Drug Sensitivity Prediction. In: Rocha M, Fdez-Riverola F, Mohamad MS, Casado-Vara R, editors. Practical Applications of Computational Biology & Bioinformatics, 15th International Conference (PACBB 2021). Cham: Springer International Publishing; 2022. p. 145–154.
- 66. Li H, Li T, Quang D, Guan Y. Network Propagation Predicts Drug Synergy in Cancers. Cancer Research. 2018; p. canres.0740.2018. pmid:30054332
- 67. Wu Z, Ramsundar B, Feinberg EN, Gomes J, Geniesse C, Pappu AS, et al. MoleculeNet: a benchmark for molecular machine learning. Chemical Science. 2018;9(2):513–530. pmid:29629118
- 68. Liu P, Li H, Li S, Leung KS. Improving prediction of phenotypic drug response on cancer cell lines using deep convolutional network. BMC Bioinformatics. 2019;20(1):408. pmid:31357929
- 69. Zagidullin B, Aldahdooh J, Zheng S, Wang W, Wang Y, Saad J, et al. DrugComb: an integrative cancer drug combination data portal. Nucleic Acids Research. 2019;47(W1):W43–W51. pmid:31066443
- 70. Goh WWB, Wang W, Wong L. Why Batch Effects Matter in Omics Data, and How to Avoid Them. Trends in Biotechnology. 2017;35(6):498–507. pmid:28351613
- 71. Domcke S, Sinha R, Levine DA, Sander C, Schultz N. Evaluating cell lines as tumour models by comparison of genomic profiles. Nature Communications. 2013;4(1):2126. pmid:23839242
- 72. Jiang G, Zhang S, Yazdanparast A, Li M, Pawar AV, Liu Y, et al. Comprehensive comparison of molecular portraits between cell lines and tumors in breast cancer. BMC Genomics. 2016;17(S7):525. pmid:27556158
- 73. Yu K, Chen B, Aran D, Charalel J, Yau C, Wolf DM, et al. Comprehensive transcriptomic analysis of cell lines as models of primary tumors across 22 tumor types. Nature Communications. 2019;10(1):3574. pmid:31395879
- 74. Trastulla L, Noorbakhsh J, Vazquez F, McFarland J, Iorio F. Computational estimation of quality and clinical relevance of cancer cell lines. Molecular Systems Biology. 2022;18(7). pmid:35822563
- 75. Malyutina A, Majumder MM, Wang W, Pessia A, Heckman CA, Tang J. Drug combination sensitivity scoring facilitates the discovery of synergistic and efficacious drug combinations in cancer. PLOS Computational Biology. 2019;15(5):e1006752. pmid:31107860
- 76. Palmer AC, Chidley C, Sorger PK. A curative combination cancer therapy achieves high fractional cell killing through low cross-resistance and drug additivity. eLife. 2019;8. pmid:31742555
- 77. Sen P, Saha A, Dixit NM. You Cannot Have Your Synergy and Efficacy Too. Trends in Pharmacological Sciences. 2019;40(11):811–817. pmid:31610891
- 78. Xia F, Allen J, Balaprakash P, Brettin T, Garcia-Cardona C, Clyde A, et al. A cross-study analysis of drug response prediction in cancer cell lines. Briefings in Bioinformatics. 2022;23(1). pmid:34524425
- 79. Bliss CI. The Toxicity of Poisons Applied Jointly. Annals of Applied Biology. 1939;26(3):585–615.
- 80. Kim S, Chen J, Cheng T, Gindulyte A, He J, He S, et al. PubChem in 2021: new data content and improved web interfaces. Nucleic Acids Research. 2021;49(D1):D1388–D1395. pmid:33151290
- 81. Bento AP, Hersey A, Félix E, Landrum G, Gaulton A, Atkinson F, et al. An open source chemical structure curation pipeline using RDKit. Journal of Cheminformatics. 2020;12(1):51. pmid:33431044
- 82.
McInnes L, Healy J, Melville J. UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction; 2018. Available from: http://arxiv.org/abs/1802.03426.
- 83. Langfelder P, Horvath S. WGCNA: an R package for weighted correlation network analysis. BMC Bioinformatics. 2008;9(1):559.
- 84.
Lyu B, Haque A. Deep Learning Based Tumor Type Classification Using Gene Expression Data. In: Proceedings of the 2018 ACM International Conference on Bioinformatics, Computational Biology, and Health Informatics. New York, NY, USA: ACM; 2018. p. 89–96. Available from: https://dl.acm.org/doi/10.1145/3233547.3233588.
- 85. Subramanian A, Tamayo P, Mootha VK, Mukherjee S, Ebert BL, Gillette MA, et al. Gene set enrichment analysis: A knowledge-based approach for interpreting genome-wide expression profiles. Proceedings of the National Academy of Sciences. 2005;102(43):15545–15550. pmid:16199517
- 86. Liberzon A, Subramanian A, Pinchback R, Thorvaldsdottir H, Tamayo P, Mesirov JP. Molecular signatures database (MSigDB) 3.0. Bioinformatics. 2011;27(12):1739–1740. pmid:21546393
- 87. Jassal B, Matthews L, Viteri G, Gong C, Lorente P, Fabregat A, et al. The reactome pathway knowledgebase. Nucleic Acids Research. 2019.
- 88. Subramanian A, Narayan R, Corsello SM, Peck DD, Natoli TE, Lu X, et al. A Next Generation Connectivity Map: L1000 Platform and the First 1,000,000 Profiles. Cell. 2017;171(6):1437–1452.e17. pmid:29195078
- 89. Freshour SL, Kiwala S, Cotto KC, Coffman AC, McMichael JF, Song JJ, et al. Integration of the Drug–Gene Interaction Database (DGIdb 4.0) with open crowdsource efforts. Nucleic Acids Research. 2021;49(D1):D1144–D1151. pmid:33237278
- 90. Tate JG, Bamford S, Jubb HC, Sondka Z, Beare DM, Bindal N, et al. COSMIC: the Catalogue Of Somatic Mutations In Cancer. Nucleic Acids Research. 2019;47(D1):D941–D947. pmid:30371878
- 91. Sondka Z, Bamford S, Cole CG, Ward SA, Dunham I, Forbes SA. The COSMIC Cancer Gene Census: describing genetic dysfunction across all human cancers. Nature Reviews Cancer. 2018;18(11):696–705.
- 92. Repana D, Nulsen J, Dressler L, Bortolomeazzi M, Venkata SK, Tourna A, et al. The Network of Cancer Genes (NCG): a comprehensive catalogue of known and candidate cancer genes from cancer sequencing screens. Genome Biology. 2019;20(1):1. pmid:30606230
- 93. Rogers D, Hahn M. Extended-Connectivity Fingerprints. Journal of Chemical Information and Modeling. 2010;50(5):742–754. pmid:20426451
- 94.
Kim Y. Convolutional Neural Networks for Sentence Classification. In: Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP). Stroudsburg, PA, USA: Association for Computational Linguistics; 2014. p. 1746–1751. Available from: https://www.aclweb.org/anthology/D14-1181http://aclweb.org/anthology/D14-1181.
- 95.
Ramsundar B, Eastman P, Walters P, Pande V, Leswing K, Wu Z. Deep Learning for the Life Sciences. O’Reilly Media; 2019.
- 96.
Kipf TN, Welling M. Semi-Supervised Classification with Graph Convolutional Networks. In: 5th International Conference on Learning Representations, ICLR 2017, Toulon, France, April 24-26, 2017, Conference Track Proceedings. OpenReview.net; 2017. Available from: https://openreview.net/forum?id=SJU4ayYgl.
- 97.
Velickovic P, Cucurull G, Casanova A, Romero A, Liò P, Bengio Y. Graph Attention Networks. In: 6th International Conference on Learning Representations, ICLR 2018, Vancouver, BC, Canada, April 30—May 3, 2018, Conference Track Proceedings. OpenReview.net; 2018. Available from: https://openreview.net/forum?id=rJXMpikCZ.
- 98. Morris P, St Clair R, Hahn WE, Barenholtz E. Predicting Binding from Screening Assays with Transformer Network Embeddings. Journal of Chemical Information and Modeling. 2020;60(9):4191–4199. pmid:32568539
- 99. Abadi M, Agarwal A, Barham P, Brevdo E, Chen Z, Citro C, et al. TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems. Nature Neuroscience. 2016;16(4):486–492.
- 100. Grattarola D, Alippi C. Graph Neural Networks in TensorFlow and Keras with Spektral [Application Notes]. IEEE Computational Intelligence Magazine. 2021;16(1):99–106.
- 101.
Falkner S, Klein A, Hutter F. BOHB: Robust and efficient hyperparameter optimization at scale. In: International Conference on Machine Learning. PMLR; 2018. p. 1437–1446.
- 102.
Močkus J. On Bayesian Methods for Seeking the Extremum. In: Optimization Techniques IFIP Technical Conference. Berlin, Heidelberg: Springer Berlin Heidelberg; 1975. p. 400–404. Available from: http://link.springer.com/10.1007/978-3-662-38527-2_55.
- 103. Li L, Jamieson K, DeSalvo G, Rostamizadeh A, Talwalkar A. Hyperband: A novel bandit-based approach to hyperparameter optimization. The Journal of Machine Learning Research. 2017;18(1):6765–6816.
- 104. Zou H, Hastie T. Regularization and variable selection via the elastic net. Journal of the Royal Statistical Society: Series B (Statistical Methodology). 2005;67(2):301–320.
- 105. Drucker H, Burges CJC, Kaufman L, Smola AJ, Vapnik V. Support vector regression machines. In: Advances in neural information processing systems; 1997. p. 155–161.
- 106. Breiman L. Random forests. Machine Learning. 2001;45(1):5–32.
- 107. Pedregosa F, Varoquaux G, Gramfort A, Michel V, Thirion B, Grisel O, et al. Scikit-learn: Machine Learning in Python. Journal of Machine Learning Research. 2012;12(Oct):2825–2830.
- 108.
Williams CKI, Seeger M. Using the Nyström Method to Speed up Kernel Machines. In: Proceedings of the 13th International Conference on Neural Information Processing Systems. NIPS’00. Cambridge, MA, USA: MIT Press; 2000. p. 661–667.
- 109.
Chen T, Guestrin C. Xgboost: A scalable tree boosting system. In: Proceedings of the 22nd acm sigkdd international conference on knowledge discovery and data mining; 2016. p. 785–794.
- 110. Ke G, Meng Q, Finley T, Wang T, Chen W, Ma W, et al. Lightgbm: A highly efficient gradient boosting decision tree. Advances in neural information processing systems. 2017;30:3146–3154.
- 111.
Shrikumar A, Greenside P, Kundaje A. Learning important features through propagating activation differences. In: International Conference on Machine Learning. PMLR; 2017. p. 3145–3153.
- 112. Yu G, Wang LG, Han Y, He QY. clusterProfiler: an R Package for Comparing Biological Themes Among Gene Clusters. OMICS: A Journal of Integrative Biology. 2012;16(5):284–287. pmid:22455463