Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

A quantile regression forest based method to predict drug response and assess prediction reliability

Abstract

Drug response prediction is a critical step for personalized treatment of cancer patients and ultimately leads to precision medicine. A lot of machine-learning based methods have been proposed to predict drug response from different types of genomic data. However, currently available methods could only give a “point” prediction of drug response value but fail to provide the reliability and distribution of the prediction, which are of equal interest in clinical practice. In this paper, we proposed a method based on quantile regression forest and applied it to the CCLE dataset. Through the out-of-bag validation, our method achieved much higher prediction accuracy of drug response than other available tools. The assessment of prediction reliability by prediction intervals and its significance in personalized medicine were illustrated by several examples. Functional analysis of selected drug response associated genes showed that the proposed method achieves more biologically plausible results.

Introduction

Identifying individual therapy for cancer patients to maximize drug efficacy is a fundamental and key step towards precision medicine. In theory, the efficacy of a drug depends on a variety of factors including molecular, clinical and environmental features of a patient sample. So, given a set of samples with drug response data, it is feasible to design machine-learning methods to predict drug response values from different types of genetic and clinical features.

One of the earliest attempts in this task could trace back to the NCI60 data set, which consists of gene expression profiles of 60 human cancer cell lines with different tissue origin and cytotoxicity profiles of >100,000 chemical compounds [1]. Ever since then, a number of methods have been proposed to predict drug response based on gene expression profiles. For example, Riddick et al. built an ensemble regression model using Random Forest [2]; Lee et al. developed a co-expression extrapolation algorithm by comparing the differences of gene expression between sensitive and resistant cell lines [3]. However, one important drawback of the NCI60 dataset is its small sample size, which potentially leads to many false positive associations between gene expression and drug response. With the advent of high-throughput techniques, scientists are able to monitor drug responses and genomic features of large number of samples in parallel with affordable cost. For example, two consortiums, the Cancer Cell Line Encyclopedia (CCLE) [4] and Cancer Genome Project (CGP) [5], collectively analyzed around 1,000 clinically-relevant human cell lines and their pharmacological profiles for 149 cancer drugs. These two studies also included the gene expression profiles and mutation status for each cell line, and applied a sparse linear regression model, i.e., the elastic net, to select expression and mutation signatures that are predictive of drug responses. Based on the same dataset, Geeleher et al. applied another sparse regression model, the Ridge regression, to predict drug response for breast cancer cell lines using baseline gene expression data [6]. Fang et al. applied the iterative sure independence screening (ISIS) integrated with lasso to predict the activity area of 24 anti-cancer drugs [7]. Wan and Pal utilized the top features in different genomic characterizations via an integrated random forest model [8].

All the aforementioned methods focused on point prediction via the conditional mean (expectation) of drug responses, with little discussion on their prediction intervals (PIs). For example, mean squared error (MSE) and the correlation between predicted and observed values can be used to quantify the accuracy of point prediction, however, they give little information on the possible fluctuation of the drug response for each sample. In contrast, prediction interval not only gives a range where the drug response locates in with high probability but also provides the prediction reliability by its length simultaneously. At the same confidence level, the shorter interval indicates more reliable prediction. So in precision medicine, besides the extensively studied point prediction, prediction interval for drug response is also helpful [9].

Under the normality assumption on the drug response or random error, it is not difficult to estimate the variance of predicted values and further derive prediction intervals by traditional regressions. However, as suggested by the boxplots and Q-Q plots in Fig 1, activity areas (drug responses) for most drugs in the CCLE dataset do not follow normal distribution. To solve this problem, we can resort to quantile regression [10] which has been studied extensively in many fields including finance, sociology, immunology, etc. [1115]. Quantile regression does not require to assume a specified distribution for drug response. Moreover, different from least squares which only fit one curve (the conditional mean of drug response given genomic features [4,7]), quantile regression can fit a bunch of curves (conditional quantiles) thus generate a more comprehensive characterization of drug response. Consequently, prediction intervals for drug response can be constructed by the predicted quantiles.

thumbnail
Fig 1. Boxplots and normal Q-Q plots of the activity areas in the CCLE dataset.

Panel (A) shows the boxplots of activity areas for 24 drugs. Panel (B) shows the normal Q-Q plots of activity area for two example drugs Lapatinib and Paclitaxel.

https://doi.org/10.1371/journal.pone.0205155.g001

In this paper, we proposed a three-step quantile regression forest (QRF) approach for predicting the drug responses and applied it into the CCLE dataset. To capture potentially important features and reduce noise, we firstly implemented primary feature screening and then trained a random forest for variable selection. Consequently, we obtained point predictions based on the mean and median of predicted drug response by QRFs. At the same time, we constructed prediction intervals to assess the prediction reliability. To further compare drug responses when point predictions are the same, we also tested the homogeneity of variances based on the Levene test, and gave two examples to state the significance of reliability prediction. Finally, we annotated the selected drug response associated genes by David tools (https://david.ncifcrf.gov/summary.jsp) and showed more biologically meaningful results.

Materials and methods

Data resources

In this paper, we used the cancer genomic and drug response data from the Cancer Cell Line Encyclopedia (CCLE). The CCLE dataset (http://www.broadinstitute.org/ccle) consists of large-scale genomics data, including expression profile of 20089 genes, mutation status of 1667 genes, copy number variation of 16045 genes for 947 human cancer cell lines, and 8-point dose-response curves for 24 chemical drugs across 479 cell lines. Drug sensitivities to a given cell line are evaluated by IC50, EC50, and activity area (the area over dose-response curves). In this study, activity area is used as a drug sensitivity measurement due to its ability to capture the efficacy and potency of drug sensitivity simultaneously compared to IC50 and EC50.

Method overview

QRFs for 24 chemical compounds were trained based on three types of genomic features, including gene expressions, mutation status and copy number variation. Motivated by Riddick et al. [2], we designed a three-step quantile regression forest method as follows (Fig 2). In the first stage, some important genomic features were filtered through the correlation test. Then, a random forest was trained on the filtered features and variables are ranked and furtherly selected based on their importance. Finally, QRF is built using selected features.

thumbnail
Fig 2. Workflow of the three-step quantile regression forest method.

All features were screened by their Pearson correlations with drug response. Then a random forest was trained to rank selected features by their importance. The variables with the importance of twice standard deviation greater than the mean of importance were selected for the final quantile regression forest.

https://doi.org/10.1371/journal.pone.0205155.g002

Feature screening by Pearson correlation coefficient

Due to the ultra-high dimension of genomic features in CCLE dataset, building QRFs directly from all available features is difficult and time-consuming. So a screening method was first applied to filter the potentially important features [16]. We calculated the Pearson correlation coefficients (PCCs) of genomic features with drug responses and ranked the importance of features by p-values of two-sided t-tests for PCCs. Features with p-value under 0.05 were then selected. For each drug in CCLE, the above feature screening process ranked the marginal importance of genomic features and selected around 2000 genes.

Variable selection by random forests

We next trained a random forest on the recruited genomic features and further selected a small subset of variables based on the generated variable importance. In detail, each tree in the random forest is a bootstrap sample from the original data, and some observations are not in the bootstrap sample, called the out-of-bag (OOB) cases. For each tree, the prediction performance (measure by residual sum of squares) on the OOB proportion of data is recorded. The same procedure is done after permuting the values of each variable. Decrease of the prediction performance after permutation averaged over all the trees is taken as a measurement of variable importance. In this stage, we trained 25000 trees for the random forest. The variables were selected if their importance values are 2 * SD above the mean of all variable importance values.

Quantile regression forests

We first denote the τ-th quantile of Y given X = x by qτ(X|Y = x). For X = x, the conditional distribution function F(y|X = x) is the probability that Y is smaller than or equal to yR, i.e., For a continuous distribution, the τ-th quantile qτ(X|Y = x) is defined as “y” such that F(y|X = x) = τ. While this definition cannot be extended to all cases, especially to discrete distributions, although the drug response (activity area) in this paper is continuous. In general, it is accepted that qτ(Y|X = x) = inf{y:F(y|X = x) ≥ τ}.

Quantile regression forests (QRFs) [17] estimate the conditional quantiles of response (Y) given the features (X) by building random forests. To build a QRF, a set of T un-pruned regression trees are generated based on bootstrap sampling from the original data. In this paper, we used T = 15000. For each node of the regression trees, a random set of m features selected from the whole set of M features is used for fitting a regression tree based on the bootstrap samples. In this paper, m was taken as M/3 as suggested by Hastie et al. [18]. In the tree generating process, a node with less than 10 training samples is not portioned any more [17]. Then the conditional distribution is estimated by the weighted distribution of the observed response variables. More specifically, we consider the conditional distribution of Y given X = x based on the tree Ψ. Suppose the leaf which contains x is denoted by Ln(x,Ψ), then the weight ωi(x,Ψ) is given by Let the T trees of the random forests be Ψ1.…,ΨT, and ωi(x) be the average of ωi(x,Ψ) over all the trees. Then The estimated is then given by (1) Then τ-th quantile qτ(x) is predicted by On the other hand, based on the generated trees in QRF, if we make a small change to the right side of formula (1), i.e., , then the mean (expectation) of Y given X = x is predicted. So besides the conditional quantiles, QRFs can easily predict the conditional mean of response Y.

In this study, we implemented QRFs by R package “quantregForest” (version 0.2–3) and assessed the variable importance by permutation used in the original random forest algorithm.

Prediction interval construction

The prediction intervals are constructed from the conditional quantiles of drug response predicted by QRFs. In detail, the (1 − α) × 100% prediction interval for drug response Y given genomic features X (a p-dimensional vector) is built by I(x) = [qα/2(Y|X = x), q1−α/2(Y|X = x)]. For example, the 95% prediction interval for drug response is estimated by It means that for a given x, drug response locates in the interval I(x) with high probability. The length of the prediction interval fluctuates with X.

Performance evaluation of prediction intervals

For each observation, we can obtain OOB prediction using the trees not containing this observation. OOB prediction is virtually equivalent to the prediction by cross validation when the number of trees is large [19]. In this study, we generated 15000 trees in QRFs and evaluated the prediction performance by QRFs using OOB prediction, avoiding the intensive computation of 10-fold cross validation [4]. For the point predictions of drug responses by QRFs, the Pearson correlation coefficients between the observed and predicted (OOB) values were used to quantify the accuracy. But the true conditional quantiles of drug responses are unobservable. So as suggested by Wang et al. [20], the prediction error of the τ-th conditional quantile was assessed based on the average of the value over all observations, where ρτ(r) = τr − rI(r < 0) is called the quantile loss function, for 0 < τ < 1[10,20].

Homogeneity test of variances for drug responses

Given the prediction intervals, we next consider prioritizing patients with very close point predictions of drug response to the same drug. As aforementioned, a shorter prediction interval indicates the higher stability of prediction at the same confidence level. Thus, the length of prediction interval reflects the prediction reliability. In this circumstance, patients with longer prediction intervals need further consideration and expect other medical plans. The strategy is intuitive but not statistically rigorous, so we used the homogeneity test of variances as a complement. Note that for each drug, we have only one response value for a specific patient (cell line), thus do not have enough replicates to carry out the homogeneity test directly. However, taking advantage of our random forest model, we have estimated the quantiles of drug response qτ(Y|X = x) for each cell line by the quantile regression forest. In detail, for any τ between 0 and 1, we have obtained the estimate of qτ(Y|X = x). The quantile function of drug response equals to the inverse of cumulative distribution function since drug response is continuously distributed. This inspires us to use the inverse transform sampling to get the samples of drug responses [21]. In detail, for patient with geometric features X = x, we firstly generate different τs denoted as {τ1,..,τk} from the standard uniform distribution U[0,1]. Then the corresponding was taken as the random samples of drug responses for the considered patient. However, qτ(Y|X = x) is unknown, we thus treat as the unobserved as the random samples and carry out the rest analyses.

For simplicity, we denote in the remaining content. Assume that patients 1 and 2 have almost the same point predictions for a certain drug. By the inverse transform sampling, after randomly sampling τijs from U[0,1] (i = 1,2,j = 1,…,k), we get and for patients 1 and 2, respectively. Then we consider the following hypothesis problem Here and are the variances of drug responses for patients 1 and 2. We then use the Levene test [22], which is robust to the non-normal distributed samples, to test the difference of variances. Note that Levene test is not only restricted to two-group comparison, so we can also discuss the multi-patient test problem in the future. Similarly, the homogeneity test can also be used to compare different drugs for the same patient. In this paper, the significance level was set to 0.05. We tried different values for k, and did not observe significant changes at different values of k. So we finally took k as 500.

Results

Quantile regression forests improve the accuracy of drug response prediction

We applied the three-step quantile regression forest (QRF) method to the CCLE dataset. Both the predicted mean and median of drug responses are taken as the point predictions for 24 drugs. The prediction accuracy quantified by the Pearson correlation coefficients of observed and predicted values, was reported in Table 1. Comparisons of QRFs with other methods including elastic net regression (ENR) [4], iterative sure independence screening (ISIS) [7] and weight-based integrated random forest with 20000 trees for CCLE data set (CRF-20000) [8] are shown in Fig 3A (also reported in S1 Table). We can observe that both the mean and median predictions by QRFs are much better than other approaches for most drugs. For QRFs, the accuracy of median prediction is slightly lower than mean prediction. Scatter plots of observed and predicted drug responses by QRFs (for mean) of 4 example drugs were drawn in Fig 3B. We conclude that the good correlations are fairly reasonable and not overestimated by a few outliers (Fig 3B).

thumbnail
Fig 3. Prediction performance of quantile regression forests for CCLE data set.

(A) Bar chart of Pearson correlation coefficients of drug responses and predicted values by QRFs, ENR, ISIS, and CRF-20000. QRFs (mean): (conditional) mean prediction of drug response given genomic features using QRFs; QRFs (median): median prediction of drug response using QRFs. (B) Scatter plots of observed and predicted drug responses (activity area) for four drugs in CCLE using QRFs.

https://doi.org/10.1371/journal.pone.0205155.g003

thumbnail
Table 1. The Pearson correlation coefficients of observed and predicted drug responses (activity area) by QRFs.

https://doi.org/10.1371/journal.pone.0205155.t001

Quantile regression forests construct prediction intervals

We next predicted the quantiles of drug response for the 24 drugs at different quantile levels, including τ = 0.025,0.1,0.25,0.5,0.75,0.9,0.975). S2 Table reported the prediction errors for different quantiles of drug response. The column labeled by “MPE” in S2 Table denotes the mean of prediction errors based on the quantile check loss function with the standard deviation reported in column “SD”. The prediction errors in S2 Table are very small, indicating good prediction performances for different quantiles. The detailed predicted quantiles of drug responses for 24 chemical compounds were listed in S3 Table. Based on the predicted quantiles, prediction intervals of drug response can be constructed (see details in Methods). Table 2 shows the average length and coverage probability of 95% and 80% prediction intervals. We find that most of the coverage probabilities are very close to 95% or 80%. This indicates the constructed prediction intervals are very reliable.

thumbnail
Table 2. Information of the 95% and 80% prediction intervals of drug responses for 24 drugs.

https://doi.org/10.1371/journal.pone.0205155.t002

Prediction reliability assessed by prediction intervals provides more information for precision medicine

In contrast to point prediction with a single value and no information about the possible fluctuations of drug response, prediction interval gives a range containing the drug response with a high probability and assess the reliability by its length. At a certain given confidence level, shorter prediction interval indicates less fluctuations of drug response and hence means more reliable drug. Thus a drug with shorter prediction interval may possibly beat another one with longer prediction interval, especially when the point predictions are very close to each other. Also, for the same drug, it is more appropriate to distinguish the candidate patients with close point predictions but quite different prediction intervals. Since the patients with longer prediction intervals are inclined to have more instable curative effect, it should be better for them to try other drugs. We want to point out that evaluation of drug efficacy based on the length of prediction intervals is intuitive but not statistically strict. In this paper we also proposed a homogeneity test of variances for drug responses to provide more statistical evidences.

Besides the reliability inflected by the length of prediction interval, another layer of reliability lies in the upper and lower ends (prediction limits) of the interval. For example, the upper end of the 95% prediction interval is the 97.5%-th quantile prediction of drug response, which means that the drug response may exceed the upper end with a probability around 2.5%; similarly, the lower end is the 2.5%-th quantile prediction, which means the drug response can outperform the lower end with a probability around 97.5%. Therefore, this layer of reliability can offer guidelines to different orientations of medical treatments. To be specific, the drug with the highest upper prediction limit is more likely to give an aggressive treatment; while the drug with the highest lower prediction limit may be a good choice as a conservative plan.

So, in summary, prediction reliability assessed by prediction intervals can provide more information for precision medicine. In order to explain this more clearly, we then give two examples from CCLE dataset as follows.

Example A. In this example, we explore the potential treatment choices, Paclitaxel and Panobinostat, for the patient “CAPAN2” and “C2BBE1” due to their high predicted drug response. As is shown in Fig 4A, both drugs show very small difference in terms of the point predictions. But actually, Panobinostat shows a shorter prediction interval compared to Paclitaxel and the homogeneity test of variances for these two drugs brings the p-value less than 2.2 × 10−16. So Panobinostat is preferred due to its more stable curative effect. Similarly, in Fig 4B for patient “C2BBE1”, Paclitaxel is the better choice due to its highest mean prediction of drug response if the fluctuations of drug response are neglected. But Panobinostat, which has the second highest point prediction, gives much shorter 95% prediction intervals than Paclitaxel. Moreover, the p-value of homogeneity test of variances for Paclitaxel and Panobinostat is much less than 0.001. Thus, Panobinostat should be a better decision if the stability of treatment effect is taken to the consideration. Furthermore, Paclitaxel possesses a higher predicted upper limit and lower limit compared to Panobinostat for both patients (Fig 4A and 4B). Thus, the better drugs may be different for different purposes. Generally speaking, Panobinostat is applicable for a conservative treatment, while Paclitaxel is more risky and aggressive.

thumbnail
Fig 4. The 95% prediction intervals and mean predictions by quantile regression forests.

Red triangular indicates the point (or mean) prediction of drug response, two red dots indicates the upper and lower boundaries of 95% prediction interval. (A) and (B) show the comparisons of 24 drugs for cell lines “CAPAN2” and “C2BBE1”, respectively. (C) and (D) are the comparisons of four different cell lines to drugs “Irinotecan” and “Topotecan”, respectively.

https://doi.org/10.1371/journal.pone.0205155.g004

By this example, we concluded that prediction intervals provide more suggestions for therapeutic strategies. Prediction intervals can help to make more sensible decisions based on the expectation of the curation.

Example B. In this example, we discuss the response of different patients treated with the same drug. As shown in Fig 4C, due to the closer mean predictions of drug responses, four patients can be classified together if prediction intervals are not considered. However, if prediction intervals are taken into account, patients “OPM2” and “MHHES1” have relatively longer prediction intervals than “CMK86” and “P31FUJ”. To further validate this result, we took the homogeneity tests of variances for the drug responses of these patients. The difference between “CMK86” and “P31FUJ” is not significant (p-value = 0.8717). But if “OPM2” or “MHHES1” is incorporated, the p-value of homogeneity test becomes less than 0.001. Both prediction intervals and homogeneity tests indicate the treatment effects for “OPM2” and “MHHES1” are highly variable. So it is better to consider other drugs for patients “OPM2” and “MHHES1”, and the four patients are then distinguished. A similar example was shown in Fig 4D where the 95% confidence interval of patient “LP1” is the longest. The homogeneity test of variances for the other three patients is not significant with p-value 0.7686, while the test shows high significance with the p-value 2.569 × 10−13 when all the four patients were incorporated. This example clarifies that the patients who are grouped together by point predictions may be possibly distinguished when considering prediction reliability of drug response. So we conclude that prediction intervals are useful to determine a better personalized treatment.

Functional annotations of genes used by quantile regression forests

The genes used by quantile regression forests (QRFs) for 24 drugs were listed in S4 Table, ranked by their importance for predicting the conditional mean of drug response. We drew the bar plots of the importance of the top 30 gene signatures in Fig 5A and 5B for 17-AAG and AZD6244, respectively. In S4 Table, many genes used by QRFs are pointed out to be related with cancers in literatures. For example, the inhibition activity of 17-AAG can be increased by the expression of NQO1[23]. Also, the mutation of BRAF is predicted as a drug efficacy marker for some MEK inhibitors, including AZD6244, PD-0325901 and PLX4720 [24]. These genes were also detected by elastic net regression and iterative sure independence screening [4,7].

thumbnail
Fig 5. Variable importance and word clouds of functional annotations for the genes used by QRFs.

Panels (A) and (B) are the bar charts of variable importance for drugs 17-AAG and AZD6244. Word clouds of functional annotations of the genes for 24 drugs are in panel (C) (all genes) and panel (D) (ensemble of top 30 genes of each drug), where font size of each annotation indicates its enrichment score.

https://doi.org/10.1371/journal.pone.0205155.g005

Besides the aforementioned gene signatures, many other drug response related genes which were not selected by Barretina et al. 2012 [4] or Fang et al. 2015 [7] were also detected by our study. For example, genes OGDHL, NFKB1, LOC401317, and FGF18 are among the top 10 genes of drug 17-AAG. It has been pointed out that the re- expression of OGDHL can induce apoptosis in cervical cancer cells [25]. Also, people have detected a significant alteration in expression of NFKB1 in adenocystic carcinomas, which suggests that NFKB1 might be served as a target for innovative diagnostic and treatment programs [26]. In addition, LOC401317 could induce apoptosis in the nasopharyngeal carcinoma cell line HNE2 [27], and FGF18 (Fibroblast growth factor 18) is a prognostic and therapeutic biomarker for ovarian cancer [28].

The drug response related genes of all the 24 drugs were assembled and annotated by David tools (https://david.ncifcrf.gov/summary.jsp). Word cloud plots of functional annotations (FDR<0.1) were drawn in Fig 5C and 5D. Fig 5C demonstrates the functional annotations of all the genes, and Fig 5D refers to the top 30 genes of 24 drugs. We can see that many annotations have close relationship with cancers. For example, “SH2 (Src Homology 2) domain” is the most significant term in both Fig 5C and 5D. “SH2 domain”, a structurally conserved protein domain, is important to the treatment of breast cancer [29], the EGFR inhibitor Erlotinib, and the SRC/multi-kinase inhibitor Dasatinib of lung cancer [30]. Moreover, “tyrosine” and “protein kinase” appear frequently in Fig 5C, such as in the terms “tyrosine-protein kinase, catalytic domain”, “protein tyrosine kinase activity”, “serine-threonine/tyrosine-protein kinase catalytic domain” and “receptor signaling protein tyrosine kinase activity” etc. It has been discovered that receptor tyrosine kinases (RTK), play key roles in growth, metabolism, adhesion, motility, death and oncogenesis [31]. Also, protein kinases are critical in many cellular processes, including division, proliferation, apoptosis, and differentiation [32]. In addition, Src-family of protein-tyrosine kinases are also related with oncogenesis, proliferation, and survival[33]. In Fig 5D, besides the “SH2 domain” mentioned above, “BRCT domain” (after the C_terminal domain of a breast cancer susceptibility protein) and “Proteoglycans in cancer” are also top terms. These results show that the drug response related genes involve in various biological activities of carcinomas.

Discussion and conclusion

In this paper, we proposed a three-step quantile regression forest (QRF) method to give point and interval predictions of drug response. The method was applied to the CCLE dataset, modeling on the genomic features including baseline gene expressions, mutation status and copy number variations. The contribution of our method is two-fold. First, we gave a point estimation of drug sensitivity prediction based on random forest model. Second, we gave the prediction confident interval based on the quantile regression forest, which is helpful when point estimations of two drugs to a patient are very similar. By a series of examples, we state that the prediction intervals can help to choose different therapeutic regimens from different orientations, such as the preference of the stability of medical effect, or a radical plan or a conservative curation. Such kind of information could further help researchers to determine the best clinical strategy for a specific patient in some circumstance.

In order to evaluate the difference between two prediction intervals, we also proposed a heterogeneity test of variance among patients and differentiating them through the lengths of prediction intervals supplemented by the homogeneity test. By constructing prediction intervals complemented with homogeneity test of variances, our paper brings a new perspective to acknowledge and adopt the prediction reliability which is important but usually ignored in precision medicine. Hereby we also want to point out that the proposed quantile regression forest based method is applicable for prediction problems with high dimensional covariates in extensive scientific and social fields, not limited to drug response prediction.

Before building the quantile regression forest, we used Pearson correlation coefficient to screen all possible features. Actually, besides Pearson correlation coefficient, there are many other measures that could be used to rank the marginal importance of features to drug response, such as generalized correlation [34], rank correlation [35], distance correlation [36], etc. For review of this field, please refer to Liu et al. [37]. We chose the Pearson correlation for feature screening mainly due to its straightforward implementation and popularity in drug response prediction [4, 5].

There are still several shortcomings that should be further explored in the future. First, the QRFs improved the prediction accuracy by assembling a bunch of regression trees but lost the interpretability as the price. In other words, we cannot give a clear model with explicit regression coefficients by this study. A better predictor of drug response with good interpretability will be our goal in the future. Second, in this paper, we compared the drug response reliability mainly by statistical inferences, including the prediction intervals and the homogeneity test of variances but without real experiments for further validations. The experimental validations need to treat a series of cell lines (or patients) for multiple times simultaneously by a same set of drugs. Due to our present research conditions, we cannot carry out these experiments. We hope our results could motivate other experimental researchers to conduct such kind of experiments in the future.

Supporting information

S1 Table. Pearson correlation coefficients of real and predicted drug responses by QRFs, ISIS, ENR and CRF-20000.

https://doi.org/10.1371/journal.pone.0205155.s001

(XLSX)

S2 Table. Prediction errors based on the quantile loss function of different τ-th quantiles of drug responses by quantile regression forests.

https://doi.org/10.1371/journal.pone.0205155.s002

(XLSX)

S3 Table. Observations and predictions of drug responses of 24 drugs for all the cell lines.

https://doi.org/10.1371/journal.pone.0205155.s003

(XLSX)

S4 Table. Genes used by quantile regression forests and the generated variable importance.

https://doi.org/10.1371/journal.pone.0205155.s004

(XLSX)

Acknowledgments

The authors thank Dr. Xiaoqi Zheng for the suggestions and discussions.

References

  1. 1. Weinstein JN, Myers TG, Oconnor PM, Friend SH, Fornace AJ, Kohn KW et al. An information-intensive approach to the molecular pharmacology of cancer. Science. 1997; 275: 343–349. pmid:8994024
  2. 2. Riddick G, Song H, Ahn S, Walling J, Borges-Rivera D, Zhang W. Predicting in vitro drug sensitivity using Random Forests. Bioinformatics. 2011; 27: 220–224. pmid:21134890
  3. 3. Lee JK, Havaleshko DM, Cho H, Weinstein JN, Kaldjian EP, Karpovich J, et al. A strategy for predicting the chemosensitivity of human cancers and its application to drug discovery. Proceedings of the National Academy of Sciences of the United States of America. 2007; 104: 13086–13091. pmid:17666531
  4. 4. Barretina J, Caponigro G, Stransky N, Venkatesan K, Margolin AA, Kim S, et al. The Cancer Cell Line Encyclopedia enables predictive modelling of anticancer drug sensitivity. Nature. 2012; 483: 603–607. pmid:22460905
  5. 5. Garnett MJ, Edelman EJ, Heidorn SJ, Greenman C, Dastur A, Lau KW, et al. Systematic identification of genomic markers of drug sensitivity in cancer cells. Nature. 2012; 483: 570–575. pmid:22460902
  6. 6. Geeleher P, Cox NJ, Huang RS. Clinical drug response can be predicted using baseline gene expression levels and in vitro drug sensitivity in cell lines. Genome Biology. 2014; 15: 1–12.
  7. 7. Fang Y, Qin Y, Zhang N, Wang J, Wang H, Zheng X. DISIS: prediction of drug response through an iterative sure independence screening. PLoS One. 10(3): e0120408. pmid:25794193
  8. 8. Wan Q, Pal R. An ensemble based top performing approach for NCI-DREAM drug sensitivity prediction challenge. PLoS One. 2014; 9(6): e101183. pmid:24978814
  9. 9. Roth JV. Prediction Interval Analysis Is Underutilized and Can Be More Helpful Than Just Confidence Interval Analysis. Journal of Clinical Monitoring and Computing. 2009; 23: 181–183. pmid:19199058
  10. 10. Koenker R, Bassett G. Regression Quantiles. Econometrica. 1978; 46: 33–50.
  11. 11. Nowotarski J, Weron R. Computing electricity spot price prediction intervals using quantile regression and forecast averaging. Computational Statistics. 2015; 30: 791–803.
  12. 12. Montenegro CE. The structure of wages in Chile 1960–1996: an application of quantile regression. Estudios De Economia. 1998; 25: 71–98.
  13. 13. Barnes ML, Hughes AW. A quantile regression analysis of the cross section of stock market returns. Ssrn Electronic Journal. 1 Nov 2002. Available from: https://ssrn.com/abstract=458522.
  14. 14. Tsai IC. The relationship between stock price index and exchange rate in Asian markets: A quantile regression approach. Journal of International Financial Markets Institutions & Money. 2012; 22: 609–621.
  15. 15. Lipsitz SR, Fitzmaurice GM, Molenberghs G, Zhao LP. Quantile Regression Methods For Longitudinal Data with Drop-Outs: Application to CD4 Cell Counts of Patients Infected with the Human Immunodeficiency Virus. Journal of the Royal Statistical Society. 1997; 46: 463–476.
  16. 16. Fan JQ, Lv JC. Sure independence screening for ultrahigh dimensional feature space. Journal of the Royal Statistical Society Series B-Statistical Methodology. 2008; 70: 849–883.
  17. 17. Meinshausen N. Quantile regression forests. Journal of Machine Learning Research. 2006; 7: 983–999.
  18. 18. Hastie T TR, Friedman J. The Elements of Statistical Learning. 2nd ed. New York: Springer; 2016.
  19. 19. James G, Hastie T, Tibshirani R. An Introduction to Statistical Learning. New York: Springer; 2013.
  20. 20. Wang L, Wu Y, Li R. Quantile Regression for Analyzing Heterogeneity in Ultra-high Dimension. Journal of the American Statistical Association. 2012; 107: 214–222. pmid:23082036
  21. 21. Aalto University, N. Hyvönen. Computational methods in inverse problems. Available from: https://noppa.tkk.fi/noppa/kurssi/mat-1.3626/luennot/Mat-1_3626_lecture12.pdf.
  22. 22. Levene H. Robust tests for equality of variances. In: Olkin I, Ghurye SG, Hoeffding W, Madow WG and Mann HB, editors. Contributions to Probability and Statistics: Essays in Honor of Harold Hotelling. Stanford University Press; 1960. pp. 279–292.
  23. 23. Hadley KE, Hendricks DT. Use of NQO1 status as a selective biomarker for oesophageal squamous cell carcinomas with greater sensitivity to 17-AAG. BMC Cancer. 2014; 14: 334. pmid:24886060
  24. 24. Dry JR, Pavey SJ, Pratilas CA, Harbron C, Runswick SK, Hogdson DR, et al. Transcriptional pathway signatures predict MEK addiction and response to selumetinib (AZD6244). Cancer Res. 2010; 70: 2264–2273. pmid:20215513
  25. 25. Sen T, Sen N, Noordhuis MG, Ravi R, Wu TC, Ha PK, et al. OGDHL Is a Modifier of AKT-Dependent Signaling and NF-κB Function. Plos One. 2012; 7(11): e48770. pmid:23152800
  26. 26. Gobel G, Szanyi I, Révész P, Bauer M, Gerlinger I, Németh A, et al. Expression of NFkB1, GADD45A and JNK1 in salivary gland carcinomas of different histotypes. Cancer Genomics & Proteomics. 1900; 10: 81–87.
  27. 27. Gong Z, Zhang S, Zeng Z, Wu H, Yang Q, Xiong F, et al. LOC401317, a p53-Regulated Long Non-Coding RNA, Inhibits Cell Proliferation and Induces Apoptosis in the Nasopharyngeal Carcinoma Cell Line HNE2. Plos One. 2014; 9(11): e110674. pmid:25422887
  28. 28. Wei W, Mok SC, Oliva E, Kim SH, Mohapatra G, Birrer MJ, et al. FGF18 as a prognostic and therapeutic biomarker in ovarian cancer. J Clin Invest. 2013; 123: 4435–4448. pmid:24018557
  29. 29. Morlacchi P, Robertson FM, Klostergaard J, McMurray JS. Targeting SH2 domains in breast cancer. Future Med Chem. 2014; 6: 1909–1926. pmid:25495984
  30. 30. Haura EB, Eschrich SA, Mayer BJ, Machida K. SH2 domain profiling to characterize tyrosine phosphorylation signaling in cancer. 24 Mar 2011. WIPO Patent Application WO/2011/034919. Available from: http://www.freepatentsonline.com/WO2011034919.pdf.
  31. 31. Sharma P, Sharma R, Tyagi T. Receptor tyrosine kinase inhibitors as potent weapons in war against cancers. Curr Pharm Des. 2009; 15: 758–776. pmid:19275641
  32. 32. Manning G, Plowman G, Hunter T, Sudarsanam S. Evolution of protein kinase signaling from yeast to man. Trends Biochem Sci. 2002; 27: 514–520. pmid:12368087
  33. 33. Roskoski R. Src kinase regulation by phosphorylation and dephosphorylation. Biochem Biophys Res Commun. 2005; 331: 1–14. pmid:15845350
  34. 34. Hall P, Miller H. Using generalized correlation to effect variable selection in very high dimensional problems. J Comput Graph Stat. 2009; 18: 533–550.
  35. 35. Li G, Peng H, Zhang J, Zhu L. Robust rank correlation based screening. Ann Statist. 2012; 40: 1846–1877.
  36. 36. Li R, Zhong W, Zhu L. Feature Screening via Distance Correlation Learning. J Am Stat Assoc. 2012; 107: 1129–1139. pmid:25249709
  37. 37. Liu JY, Zhong W, Li RZ. A selective overview of feature screening for ultrahigh-dimensional data. Sci China Math. 2015; 58: 2033–2054. pmid:26779257