Skip to main content

A novel tree-based procedure for deciphering the genomic spectrum of clinical disease entities

Abstract

Background

Dissecting the genomic spectrum of clinical disease entities is a challenging task. Recursive partitioning (or classification trees) methods provide powerful tools for exploring complex interplay among genomic factors, with respect to a main factor, that can reveal hidden genomic patterns. To take confounding variables into account, the partially linear tree-based regression (PLTR) model has been recently published. It combines regression models and tree-based methodology. It is however computationally burdensome and not well suited for situations for which a large number of exploratory variables is expected.

Methods

We developed a novel procedure that represents an alternative to the original PLTR procedure, and considered different selection criteria. A simulation study with different scenarios has been performed to compare the performances of the proposed procedure to the original PLTR strategy.

Results

The proposed procedure with a Bayesian Information Criterion (BIC) achieved good performances to detect the hidden structure as compared to the original procedure. The novel procedure was used for analyzing patterns of copy-number alterations in lung adenocarcinomas, with respect to Kirsten Rat Sarcoma Viral Oncogene Homolog gene (KRAS) mutation status, while controlling for a cohort effect. Results highlight two subgroups of pure or nearly pure wild-type KRAS tumors with particular copy-number alteration patterns.

Conclusions

The proposed procedure with a BIC criterion represents a powerful and practical alternative to the original procedure. Our procedure performs well in a general framework and is simple to implement.

Background

Recent advances in large-scale genomic technologies provide an unprecedented amount of data that offer new insights into the molecular portraits of diseases. This information enables to dissect a heterogeneous disease entity into more homogeneous subentities that can be relevant for clinical purposes.

This problem is particularly appealing in oncology where molecular classification of tumors, that are based on the status of specific targeted therapy, rely mainly upon a single molecular event but overlook tumoral genomic complexity. For most solid epithelial tumors, these genomic events are primarily DNA mutations that give selective growth advantages to tumor cells.

A classical example in non-small-cell lung cancer (NSCLC) is the activating EGFR (epidermal growth factor receptor) mutation that predicts the sensitivity to EGFR tyrosine kinase inhibitors. EGFR-mutant lung adenocarcinoma is nowadays almost considered as a distinct disease entity. Such is not the case for KRAS (Kirsten Rat Sarcoma Viral Oncogene Homolog gene) mutation that represents one of the most common mutations in NSCLC. With the exception of its well-known mutually exclusive relationship with EGFR mutation, the clinical utility of KRAS mutation status has not been clearly demonstrated [1]. Moreover, it is still unclear whether subgroups exist within KRAS wild-type or KRAS mutated tumors. The identification of more homogeneous molecular subgroups with respect to KRAS mutational status may provide new genomic taxonomy of NSCLC tumors, that may help for the advancement of personalized medicine.

The aim of the clinical study that prompted this methodological work was to decipher heterogeneity of lung adenocarcinomas with respect to KRAS mutation status based upon whole-genome copy-number alterations. Copy-number alteration (CNA) is one of the main type of genomic alterations that is linked to genome instability and represents a key feature of human carcinomas [2]. In previous cancer studies, association between specific CNAs and point mutations have been reported such as, for example, the relationship between EGFR mutations and copy-gains of 7p12 (which harbors EGFR gene) in lung adenocarcinomas. However, few investigations have been performed for studying the relationships between KRAS mutation and CNAs.

Identifying homogeneous subgroups, with respect to a main factor, based on the complex interplay among genomic alterations is a difficult task that cannot be easily done with standard regression models.

In contrast, recursive partitioning (or tree-based) methods such as CART (Classification And Regression Tree) [3] is a flexible and powerful alternative for exploring high-order interaction between explanatory variables. From a data mining perspective, the purpose of such approach is to decompose a data space recursively into smaller areas that are defined by the set of explanatory variables and tree-structured. The hypothesis space is the set of all possible hyper-rectangular areas. These areas are more homogeneous with respect to the main factor as compared to the whole population. The analysis of the patterns of these areas, that are defined by the explanatory variables, can provide meaningful biological insights. In the context of non-parametric statistical methods, random forests [4] is the classical extension to tree-based methods with many available R packages (for a few: VarSelRF [5], SRF [6], RF [7]). As compared to tree-based methods, a forest that consists of thousands of unpruned trees is more stable and well suited for prediction. However, random forests loose the easy interpretability of CART, which represents the key objective when dissecting the clinico-biological spectrum of clinical disease entities.

For clinical epidemiology studies, an important drawback of classical tree-based methodology is that it does not provide a straightforward way of adjusting for confounding variables. In practice, confounding and explanatory variables are considered in the same way. Thus, the final tree is a mixture of confounder and explanatory variables lacking of clear interpretation and whose joint effects are distorted. This problem was of particular concern in our clinical studies since our series was composed of two different sub-populations (Asian and Caucasian patients). In lung adenocarcinomas, KRAS mutation is found in about one third of the tumours in Caucasian populations, as opposed to less than one tenth is Asian populations. Thus, in our study, it was mandatory to adjust for this confounding factor.

In a pioneering a work, Chen et al. [8] have introduced a new class of regression models, called partially linear tree-based regression models (PLTR). This new framework has been proposed for genetic epidemiology studies in order to assess complex joint gene-gene and gene-environment effects taking into account confounding variables. In practice, PLTR models represent a new class of semi-parametric regression models that integrates the advantages of generalized linear regression and tree-structure models. The linear part is used to model the main effects of confounder variables and the nonparametric tree part is used to capture the distributional shape of the data relying on the complex joint effects of multiple explanatory variables. In their article, Chen et al. have proposed a four-step selection and testing procedure for identifying the optimal tree while adjusting for linear (on the generalized linear scale) confounding variables. This methodology has been recently extended for considering multivariate outcomes [9]. However, Chen’s et al. procedure heavily relies on resampling, which is computationally burdensome and not well-suited to situations for which a large number of explanatory variables is expected. In the present work, we propose and evaluate an alternative procedure with different selection criteria, which considers separately the objectives of selection and testing.

We first describe the novel procedure with three different selection criteria. It corresponds to a modified PLTR procedure with four steps, of which the two first are common to the one proposed by Chen et al. A simulation study with different scenarios is presented that compares the power of the proposed procedure to the original PLTR strategy. The proposed procedure is used to decipher heterogeneity of lung adenocarcinomas, with respect to KRAS mutation, based on copy-number alterations.

Methods

In the following we present our novel procedure with different selection criteria. The first two steps are similar to those of the original PLTR procedure (Chen et al.) whereas the last two steps are new. The four steps are summarized in Figure 1 and presented in details below.

Figure 1
figure 1

Flow-chart of the four steps of the method.

Denote Y the outcome of interest (or the main factor for the application considered in this work), X the confounding variables (to be modeled linearly), and Z the explanatory variables. The PLTR model is specified by:

g E Y | X , Z = X θ+ β T F T Z ,
(1)

where g(·) is a known link function (generalized linear model), F(T(Z)) is a vector of indicator variables representing the leaves of the tree T(Z).

Step 1: Construction of a maximal tree

The maximal tree is constructed as follows:

  • Initialization: fit the generalized linear model (GLM) g E Y | X , Z = X θ ( 0 ) + β ( 0 )

  • Iterations: iterate the following steps starting with k = 1.

    • fit the tree part: construct a maximal tree model T(k) based on Z, using Xθ(k-1) as offset

    • fit the leaves of the tree: fit the GLM g E Y | X , Z = β T ( k ) F T ( k ) Z using Xθ(k-1) as offset

    • fit the parametric part: fit the GLM g E Y | X , Z = X θ ( k ) , with β T ( k ) F T ( k ) Z using as offset

  • Ending conditions: the algorithm stops when the estimates of θ stabilize within a pre-specified range or after a pre-specified number of iterations.

In the above procedure, an offset is a predictor variable included in the model with coefficient fixed equal to one.

In the construction of the tree, the goodness of a candidate split is assessed for each node by the deviance of a generalized linear model fitted in the node by considering Xθ as the offset. More precisely, the goodness of a candidate split is the deviance of the parent node minus the sum of the deviance of the two child nodes. The recursive partitioning stops when the number of cases in each terminal node is smaller than a pre-assigned threshold.

Step 2: Construction of the sequence of nested subtrees

At the end of the previous step, the estimated tree T R is a maximal tree which generally overfits the data. The second step constructs a sequence of nested subtrees of T R .

The PLTR model (1) obtained from the previous step is

g E Y | X , Z = X θ ̂ T R + β ̂ T R F T R Z ,
(2)

where T R (Z) represents the maximal tree at convergence, R being its size (number of terminal nodes or leaves).

Let D X ; θ ̂ 0 be the deviance computed under the null hypothesis

H 0 :g E Y | X , Z = X θ+ β 0
(3)

and D X , T ( Z ) ; θ ̂ T the deviance computed under the alternative hypothesis

H 1 :g E Y | X , Z = X θ+ β T F T Z ,
(4)

with a tree T(Z) T R (Z).

Let r ≤ R be the pre-specified maximal size of subtrees to be considered. A sequence of nested candidates subtrees T2(Z)T r (Z) of T R (Z) is constructed as follows:

  • The procedure is forward with T1(Z) representing the root of the tree T R (Z). Let T j m ( Z ) , m = 1 , , n j be the set of subtrees of T R (Z) with j leaves, such that for all m = 1, …, n j , Tj-1 is a subtree of T j m : T j - 1 Z T j m Z .

  • T j (Z) is the subtree of T R (Z) with j leaves such that Tj-1(Z) T j (Z), chosen as T j = T j m with

    m = arg max m = 1 , , n j D X ; θ ̂ 0 - D X , T j m ( Z ) ; θ ̂ T j m .

Step 3: tree selection

We select one of the trees of the sequence T1T2T r . For this selection step, we use either

  • penalized maximum likelihood methods: the Akaïke information criterion(AIC) [10] and the Bayesian information criterion (BIC) [11],

  • or a cross-validation method.

The competing models to be considered are:

M j ̂ :g E Y | X , Z = X θ ̂ T j + β ̂ T j F T j Z ,j=1,,r
(5)

with F(T1(Z)) ≡ 1 representing the situation where the tree is reduced to the root node, that is the null model (3).

BIC and AIC criteria

The BIC criterion for the model M j ̂ is

BIC M j ̂ = 2 L M j ̂ | θ ̂ T j , β ̂ T j - δ j log N ,

N being the sample size, δ j the number of free parameters involved in the model M j ̂ (δ j  = dim(θ) + j) and L M j ̂ | θ ̂ T j , β ̂ T j the log-likelihood for the model M j ̂ .

The model selected by the BIC criterion is M bic ̂ = M j bic ̂ , where jbic is defined by

j bic = arg max j = 1 , , r BIC M j ̂ .

We denote T bic = T j bic the tree used in the model M bic ̂ .

The AIC criterion for the model M j ̂ is

AIC M j ̂ = 2 L M j ̂ | θ ̂ T j , β ̂ T j - 2 δ j ,

with δ j  = dim(θ) + j. The model selected by the AIC criterion is M aic ̂ = M j aic ̂ where jaic is defined by

j aic = arg max j = 1 , , r AIC M j ̂ .

We denote T aic = T j aic the tree used in the model M aic ̂ .

Cross-validation criterion

As an alternative to the penalized maximum likelihood criteria presented above, we propose a cross-validation procedure on the global PLTR model for selecting the optimal tree. The competing models M j ̂ are those defined in (5).

The original sample is randomly partitioned into K equal size subsamples:

A = = 1 K A , with A A m = for all m

For  = 1, …, K, denotes by A - = m A m the th training set, while A is the corresponding validation set.

For each  = 1, …, K, the following steps are performed:

  • fit the PLTR model (1) with the sample A - . At the end of step 1, the fitted PLTR model is

    g E Y | X , Z = X θ ̂ T R + β ̂ T R F T R Z ,

    where T R Z represents the maximal tree at convergence.

  • Construct a sequence of r - 1 nested subtrees T 2 Z ,, T r Z as in step 2, and determine the underlying PLTR models sequence:

    M j ̂ : g E Y | X , Z = X θ ̂ T j + β ̂ T j F T j Z , j = 1 , , r
  • For each j = 1, …, r, use the validation sample A to compute the cross-validation error CV j of the model M j ̂ .

The mean cross-validation error is

CV j = 1 K = 1 K CV j .

The selected model is M cv ̂ = M j cv ̂ where jcv is defined by

j cv = arg min j = 1 , , r CV j .

We denote T cv = T j cv the tree used in the model M cv ̂ .

Step 4: Testing

To test the null hypothesis (3) versus the alternative (4), we use the statistic

Λ = 2 L M ̂ H 1 - 2 L M ̂ H 0 .

As the model M ̂ H 1 is not obtained as a maximum likelihood estimate, this statistic does not follow the “naïve” χ2(j - 1) distribution where j is the number of leaves of the tree used in M ̂ H 1 . Fan et al. [12] demonstrated that for a variety of models involving non parametric estimators, such generalized likelihood ratio statistics follow a scaled chi-squared distribution. In our case, this implies that for a defined number of leaves j the distribution of Λ is a scaled chi-squared distribution:

mΛ χ 2 (b).
(6)

As the theoretical determination of m and b is cumbersome, Fan et al. propose to simulate the null distribution for estimating the constants m and b. In the following, we use the conditional parametric bootstrap procedure described below:

  • Generate a new outcome Yb from the fitted model g E Y | X = X θ ̂ 0 + β ̂ 0

  • Fit the complete model (2) with Yb as the outcome (as in step 1)

    g E Y b | X , Z = X θ ̂ b + β ̂ T R b F T R b Z
  • Repeat the previous step until the size R is greater than j

  • Construct a sequence of candidate optimal subtrees T k b ; k = 2 , , j as in step 2 (where we take r = j) and compute

    Λ b = 2 L M ̂ j - 2 L M ̂ 1
  • Repeat this process B times

  • Estimate b and m from the empirical moments of sample Λ1,…,ΛB.

Once b and m have been estimated, a p-value is calculated as p=P(X>mΛ) with Xχ2(b).

Results

Simulation study

Simulation protocol

A simulation study with a binary outcome (logit link) was conducted to evaluate and compare the performances of the proposed procedure (with the three selection criteria) to the original one proposed by Chen et al.

We have considered three different scenarios for which we used PLTR logistic model similar to the one considered in Chen et al.

  • In scenario 1, we simulated four Bernoulli variables G1, G2, G3, G4 with probabilities 0.3, 0.25, 0.18 and 0.22 respectively, and an outcome Bernoulli variable, denoted Y, according to the following model (null hypothesis):

    logit P Y = 1 | G 1 , G 2 , G 3 , G 4 = β 1 + θ G 1

    with β1 = log(0.61), θ = log(2). Here G1 is the confounding variable and G2, G3, G4 are the explanatory variables.

  • In scenario 2, we introduced ten additional Bernoulli variables G5, …, G14 with probabilities p = 0.5. The Bernoulli variable Y is simulated according to the following model:

    logit P Y = 1 | G 1 , , G 14 = β 1 + θ G 1 + β 2 1 G 2 = 1 , G 3 = 0 + β 3 1 G 3 = 1 , G 4 = 0 + β 4 1 G 3 = 1 , G 4 = 1 .

    with β1 = log(0.45), θ = log(2), β2 =  log(3.5), β3 =  log(2) and β4 =  log(4.5). This scenario mimics joint effects of G2, G3, and G4. The corresponding tree is displayed in Figure (2). The variables G5, …, G14 are noise variables unrelated to Y.

  • In scenario 3, we considered a deeper tree with non-independent explanatory variables G2, …, G5. The model is:

    logit P Y = 1 | G 1 , , G 15 = β 1 + θ G 1 + β 2 1 G 2 = 0 , G 3 = 0 , G 4 = 1 + β 3 1 G 2 = 0 , G 4 = 1 + β 4 1 G 2 = 1 , G 5 = 0 + β 5 1 G 2 = 1 , G 3 = 0 , G 5 = 1 + β 6 1 G 2 = 1 , G 3 = 1 , G 5 = 1 .

    with β1 = log(1.8), θ = log(1.35), β2 = log(1.50), β3 = log(2), β4 = log(0.36), β5 = log(2.5) and β6 = log(0.36). The corresponding tree is displayed in Figure (3).

    The Bernoulli variables G1, …, G5 were generated from the following hierarchical model:

    G 0 B ( 0.2 ) , logit P ( G i = 1 ) = logit ( 0.2 ) + G 0 for i = 2 , , 5

    and

    logit P ( G 1 = 1 ) = logit ( 0.2 ) + log ( 2 ) G 0 .

    Hence the variables G1, …, G5 are marginally dependent. The variables G6, …, G15 are considered as noise variables and are generated independently from a Bernoulli distribution with p=0.5.

    Figure 2
    figure 2

    Tree used for scenario 2 simulations. The leaves are represented by circles and the number beneath each node represents the real value of the coefficient consider in each leaf of the tree.

    Figure 3
    figure 3

    Tree used for scenario 3 simulations. The leaves are represented by circles and the number beneath each node represents the real value of the coefficient consider in each leaf of the tree.

For all scenarios the sample was set to n = 2000, and 300 datasets were simulated.

Simulation results

Figures 4 and 5 display the quantile-quantile plots of the observed statistics for the “naïve” theoretical χ2 distribution with degrees of freedom equal to the number of leaves minus 1, and for the scaled χ2 distribution (equation 6). These figures show that the naïve distribution is inadequate; in contrast, the scaled distribution with estimated m and b fits well the empirical distribution.

Figure 4
figure 4

Quantile-quantile plots of the observed statistics versus the “naïve” χ 2 quantiles.

Figure 5
figure 5

Quantile-quantile plots of the observed statistics versus the scaled χ 2 quantiles.

We assess whether or not the trees selected by step 3 in the sequence of nested trees have the correct number of leaves. Under scenario 1 (null hypothesis), a root tree (one leaf) is expected. As seen in Table 1, the procedure with the BIC criterion (BIC) selects the root tree for 98.3% of the simulations, whereas the Chen et al. procedure (named BOOT hereafter) succeeds for only 91% of the simulations. For the 10-fold cross validation procedure (CV), this proportion goes down to 84%, and for the AIC criterion (AIC) it is only 47.3%.

Table 1 Number of trees by number of leaves, for the 300 trees selected by the different methods under scenario 1

Under scenario 2, the correct number is of 4 leaves. As seen from Table 2, BIC has the best performance with 44.3% of selected trees with four leaves. Moreover, it exhibits the smallest dispersion around the target value. In contrast BOOT selects a tree with only 2 leaves for all the simulations. The performances of CV are inferior to those from BIC, and the dispersion is higher. Finally, AIC selects always trees with too many leaves. Similar results are obtained with scenario 3 (where the correct number of leaves is 6), with increased quality of CV (Table 3).

Table 2 Number of trees by number of leaves, for the 300 trees selected by the different methods under scenario 2
Table 3 Number of trees by number of leaves, for the 300 trees selected by the different methods under scenario 3

For the more complex scenario (scenario 3), we computed the ten-fold cross-validation generalization error for each of the 300 simulated data sets for BIC, AIC and CV criteria. The distribution of the generalization errors are displayed in Figure 6. CV and BIC have very similar errors, while AIC have a slightly increased error.

Figure 6
figure 6

Distribution of the generalization 10-fold cross-validation error for AIC, BIC, CV criteria across the 300 simulated data sets.

In summary, the procedure using the BIC criterion consistently outperforms the other procedures.

We also investigated which variables are present in the splits of the trees selected by BIC under scenario 2 and 3 (Tables 4 and 5). For scenario 2, the so-called correct variables are G2 to G4, and in scenario 3, G2 to G5. In both scenarios, we refer as incorrect variables the ten noise variables. Under scenario 2, in 18% of the selected trees, at least one noise variable appears; however, all three correct variables are present in 44.3% of the selected trees. In all cases, at least two correct variables were selected. The BIC procedure behaves better under scenario 3, with more than 99% of trees involving all four correct variables, while noise variables appear in 20% of the trees.

Table 4 Variables selected by the procedure using BIC criterion under scenario 2, with global percentages between brackets
Table 5 Variables selected by the procedure using BIC criterion under scenario 3, with global percentages between brackets

Analysis of lung adenocarcinomas

Description of the data

The dataset considered in this study is based on a French-Singaporean study (Merlion study) of 230 patients with lung adenocarcinomas [13]. The Western-Europe series (WE) included 139 tumors and the East-Asian series (EA) included 91 tumors. Clinical characteristics were detailed in a previous published article [13]. DNA was extracted using standard protocols and stored at -80°C until use. Copy number information was issued from Affymetrix Genome-Wide Human SNP 6.0 arrays. Inferences about the copy number status of each genomic segment (copy loss, copy modal, copy gain) were obtained using the modified CGHmix classification procedure [14]. In order to summarize genomic information while keeping a sufficient level of resolution, copy number status was averaged (median estimate) over the 284 main cytogenetic bands. Information about KRAS mutation was extracted from the targeted mutation profiling performed using the Sequenom Massarray 4 platform (Sequenom, San Diego, CA). Here, the KRAS mutation status was defined as the presence or absence of any mutation within KRAS gene. In this dataset, we detected 54 KRAS mutations with 44 cases (31.6%) from the WE series and 10 cases (10.9%) from the EA series.

We compared the results obtained from the Chen et al. procedure [8] to those obtained by the novel procedure with the BIC criterion. The “dependent” variable was the KRAS mutation status (mutation/wild-type). The cohort status (WE/EA) was the confounding binary variable. The 284 copy-number alterations (trinomial variable: copy-loss, modal, copy gain) were considered as candidate explanatory variables. Recursive partitioning stopped as soon as the number of cases in each terminal node was below fifteen.

Results

The iterative procedure converged after 15 iterations. The trees selected by Chen’s et al. method and by our procedure with the BIC criterion are displayed in Figure 7. Chen’s et al. procedure led to two leaves that separated tumors with and without copy-loss of 3q23. The global adjusted p-value associated with the selected tree is 0.0055. This model is a simple cohort-adjusted logistic regression model with 3q23 copy-loss as the unique explanatory variable.

Figure 7
figure 7

Optimal tree obtained with the two competing methods on the real data set: (a) BIC selected tree, (b) Original PLTR selected tree. The leaves are represented by circles and the number in each leave node represents the number of observations falling inside the node; the percentage represented proportion of cases inside the node.

Our procedure with the BIC criterion led to seven leaves. We identified:

  1. (i)

    two pure or nearly pure wild-type KRAS leaves (with 53 tumors and only one KRAS mutation) characterized by no 3q23 copy-loss and a copy-loss for either 9q12 or 3p11 cytoband,

  2. (ii)

    a leave with a low rate of KRAS-mutated tumors (8%) characterized by no copy-loss of 3q23, 3p11, 9q12, 14q23 but a copy gain of 8q23 cytoband,

  3. (iii)

    a leave with a medium rate of KRAS-mutated tumor (15.5%) with no copy-loss of 3q23, 3p11, 14q23 and no copy-gain of 8q23 and 1q32 cytoband,

  4. (iv)

    the three other leaves were heterogeneous with a mixture of wild-type and KRAS-mutated tumors (43.5%, 52.6%, 51.2%).

For the selected tree, the split variables are copy-number aberrations of 1q32, 3p11, 3q23, 8q23, 9p12, and 14q23. The global p-value associated with this tree is 0.011 with a ten-fold cross-validation generalization error of 0.23. These results were obtained after adjustment for a significant cohort effect (O R = 0.266, 95% Confidence interval: [ 0.12-0.56]) with a higher rate of KRAS for the WE series as compared to the EA series.

We also compared the characteristics of the 53 tumors arising from the two pure or nearly pure wild-type KRAS leaves as compared to the other tumors. There was no significant difference between the two groups regarding the EGFR mutation status (p = 0.94). There was a significantly higher proportion of tumors with a large fraction of genome altered (more than 50%) in the pure or nearly pure wild-type KRAS group as compared to the other groups (p = 1.7 × 10-8).

Discussion

Nowadays, there is a growing interest in deciphering the genomic spectrum of clinical disease entities. In this context, recursive partitioning methodology provides a powerful data mining tool for exploring complex interplay between genomic factors, with respect to a main factor, that can reveal hidden genomic patterns. The requirement of adjusting for confounding factors led Chen et al. to develop a semiparametric regression model called PLTR together with an iterative algorithm procedure to select and test the “optimal” tree. A main drawback of the procedure is that it relies on a two levels permutation strategy which can become cumbersome and computationally expensive. In this work, we propose a novel procedure with different selection criteria. As shown from the simulation study, the proposed procedure with the BIC criterion achieves good power to detect the hidden structure as compared to Chen’s et al procedure.

When investigating patterns of copy-number alterations in lung adenocarcinomas, with respect to KRAS mutation status and after adjustment for a cohort effect, our proposed strategy highlights two subgroups of pure or nearly pure wild-type KRAS tumors. These subgroups correspond to 53 lung adenocarcinomas having no 3q23 copy-loss but copy-loss for either 9p12 or 3p11 cytoband. It is worth noting that the 3q23 area harbors the PI3KCB gene that participates in the PI3K (Phosphatidylinositol 3-kinase) signaling pathway, well-known to be deregulated in many human cancers. Moreover, PI3K is one of the main effector pathways of RAS, regulating cell growth, cell cycle and cell survival. These wild-type KRAS subgroups are not enriched for EGFR mutation (mutually exclusive with KRAS mutation) and are composed of tumors having a proportion of copy-number changes significantly higher than expected by chance. The genomic patterns of these two wild-type KRAS subgroup are worth further investigation.

Conclusion

We have proposed a novel recursive partitioning procedure for deciphering the genomic spectrum of clinical disease entities. The proposed procedure represents a powerful and practical alternative to the partially linear tree-based regression model proposed by Chen et al. [8]. Our procedure performs well, is simple to implement, less computationally demanding and can be recommended for investigating new disease taxonomy. The procedure is implemented within an R package known under the acronym ‘GPLTR’ and will be available very soon on the CRAN site.

We plan to use this novel procedure to identify new sub-groups of multiple sclerosis treated with interferon-beta, with regards to the occurrence of antidrug-antibody response, while adjusting for cohort effect.

References

  1. Roberts P, Stinchcombe T: Kras mutation: should we test for it, and does it matter?. J Clin Oncol. 2013, 31 (8): 1112-21. 10.1200/JCO.2012.43.0454.

    Article  CAS  PubMed  Google Scholar 

  2. Rajagopalan H, Lengauer C: Aneuploidy and cancer. Nature. 2004, 432: 338-341. 10.1038/nature03099.

    Article  CAS  PubMed  Google Scholar 

  3. Breiman L, Olshen JH, Stone CJ: Classification and Regression Trees. 1984, Belmont, California: Wadsworth International Group

    Google Scholar 

  4. Breiman L: Random forest. Technical Report, Department of Statistics, University of California at Berkeley. 2002

  5. Diaz-Uriarte R, Alvarez de Andrés S: Gene selection and classification of microarray data using random forest. BMC Bioinformatics. 2006, 7 (1): 1-13. 10.1186/1471-2105-7-1.

    Article  Google Scholar 

  6. Guan X, Chance MR, Barnholtz-Sloan JS: Splitting random forest (srf) for determining compact sets of genes that distinguish between cancer subtypes. J Clin Bioinform. 2012, 2 (1): 1-12.

    Google Scholar 

  7. Liaw A, Wiener M: Classification and regression by randomforest. R News. 2002, 2 (3): 18-22.

    Google Scholar 

  8. Chen J, Yu K, Hsing A, Therneau TM: A partially linear tree-based regression model for assessing complex joint gene-gene and gene-environment effects. Genet Epidemiol. 2007, 31: 238-251. 10.1002/gepi.20205.

    Article  PubMed  Google Scholar 

  9. Yu K, Wheeler W, Li Q, Bergen AW, Caporaso N, Chatterjee N, Chen J: A partially linear tree-based regression model for multivariate outcomes. Biometrics. 2010, 66 (1): 89-96. 10.1111/j.1541-0420.2009.01235.x.

    Article  PubMed Central  PubMed  Google Scholar 

  10. Akaike H: A new look at the statistical model identification. IEEE Trans Automat Control. 1974, AC-19: 716-723.

    Article  Google Scholar 

  11. Schwarz G: Estimating the dimension of a model. Ann Stat. 1978, 6: 461-464. 10.1214/aos/1176344136.

    Article  Google Scholar 

  12. Fan J, Zhang C, Zhang J: Generalized likelihood ratio statistics and wilks phenomenon. Ann Stat. 2001, 29 (1): 153-193. 10.1214/aos/996986505.

    Article  Google Scholar 

  13. Broët P, Dalmasso C, Tan E, Alifano M, Zhang S, Wu J, Lee M, Régnard J, Lim D, Koong H, Agasthian T, Miller L, Lim E, Camilleri-Broët S, Tan P: Genomic profiles specific to patient ethnicity in lung adenocarcinoma. Clin Cancer Res. 2011, 17 (11): 3542-50. 10.1158/1078-0432.CCR-10-2185.

    Article  PubMed  Google Scholar 

  14. Dalmasso C, Broët P: Detection of chromosomal abnormalities using high resolution arrays in clinical cancer research. J Biomed Inform. 2011, 44 (6): 936-942. 10.1016/j.jbi.2011.06.003.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

This research is supported in part by the IMI-funded ABIRISK project (http://www.abirisk.eu/).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Cyprien Mbogning.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

CM and WT implemented the proposed procedure. PB coordinated the study. All authors participated in the design of the procedure and wrote the manuscript. All authors read and approved the final manuscript.

Authors’ original submitted files for images

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Mbogning, C., Perdry, H., Toussile, W. et al. A novel tree-based procedure for deciphering the genomic spectrum of clinical disease entities. J Clin Bioinform 4, 6 (2014). https://doi.org/10.1186/2043-9113-4-6

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/2043-9113-4-6

Keywords