Next Article in Journal
Comprehensive Analysis of RNA Expression Correlations between Biofluids and Human Tissues
Next Article in Special Issue
Machine Learning: An Overview and Applications in Pharmacogenetics
Previous Article in Journal
Cis-Segregation of c.1171C>T Stop Codon (p.R391*) in SERPINC1 Gene and c.1691G>A Transition (p.R506Q) in F5 Gene and Selected GWAS Multilocus Approach in Inherited Thrombophilia
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Methodological Framework to Discover Pharmacogenomic Interactions Based on Random Forests

1
Institute for Biomedical Research and Innovation, National Research Council, 90146 Palermo, Italy
2
Department of Health Promotion, Mother and Child Care, Internal Medicine and Medical Specialties, University of Palermo, 90127 Palermo, Italy
*
Author to whom correspondence should be addressed.
Submission received: 17 May 2021 / Revised: 15 June 2021 / Accepted: 16 June 2021 / Published: 18 June 2021
(This article belongs to the Special Issue Pharmacogenomics: Challenges and Future)

Abstract

:
The identification of genomic alterations in tumor tissues, including somatic mutations, deletions, and gene amplifications, produces large amounts of data, which can be correlated with a diversity of therapeutic responses. We aimed to provide a methodological framework to discover pharmacogenomic interactions based on Random Forests. We matched two databases from the Cancer Cell Line Encyclopaedia (CCLE) project, and the Genomics of Drug Sensitivity in Cancer (GDSC) project. For a total of 648 shared cell lines, we considered 48,270 gene alterations from CCLE as input features and the area under the dose-response curve (AUC) for 265 drugs from GDSC as the outcomes. A three-step reduction to 501 alterations was performed, selecting known driver genes and excluding very frequent/infrequent alterations and redundant ones. For each model, we used the concordance correlation coefficient (CCC) for assessing the predictive performance, and permutation importance for assessing the contribution of each alteration. In a reasonable computational time (56 min), we identified 12 compounds whose response was at least fairly sensitive (CCC > 20) to the alteration profiles. Some diversities were found in the sets of influential alterations, providing clues to discover significant drug-gene interactions. The proposed methodological framework can be helpful for mining pharmacogenomic interactions.

1. Introduction

Mining pharmacogenomic interactions in cancer research is of crucial importance for identifying the profiles of patients who are most likely to benefit from specific therapies [1]. In this regard, the Cancer Cell Line Encyclopedia (CCLE) [2] and the Genomics of Drug Sensitivity in Cancer (GDSC) [3] projects have screened large panels of cancer cell lines using multiple drug candidates, unveiling several known and novel biomarkers of drug sensitivity [4]. In particular, genomic alterations, including somatic mutations and copy number changes (gene amplifications and deletions), are increasingly being considered as candidate biomarkers of drug sensitivity [5]. However, complex interactions involving combinations of genomic alterations may be associated with drug response [6].
Accurate quantification of drug cytotoxicity is crucial in precision medicine for cancer, and different statistical methods and metrics have been developed based on dose-response curve characteristics [7]. Among them, the area under the dose-response curve (AUC) has been recommended [8].
The conventional definition of “pharmacogenomic interaction” in the relevant literature refers to the situation in which genomic features (X, Z) are associated with the response to a given drug (Yd) across a set of screened cell lines (Yd ~ X + Z). Although usually disregarded, this is in line with the statistical definition of interaction, i.e., the situation in which the effect of the drug used (d) on a cytotoxicity indicator (Y) depends on the genomic features of the target cell lines (Y ~ d × [X + Y]). A natural way of obtaining clues about the presence of drug-gene interactions is indeed estimating independent models for several compounds (Yd ~ X + Z) and seeking differential associations [9].
A broad range of supervised machine learning algorithms is available for predicting drug sensitivity in precision oncology applications [10]. In particular, Elastic Net regression [11] and Random Forests [12] have been recommended due to their good predictive performances [13]. Other approaches adopted in recent studies analyzing data from CCLE and/or GDSC include drug-gene common module identification methods (based on non-negative matrix factorization, partial least squares, and network analysis) [14], mutation pair models (based on linear regression) [15], drug-gene similarity network models [16], and Bayesian regression [17]. Although all the aforementioned approaches have been demonstrated to ensure good predictive performances, several concerns may limit their applicability in pharmacogenomic studies: computational complexity, assumption validity (e.g., linearity), tuning parameter selection, interpretability, ability to handle numerical/categorical variables, and ability disentangle the importance of single features or their combinations.
In this regard, Random Forests are quite flexible, assumption-free, and able to incorporate the effect of predictor combinations (Yd ~ X × Z) as a natural consequence of their tree structure [18]. On the other side, Random Forests may be lacking in terms of interpretability, and their computational burden (in terms of both time and required memory) rapidly grows with the number of samples and predictors. Therefore, the estimation of multiple Random Forests may become unfeasible on ordinary computer platforms.
In 2010, Riddick et al. developed a multistep algorithm for predicting in vitro drug response from gene expression data, showing that Random Forests yield superior predictive accuracy to univariate or additive models [19]. This algorithm is able to create drug-specific gene expression signatures and to identify core cell lines involved in the associations [19]. A similar algorithm has not been developed for mutation data and for mining drug-gene interactions in a statistical fashion.
In this study, we aimed to provide a methodological framework for mining pharmacogenomic interactions based on Random Forests. The proposed methodology is thought to be carried out with ordinary computational resources and using R version 4.0.2 (R Foundation for Statistical Computing, Vienna, Austria) as the reference software. A comprehensive source code is provided in the Supplementary Material, including indications about all the required libraries and some data not shown.

2. Materials and Methods

2.1. Alteration and Response Datasets

In the current study, we considered two publicly available datasets from the CCLE and the GDSC projects. Thereafter, they will be referred to as the “Alteration” dataset and the “Response” dataset. Both datasets were accessed on 1 February 2021.
The CCLE Alteration dataset (CCLE_MUT_CNA_AMP_DEL_binary_Revealer.gct) was downloaded from: https://portals.broadinstitute.org/ccle/data (database file date: 29 February 2016). This dataset contains 48,270 rows corresponding to the same amount of possible gene alterations, labelled by the gene name followed by “_MUT” (somatic mutation), “_DEL” (deletion) or “_AMP” (amplification). The 1030 columns correspond to as many tumor tissues (cell lines), labelled by the sample name followed by “_” and the name of the organ involved. The generic entry of the alteration database is a binary indicator assuming value 1 if a given alteration is present in a given cell line and 0 otherwise. There are no missing values in the Alteration dataset.
The GDSC Response dataset (TableS4B.xlxs) was downloaded from: www.cancerrxgene.org/gdsc1000/GDSC1000_WebResources/Home.html (database file date: 7 July 2016). The transpose dataset contains 265 rows corresponding to as many pharmacological compounds, labelled by the drug identifiers. The 990 columns correspond to the same amount of tumor tissues (cell lines), labelled by the sample name. The generic entry of the response database is the AUC for a given cell line and a given drug. The AUC is reported as a fraction of the total area between the highest and lowest screening concentration, ranging from 0 (highest cytotoxicity) to 1 (lowest cytotoxicity). Missing data are present. The two datasets were matched by column, for a total of 648 shared cell lines.

2.2. Random Forests

Random Forests [18] are very popular in the field of Machine Learning. A Random Forest is an ensemble of decision trees trained on different bootstrap samples drawn from the same training set. The trained forest is used to predict the response variable for new input data, by averaging the predictions obtained from each individual tree. This allows working around the problem of overfitting that may characterize a single, deep decision tree, especially when the number of predictors is large. Moreover, to reduce the correlation among the trees, a random subset of candidate predictors is selected at random before performing any step of data split. Indeed, by reducing the redundancy among the trees, predictive performances are further improved. Random Forests can satisfactorily deal with both numerical and categorical outcome/predictors. As detailed in Section 2.4 and in Section 2.5, Random Forests are able to efficiently provide reliable indicators of predictive performance and variable importance.
Random Forests have two tuning parameters. The first one is the number of trees in each forest, say B. For this parameter, a value of 500 (R default) can be sufficiently large to attain model stability. In this study, a stability check was performed ex-post by calculating the mean of the last ten squared differences in the prediction error through the forest growth process. The second tuning parameter is the number of candidate predictors to select at random before each data split, say m. Its optimal selection would require cross-validation, but this would become computationally prohibitive in our context (because we have to fit 265 models). Many researchers have generally used “one-third of the predictors” as the default choice; this is also the default in the R package randomForest [20], and fair predictive performances have been obtained using this value [21].
In the present study, Random Forests allowed us to satisfactorily cope with the following aspects: (1) the number of predictors is large, possibly leading to overfitting concerns; (2) predictors are binary; (3) outcomes are continuous; (4) we are interested in assessing the extent to which each drug is sensitive to gene alteration profiles; (5) we want to avoid cross-validation for saving computational time; (6) we are interested in assessing variable importance, possibly through a p-value.

2.3. Data Reduction

Here we propose a three-step data reduction aiming to save computational costs. The first step was performed by selecting alterations involving genes included in a list of 568 genes previously identified as cancer drivers [22]. The full list can be downloaded at the following URL: https://www.intogen.org/download (accessed on 1 February 2021).
The second step stems from considering that alterations that are always or never observed in the database (0 variance) will never be included in the Random Forests. Similarly, very frequent/infrequent alterations (low variance) will be less likely to be included in the forests. Given the alteration proportion, say p (relative frequency), the alteration variance was derived as p × (1 − p) (the variance of a binary variable). A “low” variance was set by specifying a small proportion, i.e., 0.05, and calculating the corresponding variance as 0.05 × 0.95 = 0.0475. All the alterations with a variance below the threshold were excluded from the analyses.
The last step stems from considering that Random Forests tend to level the importance of highly correlated (redundant) alterations [23]. In this sense, we propose to apply a hierarchical clustering of predictors [24] to identify groups of correlated alterations and to reduce the redundancy of information by keeping a single representative for each group. In particular, we used a complete-linkage clustering and one minus the squared Pearson correlation matrix of the alterations as the distance matrix. A “small” distance was set by specifying a high correlation, i.e., 0.95, and calculating the corresponding distance as 1 − 0.952 = 0.0975. After cutting the dendrogram at the aforementioned small distance, we stored the original cluster composition and then retained the first alteration in each cluster.

2.4. Predictive Performance

Random Forests provide a convenient way for assessing the “out-of-bag” (OOB) predictive performance of the model without the need to perform cross-validation. First, each response (the AUCs, say Y i ) is predicted by using the subset of trees (say B i ) trained without that observation:
Y ^ i O O B = 1 | B i | b B i Y ^ i b
With B sufficiently large, it can be shown that the aforementioned OOB predictions are virtually equivalent to leave-one-out cross-validation predictions [25]. The aforementioned vector of OOB predictions could therefore be used to calculate an OOB mean squared error. However, for the sake of comparability between models, we propose to use another measure of agreement, i.e., the concordance correlation coefficient (CCC) [26] between observed AUCs and OOB predictions. The CCC can be calculated as:
C C C ( Y , Y ^ O O B ) = 2 cov ( Y , Y ^ O O B ) var ( Y ) + var ( Y ^ O O B ) + ( Y ¯ Y ¯ O O B ) 2
The CCC ranges between −1 and 1, and it is more conservative than a Pearson correlation (it is 1 only if the two vectors are identical). In this study, the CCCs were multiplied by 100. The following benchmarks were used to qualify the concordance: ≤0, “none”; 1 to 20, “poor”; 21 to 40, “fair”; 41 to 60, “moderate”; 61 to 80, “substantial”; 81 to 100, “excellent” [27]. A 95% confidence interval (CI) was obtained, and a lower limit of lower CCC > 20 was used to qualify an at least fair concordance.

2.5. Variable Importance

The importance of each predictor (alteration, say X j ) in each forest was quantified by the permutation importance [28], i.e., the mean change of the prediction error in the OOB samples of each tree (say O O B b ) after random permutation of that predictor (say X ˜ j ):
i m p ( X j ) = 1 B b = 1 B [ i O O B b [ Y i Y ^ i ( X ˜ j ) ] 2 | O O B b | i O O B b [ Y i Y ^ i ( X j ) ] 2 | O O B b | ] = 1 B b = 1 B ( i m p j b )
The importance indicators were then normalized through their estimated standard deviations to obtain an approximate z-score [29] as:
z j = i m p ( X j ) b = 1 B [ i m p j b i m p ( X j ) ] 2 B 1
Finally, a p-value for testing the null hypothesis of no importance was derived, for each alteration, as the areas under the normal curve to the right of z j . Within each model, a Bonferroni correction was applied to the p-value vector, and a given alteration was deemed as significantly influential if p < 0.005, i.e., a more conservative criterion (than p < 0.05) that has been endorsed for claims of new discoveries [30].

2.6. Missing Values

In GDSC, not all the cell lines were screened for each pharmacological compound. Therefore, before estimating each model, cell lines with missing AUCs were not included in the Random Forest. This may alter the distribution of alteration variances, as well as their pairwise correlations. In particular, they may violate the thresholds set. Therefore, for each model, we checked the CCC between the original and altered variance/squared correlation distribution, and the frequency of violated thresholds (low variances and high correlations), by plotting them against the sample size.

2.7. Reporting Results

After presenting summary statistics for the two datasets, we reported elapsed times for the 265 Random Forests by sample size and the stability indicator distribution. Then, we reported the frequency distribution of the prediction CCC across the models by class. We also investigated the possible effects of sample size and average compound AUC on the CCC. Therefore, we produced two reports. Report 1 lists the compounds associated with an at least fair CCC (lower CCC > 20), in decreasing order of CCC, and for each of them: the CCC and its 95% CI, mean AUC, sample size, number and name of significantly influential alterations in decreasing order of importance. Report 2 lists the alterations that influence the compounds in Report 1 in decreasing order of significance frequency and for each of them: ID and size of the corresponding alteration cluster, names of influenced compounds in decreasing order of CCC.

2.8. Discovering Drug-Gene Interactions

The two reports were used for obtaining clues about the presence of drug-gene interactions. In particular, we carried out further investigations for pairs of compounds with similar average AUCs but different, very influential alterations. In this case, after logit normalization of the AUC, we performed a graphical investigation by plotting the overall logit (AUC) distribution for the two compounds, and the logit(AUC) distributions conditional to combinations of the two alterations. We also performed a formal test for interaction through a two-way ANOVA with logit (AUC) as the response, the compound as Factor 1, and the alteration combination as Factor 2.
A comprehensive methodological workflow about the present work is provided in the Supplementary Material.

3. Results

Figure 1A represents the Alteration dataset, with black dots indicating altered cells. The 48,270 rows (alteration types, reported on the x-axis) and the 648 columns (cell lines, reported on the y-axis) were reported in increasing order of alteration frequency. As indicated by the numbers above the plot, there were about 10,000 rows with less than 1% (7/648) of altered cell lines. Moreover, there were about 40,000 rows with less than 5% (33/648) of altered cell lines. Figure 1B represents the Response dataset, with grey dots indicating missing AUCs. The 265 rows (compounds, reported on the x-axis) were reported in increasing order of sample size, while the 648 columns (cell lines, reported on the y-axis) were reported in increasing order of alteration frequency (as in Figure 1A). As indicated by the numbers above the plot, the proportion of missing AUCs ranged from 67% (436/648) to 5% (33/648), for an average sample size of 523 cell lines.
A total of 2567 alteration types involved one of the 568 driver genes. Among them, 1990 had a variance below the threshold and were excluded. Clustering the 577 remaining predictors identified 501 alteration groups (447 of size 1), and the 501 corresponding representatives were included in the final analyses. The most frequent tissues of origin of the 648 cell lines were the lung and the hematopoietic and lymphoid tissue (Table 1).
The CCC between alteration variances/squared correlations before and after missing data removal was always excellent (>80) (Figure 2A). At most, 25% of alteration variances and 45 pcm (percent mille, or per hundred thousand) of pairwise correlations violated the thresholds set (Figure 2B). The missing effect decreased as the sample size increased.
On a 10th generation Core i7 with 4 cores (up to 3.9 GHz) and 16 GB SDRAM DDR4, the computational time increased linearly with the sample size, for a total of 56 min (Figure 3A). The stability indicator was 0 (stability reached) in all models (Figure 3B). For 16/265 (6%) of the Random Forests, the CCC between observed and predicted AUCs was larger than 20 (lower CCC > 20 for 12 of them) (Figure 4A). On average, model CCCs were tendentially larger as the sample size increased (Figure 4B), while they were tendentially smaller as the average compound AUC increased (Figure 4C).
Table 2 shows Report 1 up to the two most influential alterations for each compound; Supplementary Table S1 shows the whole of Report 1. Dabrafenib was associated with the largest CCC (67.4, 95% CI: 63.1, 71.3), while (5Z)-7-Oxozeaenol was associated with the smallest CCC (26.5, 95% CI: 21.6, 31.2) (Table 2). In the whole of Report 1, Trametinib was associated with the largest number (16) of significantly influential (p < 0.005) alterations (Supplementary Table S1). BRAF mutations were strong predictors for Dabrafenib, PLX4720, and SB590885. BRAF and KRAS mutations were strong predictors for RDEA119, Trametinib, AZD6244, and PD-0325901. BRAF and NRAS mutations were strong predictors for (5Z)-7-Oxozeaenol. TP53 mutation and MAP2K4 deletion were strong predictors for Nutlin-3a. IKZF3 and ERBB2 amplification were strong predictors for Afatinib (rescreen).
Table 3 shows Report 2 up to alterations significantly influential (p < 0.005) for >1 compounds; Supplementary Table S2 shows the whole of Report 2. BRAF.V600E_MUT and BRAF_MUT alterations were significantly influential for the largest number of compounds in Report 1 (11 and 10, respectively).
Two couples of potential drug-gene interactions deserved further investigation. The first interaction (Figure 5) involved PLX4720 and Nutlin-3a, due to a very similar average AUC (0.937 and 0.936) and different most influential alterations (BRAF.V600E_MUT and TP53_MUT). The second interaction (Figure 6) involved Dabrafenib and Afatinib (rescreen), due to a similar average AUC (0.886 and 0.904) and different most influential alterations (BRAF.V600E_MUT and IKZF3_AMP).
In both cases, the average response difference between the two compounds was related to the particular combination of alteration status, which was suggestive of statistical drug-gene interaction. A formal test via two-way ANOVA indeed confirmed the presence of statistically significant interaction effects (p-values < 0.001).

4. Discussion

We provided a statistical methodological framework for mining and graphically exploring drug-gene interactions based on Random Forests. After three steps of data reduction, several models were fitted using the AUC as the drug sensitivity indicator and copy number and mutation data as the predictors. Then, we used known statistical indicators of model predictive performance and variable importance and produced tabular and graphical reports of the results. Using an ordinary computer platform and the R software, we identified 12 compounds associated with an at least fair concordance between observed AUCs and OOB predictions, in a reasonable computational time (56 min). Moreover, some diversities were found in the sets of influential alterations, providing clues to discover significant drug-gene interactions.
The OOB predictive performance of the models was poor for 72.5% of the tested drugs (Figure 4A). Indeed, the information content of genomic data (somatic mutations and copy number changes) is known to be lower than, for example, gene expression data in the pan-cancer setting [4,31]. Copy number changes may be associated with each other, and mutations may characterize only a few genes [13]. On the other side, genomic data can more easily translate into clinical biomarkers, as a consequence of the increased molecular stability of DNA compared to RNA [13]. Moreover, genomic alterations are more likely to represent functional (causal) drivers of drug sensitivity [13].
Model CCCs were tendentially larger as the number of cell lines tested with each drug increased (Figure 4B); indeed, smaller sample sizes may have straightforwardly influenced the predictive performance for several models. Moreover, the CCCs were tendentially smaller as the average compound AUC increased (Figure 4C). This is consistent with the finding of an increasing estimation uncertainty of the AUC for experiments with a partial response (AUC between 0.4 and 0.9) [32]. In general, while using the AUC for assessing drug sensitivity has been shown to increase the predictive performances in pharmacogenomic models [13], using a single summary statistic may not be optimal [33]. In this regard, the use of multivariate analysis of variance (MANOVA) has been endorsed for the joint modelling of multiple drug sensitivity indicators (associated with individual genomic features), such as the traditional metric of IC50 (the concentration at which the compound reaches 50% reduction in cell viability) and the slope of the dose-response curve [3].
The proposed methodological approach may appear simplistic or potentially affected by workarounds aiming to save computational time (especially data reduction). Nevertheless, we were able to detect well-known associations (Supplementary Table S1) such as Dabrafenib-BRAF (sensitivity, Figure 6) [34], Nutlin-3a-TP53 (resistance, Figure 5) [35], Afatinib-ERBB2 and Afatinib-EGFR (sensitivity, data not shown) [36,37], and other associations reported by the Drug–Gene Interaction Database (DGIdb 4.0) [38]. Potentially novel associations were also found, such as Afatinib-IKZF3 (sensitivity, Figure 6) and Nutlin-3a-MAP2K4 (resistance, data not shown), which need, however, to be validated in in vivo models. Although we conservatively limited our reports to drugs with an at least fair CCC (>20), the provided R code (Supplementary Materials) allows users to reduce this threshold (e.g., >10) to include less predictable compounds in the reports, and to obtain more (but less precise) clues about potential drug-gene interactions.
In this regard, we also provided clues to producing graphical reports (Figure 5 and Figure 6) for exploring drug-gene interactions. This was accomplished by considering pairs of compounds with similar AUCs but different associated alterations, and plotting their (logit) AUC distributions against combinations of influential alterations. Although AUC comparisons among drugs may be hazardous, such investigation is more in line with the statistical definition of interaction, i.e., the situation in which drug effects on a cytotoxicity indicator depend on the genomic features of the target cell lines. In this novel perspective, a formal test for statistical interactions was performed via two-way ANOVA with (logit) AUC as the response, compound as Factor 1, and alteration combination as Factor 2.
Among available Machine Learning algorithms, we used Random Forests. Random Forests have already been applied in previous genomic studies [10], showing high predictive accuracy at the expense of model interpretability [13]. Although Elastic Net regression has been recommended as a valid (or even better) alternative [13], its use was not fully indicated in the current framework. In particular, Elastic Net regression has two tuning parameters for the Ridge/Lasso contributions (no defaults have been proposed), requires a standardization of the (quantitative) features, and does not provide p-values for statistical testing of feature importance. Moreover, Elastic Net regression does not automatically account for the effect of feature combinations, does not provide natural alternatives to cross-validation, and requires a test set for the assessment of predictive performance. Logic Regression [4] is another elegant solution to evaluate predictor combinations but, differently from Random Forests, it requires tuning model complexity (number of combinations/alterations involved) and would not be extensible to continuous predictors such as gene expression. Discovering markers using multiple statistical tests has also been recommended [39]; however, as for MANOVA, it involves testing one genomic feature at a time, overlooking feature combinations.
Estimating multiple Random Forests requires time and memory resources, especially with many predictors. In particular, trying to estimate a single Random Forest with the original 48,270 alterations rapidly saturated the system in an ordinary computer platform (10th generation Core i7, 4 cores up to 3.9 GHz, 16 GB SDRAM DDR4). For this reason, we proposed three steps of data reduction: limiting to driver genes, excluding frequent/infrequent alterations, and excluding redundant alterations. It is worth noting that, differently from usual feature selection algorithms, the proposed data reduction is performed before the predictors could see the responses, so that overfitting is prevented.
Although limiting to driver genes may lead to overlooking potentially unexplored associations, it has been observed that mutations on driver genes can be responsible for both the genesis and the course of malignancies, including drug sensitivity [40,41].
Similarly, excluding infrequent alterations of driver genes may lead to disregarding potentially important biomarkers of response to therapies [42]. It should be noted that, in our application, the term “infrequent” refers to the frequency observed in the specific dataset. Conversely, the term “rare” would be more appropriate for referring to general cell line populations [43] (the two terms are associated but not identical). Although we set a proportion equal to 0.05 (or 0.95) to denote an infrequent (or frequent) alteration, this parameter can be decreased or even increased according to the available hardware. As a raw check of statistical power, given the average sample size (523), the t-test for alterations with a relative frequency of 0.05 (or 0.95), a significant level of 0.05, and a moderate effect size [44] has a power of about 0.70. This may be acceptable, especially if we assume that statistical testing through Random Forest ensures higher power [28]. To get a power of at least 0.80, the small frequency should be set at 0.065 (see the R code provided in the supplement for calculations).
In the last step of data reduction, we applied a hierarchical clustering of predictors to reduce the redundancy of information by keeping a single representative for each group. Because the original cluster composition is stored, excluded (redundant) alterations are not completely discarded with this reduction step. They will simply be considered as being as important as their representatives. Although we set a correlation (notice that Pearson correlation equals Cramer’s V for binary variables) equal to 0.95 (or −0.95) to qualify redundant (or specular) alterations, this parameter can also be modified according to the available hardware. In particular, decreasing the threshold (e.g., to 0.8) would produce fewer alteration clusters and, consequently, fewer representatives.

4.1. Strengths

The main strength of the proposed methodological framework is its relative simplicity, computational efficiency, and flexibility. Indeed, the methodology can be extended to consider other predictor categories, such as gene expression and DNA methylation, and/or different drug sensitivity indicators. Moreover, we gathered data from two publicly available large-scale pharmacogenomics resources, the CCLE and the GDSC. For these projects, substantial agreement has been observed in the provided measurements of drug sensitivity and genomic predictors [45], and powerful connectivity tools have been developed [46]. Finally, we applied reliable statistical methodologies for assessing feature importance (permutation importance and the associated p-value) and model predictive performance (CCC). In particular, differently from previous studies [4,12,16], we used the more conservative CCC rather than the Pearson correlation coefficient for assessing the agreement between observed and predicted drug responses. These tools simplified the creation and interpretation of tabular and graphical reports.

4.2. Limitations

Several limitations should also be acknowledged. First, as previously mentioned, the proposed methodological approach is affected by workarounds and somewhat arbitrary choices aimed at saving computational time, especially thresholds for data reduction and the use of default tuning parameters for the Random Forests. Another concern is that several missing data were removed. In particular, because the sets of cell lines with unavailable AUCs were different for different drugs, this may have affected the comparability among different models. In this regard, we provided suggestions to perform graphical checks: a check of model stability (Figure 3B) and a check of missing effects (Figure 2).
Finally, our analysis was carried out by including all cancer types available in the database (pan-cancer setting). Although this ensures larger sample sizes, between-tissue heterogeneity in both drug response and tumor molecular characteristics may introduce biases into pan-cancer analysis [4]. In this case, possible workarounds may include performing tissue-specific analyses (at the expense of the sample size) or considering Random Forest extensions that are able to incorporate the aforementioned heterogeneity [47].

5. Conclusions

In conclusion, this article presented a reliable, flexible, and efficient framework of statistical methodology for mining and graphically exploring drug-gene interactions based on Random Forests. In a reasonable computational time, the proposed methodology allowed us to identify well-known drug-gene associations and provided clues to discover novel pharmacogenomic interactions. An open R code was made available for implementation in ordinary computer platforms.

Supplementary Materials

The following are available online at https://0-www-mdpi-com.brum.beds.ac.uk/article/10.3390/genes12060933/s1. Table S1: Report 1, including all the influential alterations for each compound (in decreasing order of CCC): CCC—concordance correlation coefficient between observed AUCs and out-of-bag predictions; CI—confidence interval; AUC—area under the dose-response curve. Alterations are in decreasing order of permutation importance. Clues about interactions are in green and red. Table S2: Report 2, including all the alterations significantly influential (p < 0.005) for the compounds in Report 1 (in decreasing order of CCC). Others: zip archive with comprehensive R source code; methodological workflow.

Author Contributions

Conceptualization, S.F., G.C. and S.L.G.; methodology, S.F.; software, S.F.; validation, G.C., L.M., V.M., G.F. and S.L.G.; formal analysis, S.F.; investigation, S.F.; resources, S.L.G.; data curation, S.F.; writing—original draft preparation, S.F.; writing—review and editing, S.F., G.C., L.M., V.M., G.F. and S.L.G.; visualization, S.F.; supervision, S.L.G. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Publicly available datasets were analyzed in this study. The CCLE data can be found here: https://portals.broadinstitute.org/ccle/data, accessed on 1 February 2021. The GDSC data can be found here: www.cancerrxgene.org/gdsc1000/GDSC1000_WebResources/Home.html, accessed on 1 February 2021.

Acknowledgments

We would like to acknowledge Mariamena Arbitrio and Antonio Russo for their valuable comments and suggestions.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Smida, M.; Nijman, S.M. Functional Drug–Gene Interactions in Lung Cancer. Expert Rev. Mol. Diagn. 2012, 12, 291–302. [Google Scholar] [CrossRef] [PubMed]
  2. Barretina, J.; Caponigro, G.; Stransky, N.; Venkatesan, K.; Margolin, A.A.; Kim, S.; Wilson, C.J.; Lehár, J.; Kryukov, G.V.; Sonkin, D.; et al. The Cancer Cell Line Encyclopedia Enables Predictive Modelling of Anticancer Drug Sensitivity. Nature 2012, 483, 603–607. [Google Scholar] [CrossRef] [PubMed]
  3. Yang, W.; Soares, J.; Greninger, P.; Edelman, E.J.; Lightfoot, H.; Forbes, S.; Bindal, N.; Beare, D.; Smith, J.A.; Thompson, I.R.; et al. Genomics of Drug Sensitivity in Cancer (GDSC): A Resource for Therapeutic Biomarker Discovery in Cancer Cells. Nucleic Acids Res. 2013, 41, D955–D961. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Iorio, F.; Knijnenburg, T.A.; Vis, D.J.; Bignell, G.R.; Menden, M.P.; Schubert, M.; Aben, N.; Gonçalves, E.; Barthorpe, S.; Lightfoot, H.; et al. A Landscape of Pharmacogenomic Interactions in Cancer. Cell 2016, 166, 740–754. [Google Scholar] [CrossRef] [Green Version]
  5. Garnett, M.J.; Edelman, E.J.; Heidorn, S.J.; Greenman, C.D.; Dastur, A.; Lau, K.W.; Greninger, P.; Thompson, I.R.; Luo, X.; Soares, J.; et al. Systematic Identification of Genomic Markers of Drug Sensitivity in Cancer Cells. Nature 2012, 483, 570–575. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  6. Khanna, K.K.; Duijf, P.H. Complexities of Pharmacogenomic Interactions in Cancer. Mol. Cell. Oncol. 2020, 7, 1735910. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  7. Brown, C.; Havener, T.; Everitt, L.; McLeod, H.; Motsinger-Reif, A. A Comparison of Association Methods for Cytotoxicity Mapping in Pharmacogenomics. Front. Genet. 2011, 2, 86. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  8. Huang, S.; Pang, L. Comparing Statistical Methods for Quantifying Drug Sensitivity Based on in vitro Dose–Response Assays. Assay Drug Dev. Technol. 2012, 10, 88–96. [Google Scholar] [CrossRef]
  9. Cokelaer, T.; Chen, E.; Iorio, F.; Menden, M.P.; Lightfoot, H.; Saez-Rodriguez, J.; Garnett, M.J. GDSCTools for Mining Pharmacogenomic Interactions in Cancer. Bioinformatics 2018, 34, 1226–1228. [Google Scholar] [CrossRef] [Green Version]
  10. Ali, M.; Aittokallio, T. Machine Learning and Feature Selection for Drug Response Prediction in Precision Oncology Applications. Biophys. Rev. 2019, 11, 31–39. [Google Scholar] [CrossRef] [Green Version]
  11. Ding, M.Q.; Chen, L.; Cooper, G.F.; Young, J.D.; Lu, X. Precision Oncology beyond Targeted Therapy: Combining Omics Data with Machine Learning Matches the Majority of Cancer Cells to Effective Therapeutics. Mol. Cancer Res. 2018, 16, 269–278. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  12. Menden, M.P.; Iorio, F.; Garnett, M.; McDermott, U.; Benes, C.H.; Ballester, P.J.; Saez-Rodriguez, J. Machine Learning Prediction of Cancer Cell Sensitivity to Drugs Based on Genomic and Chemical Properties. PLoS ONE 2013, 8, e61318. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Jang, I.S.; Neto, E.C.; Guinney, J.; Friend, S.H.; Margolin, A.A. Systematic assessment of analytical methods for drug sensitivity prediction from cancer cell line data. In Biocomputing 2014; World Scientific: Singapore, 2013; pp. 63–74. [Google Scholar]
  14. Huang, J.; Chen, J.; Zhang, B.; Zhu, L.; Cai, H. Evaluation of Gene-Drug Common Module Identification Methods Using Pharmacogenomics Data. Brief. Bioinform. 2021, 22, bbaa087. [Google Scholar] [CrossRef]
  15. Cramer, D.; Mazur, J.; Espinosa, O.; Schlesner, M.; Hübschmann, D.; Eils, R.; Staub, E. Genetic Interactions and Tissue Specificity Modulate the Association of Mutations with Drug Response. Mol. Cancer Ther. 2020, 19, 927–936. [Google Scholar] [CrossRef] [PubMed]
  16. Zhang, N.; Wang, H.; Fang, Y.; Wang, J.; Zheng, X.; Liu, X.S. Predicting Anticancer Drug Responses Using a Dual-Layer Integrated Cell Line-Drug Network Model. PLoS Comput. Biol. 2015, 11, e1004498. [Google Scholar] [CrossRef]
  17. Ammad-Ud-Din, M.; Khan, S.A.; Wennerberg, K.; Aittokallio, T. Systematic Identification of Feature Combinations for Predicting Drug Response with Bayesian Multi-View Multi-Task Linear Regression. Bioinformatics 2017, 33, i359–i368. [Google Scholar] [CrossRef] [Green Version]
  18. Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef] [Green Version]
  19. Riddick, G.; Song, H.; Ahn, S.; Walling, J.; Borges-Rivera, D.; Zhang, W.; Fine, H.A. Predicting in vitro Drug Sensitivity Using Random Forests. Bioinformatics 2011, 27, 220–224. [Google Scholar] [CrossRef] [Green Version]
  20. Liaw, A.; Wiener, M. Classification and Regression by RandomForest. R News 2002, 2, 18–22. [Google Scholar]
  21. Han, S.; Kim, H. On the Optimal Size of Candidate Feature Set in Random Forest. Appl. Sci. 2019, 9, 898. [Google Scholar] [CrossRef] [Green Version]
  22. Martínez-Jiménez, F.; Muiños, F.; Sentís, I.; Deu-Pons, J.; Reyes-Salazar, I.; Arnedo-Pac, C.; Mularoni, L.; Pich, O.; Bonet, J.; Kranas, H.; et al. A Compendium of Mutational Cancer Driver Genes. Nat. Rev. Cancer 2020, 20, 555–572. [Google Scholar] [CrossRef] [PubMed]
  23. Genuer, R.; Poggi, J.-M.; Tuleau-Malot, C. Variable Selection Using Random Forests. Pattern Recognit. Lett. 2010, 31, 2225–2236. [Google Scholar] [CrossRef] [Green Version]
  24. Chavent, M.; Genuer, R.; Saracco, J. Combining Clustering of Variables and Feature Selection Using Random Forests. Commun. Stat. Simul. Comput. 2021, 50, 426–445. [Google Scholar] [CrossRef] [Green Version]
  25. James, G.; Witten, D.; Hastie, T.; Tibshirani, R. An Introduction to Statistical Learning; Springer: New York, NY, USA, 2013. [Google Scholar]
  26. Lawrence, I.; Lin, K. A Concordance Correlation Coefficient to Evaluate Reproducibility. Biometrics 1989, 255–268. [Google Scholar] [CrossRef]
  27. Landis, J.R.; Koch, G.G. The Measurement of Observer Agreement for Categorical Data. Biometrics 1977, 159–174. [Google Scholar] [CrossRef] [Green Version]
  28. Strobl, C.; Boulesteix, A.-L.; Zeileis, A.; Hothorn, T. Bias in Random Forest Variable Importance Measures: Illustrations, Sources and a Solution. BMC Bioinform. 2007, 8, 1–21. [Google Scholar] [CrossRef] [Green Version]
  29. Lunetta, K.L.; Hayward, L.B.; Segal, J.; Van Eerdewegh, P. Screening Large-Scale Association Study Data: Exploiting Interactions Using Random Forests. BMC Genet. 2004, 5, 1–13. [Google Scholar] [CrossRef] [Green Version]
  30. Benjamin, D.J.; Berger, J.O.; Johannesson, M.; Nosek, B.A.; Wagenmakers, E.-J.; Berk, R.; Bollen, K.A.; Brembs, B.; Brown, L.; Camerer, C.; et al. Redefine Statistical Significance. Nat. Hum. Behav. 2018, 2, 6–10. [Google Scholar] [CrossRef]
  31. Nguyen, L.; Dang, C.C.; Ballester, P.J. Systematic Assessment of Multi-Gene Predictors of Pan-Cancer Cell Line Sensitivity to Drugs Exploiting Gene Expression Data. F1000Research 2016, 5. [Google Scholar] [CrossRef] [Green Version]
  32. Wang, D.; Hensman, J.; Kutkaite, G.; Toh, T.S.; Galhoz, A.; Dry, J.R.; Saez-Rodriguez, J.; Garnett, M.J.; Menden, M.P.; Dondelinger, F.; et al. A Statistical Framework for Assessing Pharmacological Responses and Biomarkers Using Uncertainty Estimates. Elife 2020, 9, e60352. [Google Scholar] [CrossRef] [PubMed]
  33. Rahman, R.; Pal, R. Analyzing Drug Sensitivity Prediction Based on Dose Response Curve Characteristics. In Proceedings of the 2016 IEEE-EMBS International Conference on Biomedical and Health Informatics (BHI), Las Vegas, NV, USA, 24–27 February 2016; pp. 140–143. [Google Scholar]
  34. Lu, H.; Villafane, N.; Dogruluk, T.; Grzeskowiak, C.L.; Kong, K.; Tsang, Y.H.; Zagorodna, O.; Pantazi, A.; Yang, L.; Neill, N.J.; et al. Engineering and Functional Characterization of Fusion Genes Identifies Novel Oncogenic Drivers of Cancer. Cancer Res. 2017, 77, 3502–3512. [Google Scholar] [CrossRef] [Green Version]
  35. Karan, G.; Wang, H.; Chakrabarti, A.; Karan, S.; Liu, Z.; Xia, Z.; Gundluru, M.; Moreton, S.; Saunthararajah, Y.; Jackson, M.W.; et al. Identification of a Small Molecule That Overcomes HdmX-Mediated Suppression of P53. Mol. Cancer Ther. 2016, 15, 574–582. [Google Scholar] [CrossRef] [Green Version]
  36. Peters, S.; Curioni-Fontecedro, A.; Nechushtan, H.; Shih, J.-Y.; Liao, W.-Y.; Gautschi, O.; Spataro, V.; Unk, M.; Yang, J.C.-H.; Lorence, R.M.; et al. Activity of Afatinib in Heavily Pretreated Patients with ERBB2 Mutation–Positive Advanced NSCLC: Findings from a Global Named Patient Use Program. J. Thorac. Oncol. 2018, 13, 1897–1905. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  37. Jensen, K.V.; Hao, X.; Aman, A.; Luchman, H.A.; Weiss, S. EGFR Blockade in GBM Brain Tumor Stem Cells Synergizes with JAK2/STAT3 Pathway Inhibition to Abrogate Compensatory Mechanisms in vitro and in Vivo. Neuro-Oncol. Adv. 2020, 2, vdaa020. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  38. Freshour, S.L.; Kiwala, S.; Cotto, K.C.; Coffman, A.C.; McMichael, J.F.; Song, J.J.; Griffith, M.; Griffith, O.L.; Wagner, A.H. Integration of the Drug–Gene Interaction Database (DGIdb 4.0) with Open Crowdsource Efforts. Nucleic Acids Res. 2021, 49, D1144–D1151. [Google Scholar] [CrossRef]
  39. Dang, C.C.; Peón, A.; Ballester, P.J. Unearthing New Genomic Markers of Drug Response by Improved Measurement of Discriminative Power. BMC Med. Genom. 2018, 11, 10. [Google Scholar] [CrossRef] [Green Version]
  40. Bronte, G.; Rizzo, S.; La Paglia, L.; Adamo, V.; Siragusa, S.; Ficorella, C.; Santini, D.; Bazan, V.; Colucci, G.; Gebbia, N.; et al. Driver Mutations and Differential Sensitivity to Targeted Therapies: A New Approach to the Treatment of Lung Adenocarcinoma. Cancer Treat. Rev. 2010, 36, S21–S29. [Google Scholar] [CrossRef]
  41. Zsákai, L.; Sipos, A.; Dobos, J.; Erős, D.; Szántai-Kis, C.; Bánhegyi, P.; Pató, J.; Őrfi, L.; Matula, Z.; Mikala, G.; et al. Targeted Drug Combination Therapy Design Based on Driver Genes. Oncotarget 2019, 10, 5255. [Google Scholar] [CrossRef] [Green Version]
  42. Scholl, C.; Fröhling, S. Exploiting Rare Driver Mutations for Precision Cancer Medicine. Curr. Opin. Genet. Dev. 2019, 54, 1–6. [Google Scholar] [CrossRef]
  43. Liggett, L.A.; Sharma, A.; De, S.; DeGregori, J. FERMI: A Novel Method for Sensitive Detection of Rare Mutations in Somatic Tissue. G3 Genes Genomes Genet. 2019, 9, 2977–2987. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  44. Cohen, J. Statistical Power Analysis for the Behavioral Sciences, 2nd ed.; Lawrence Erlbaum: Hillsdale, NJ, USA, 1988. [Google Scholar]
  45. The Cancer Cell Line Encyclopedia and Genomics of Drug sensitivity in Cancer investigators. Pharmacogenomic Agreement between Two Cancer Cell Line Data Sets. Nature 2015, 528, 84. [Google Scholar] [CrossRef] [PubMed]
  46. Smirnov, P.; Safikhani, Z.; El-Hachem, N.; Wang, D.; She, A.; Olsen, C.; Freeman, M.; Selby, H.; Gendoo, D.M.; Grossmann, P.; et al. PharmacoGx: An R Package for Analysis of Large Pharmacogenomic Datasets. Bioinformatics 2016, 32, 1244–1246. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  47. Rahman, R.; Matlock, K.; Ghosh, S.; Pal, R. Heterogeneity Aware Random Forest for Drug Sensitivity Prediction. Sci. Rep. 2017, 7, 11347. [Google Scholar] [CrossRef] [PubMed]
Figure 1. (A) Alteration dataset with the 48,270 rows (alteration types, reported on the x-axis) and the 648 columns (cell lines, reported on the y-axis) in increasing order of alteration frequency. Black dots indicate altered cells. Frequency (percentages) above the plot indicate row positions at which those alteration frequencies are reached for the first time; (B) Response dataset with the 265 rows (compounds, reported on the x-axis) in increasing order of sample size, and the 648 columns (cell lines, reported on the y-axis) in increasing order of alteration frequency. Grey dots indicate missing AUCs. The two frequencies (percentages) above the plot indicate the largest and smallest number of missing AUCs, respectively.
Figure 1. (A) Alteration dataset with the 48,270 rows (alteration types, reported on the x-axis) and the 648 columns (cell lines, reported on the y-axis) in increasing order of alteration frequency. Black dots indicate altered cells. Frequency (percentages) above the plot indicate row positions at which those alteration frequencies are reached for the first time; (B) Response dataset with the 265 rows (compounds, reported on the x-axis) in increasing order of sample size, and the 648 columns (cell lines, reported on the y-axis) in increasing order of alteration frequency. Grey dots indicate missing AUCs. The two frequencies (percentages) above the plot indicate the largest and smallest number of missing AUCs, respectively.
Genes 12 00933 g001
Figure 2. (A) Concordance correlation coefficient (CCC) between alteration variances/squared correlations before and after missing data removal, as a function of sample size; (B) Frequency of variances/correlations violating the thresholds set, as a function of sample size.
Figure 2. (A) Concordance correlation coefficient (CCC) between alteration variances/squared correlations before and after missing data removal, as a function of sample size; (B) Frequency of variances/correlations violating the thresholds set, as a function of sample size.
Genes 12 00933 g002
Figure 3. (A) Computational times elapsed as a function of sample size. The p-value is from linear regression (red line); (B) Distribution of the stability indicator through the 265 models.
Figure 3. (A) Computational times elapsed as a function of sample size. The p-value is from linear regression (red line); (B) Distribution of the stability indicator through the 265 models.
Genes 12 00933 g003
Figure 4. (A) Concordance correlation coefficient (CCC) distribution through the 265 Random Forests; (B) CCC as a function of sample size; (C) CCC as a function of average compound AUC. The p-values are from linear regressions (red lines). Dashed lines correspond to the thresholds of no concordance (CCC = 0) and fair concordance (CCC = 20).
Figure 4. (A) Concordance correlation coefficient (CCC) distribution through the 265 Random Forests; (B) CCC as a function of sample size; (C) CCC as a function of average compound AUC. The p-values are from linear regressions (red lines). Dashed lines correspond to the thresholds of no concordance (CCC = 0) and fair concordance (CCC = 20).
Genes 12 00933 g004
Figure 5. Graphical inspection of a drug-gene interaction involving the two compounds PLX4720 and Nutlin-3a, and the two alterations BRAF.V600E_MUT and TP53_MUT. Boxplots represent the median (central line), the mean (square), 25th–75th percentiles (box), and min-max non-outlier values (whiskers); p-values are from the t-test.
Figure 5. Graphical inspection of a drug-gene interaction involving the two compounds PLX4720 and Nutlin-3a, and the two alterations BRAF.V600E_MUT and TP53_MUT. Boxplots represent the median (central line), the mean (square), 25th–75th percentiles (box), and min-max non-outlier values (whiskers); p-values are from the t-test.
Genes 12 00933 g005
Figure 6. Graphical inspection of a drug-gene interaction involving the two compounds Dabrafenib and Afatinib (rescreen), and the two alterations BRAF.V600E_MUT and IKZF3_AMP. Boxplots represent the median (central line), the mean (square), 25th–75th percentiles (box), and min-max non-outlier values (whiskers); p-values are from the t-test.
Figure 6. Graphical inspection of a drug-gene interaction involving the two compounds Dabrafenib and Afatinib (rescreen), and the two alterations BRAF.V600E_MUT and IKZF3_AMP. Boxplots represent the median (central line), the mean (square), 25th–75th percentiles (box), and min-max non-outlier values (whiskers); p-values are from the t-test.
Genes 12 00933 g006
Table 1. Tissues of origin of the 648 cell lines, ordered by frequency.
Table 1. Tissues of origin of the 648 cell lines, ordered by frequency.
TissueNo. (%)
Lung134 (20.7%)
Hematopoietic and lymphoid tissue111 (17.1%)
Breast46 (7.1%)
Large intestine43 (6.6%)
Central nervous system39 (6%)
Skin36 (5.6%)
Ovary31 (4.8%)
Pancreas28 (4.3%)
Esophagus24 (3.7%)
Stomach22 (3.4%)
Liver17 (2.6%)
Urinary tract17 (2.6%)
Upper aero digestive tract16 (2.5%)
Soft tissue15 (2.3%)
Kidney14 (2.2%)
Autonomic ganglia12 (1.9%)
Bone11 (1.7%)
Endometrium10 (1.5%)
Thyroid9 (1.4%)
Pleura6 (0.9%)
Prostate5 (0.8%)
Biliary tract1 (0.2%)
Small intestine1 (0.2%)
Table 2. Report 1 up to the two most influential alterations for each compound (in decreasing order of CCC).
Table 2. Report 1 up to the two most influential alterations for each compound (in decreasing order of CCC).
CompoundCCC (95% CI)Mean AUCSample SizeNumber of Influential AlterationsAlteration 1Alteration 2
Dabrafenib67.4 (63.1, 71.3)0.8865734BRAF.V600E_MUTBRAF_MUT
PLX4720 (rescreen)47.3 (42.3, 52.1)0.9466065BRAF.V600E_MUTBRAF_MUT
PLX472045.1 (39.7, 50.2)0.9375508BRAF.V600E_MUTBRAF_MUT
RDEA119 (rescreen)34.5 (29.0, 39.7)0.8245799BRAF.V600E_MUTKRAS_MUT
Trametinib33.6 (27.9, 39.0)0.68058716BRAF.V600E_MUTKRAS_MUT
SB59088532.0 (26.2, 37.5)0.9575383BRAF.V600E_MUTBRAF_MUT
Nutlin-3a31.7 (25.7, 37.4)0.93655110TP53_MUTMAP2K4_DEL
AZD624430.1 (24.4, 35.5)0.8366036BRAF.V600E_MUTKRAS_MUT
RDEA11928.4 (22.6, 34.0)0.7965447BRAF.V600E_MUTKRAS_MUT
Afatinib (rescreen)27.9 (22.0, 33.6)0.9046016IKZF3_AMPERBB2_AMP
PD-032590127.6 (21.7, 33.3)0.8265468BRAF.V600E_MUTKRAS_MUT
(5Z)-7-Oxozeaenol26.5 (21.6, 31.2)0.6776039BRAF.V600E_MUTNRAS_MUT
CCC—concordance correlation coefficient between observed AUCs and out-of-bag predictions; CI—confidence interval; AUC—area under the dose-response curve. Alterations are in decreasing order of permutation importance. Clues about interactions are in green and red.
Table 3. Report 2 up to alterations significantly influential (p < 0.005) for >1 compounds in Report 1 (in decreasing order of CCC).
Table 3. Report 2 up to alterations significantly influential (p < 0.005) for >1 compounds in Report 1 (in decreasing order of CCC).
AlterationSignificance FrequencyCluster IDCluster SizeCompound 1Compound 2
BRAF.V600E_MUT111841DabrafenibPLX4720 (rescreen)
BRAF_MUT103851DabrafenibPLX4720 (rescreen)
NRAS_MUT61851RDEA119 (rescreen)Trametinib
KRAS.G12_13_MUT54311RDEA119 (rescreen)Trametinib
KRAS_MUT54641RDEA119 (rescreen)Trametinib
CREBBP_MUT43841DabrafenibTrametinib
FHL5_DEL41161PLX4720 (rescreen)PLX4720
BCL9_AMP33581RDEA119 (rescreen)Trametinib
ARHGAP40_AMP23031TrametinibPD-0325901
CCDC66_DEL23831DabrafenibNutlin-3a
MAP2K4_DEL24371RDEA119 (rescreen)Nutlin-3a
RAF1_DEL22251TrametinibAfatinib (rescreen)
TP53_MUT25011Nutlin-3a(5Z)-7-Oxozeaenol
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Fasola, S.; Cilluffo, G.; Montalbano, L.; Malizia, V.; Ferrante, G.; La Grutta, S. A Methodological Framework to Discover Pharmacogenomic Interactions Based on Random Forests. Genes 2021, 12, 933. https://0-doi-org.brum.beds.ac.uk/10.3390/genes12060933

AMA Style

Fasola S, Cilluffo G, Montalbano L, Malizia V, Ferrante G, La Grutta S. A Methodological Framework to Discover Pharmacogenomic Interactions Based on Random Forests. Genes. 2021; 12(6):933. https://0-doi-org.brum.beds.ac.uk/10.3390/genes12060933

Chicago/Turabian Style

Fasola, Salvatore, Giovanna Cilluffo, Laura Montalbano, Velia Malizia, Giuliana Ferrante, and Stefania La Grutta. 2021. "A Methodological Framework to Discover Pharmacogenomic Interactions Based on Random Forests" Genes 12, no. 6: 933. https://0-doi-org.brum.beds.ac.uk/10.3390/genes12060933

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop