Skip to main content

A gene signature based method for identifying subtypes and subtype-specific drivers in cancer with an application to medulloblastoma

Abstract

Background

Subtypes are widely found in cancer. They are characterized with different behaviors in clinical and molecular profiles, such as survival rates, gene signature and copy number aberrations (CNAs). While cancer is generally believed to have been caused by genetic aberrations, the number of such events is tremendous in the cancer tissue and only a small subset of them may be tumorigenic. On the other hand, gene expression signature of a subtype represents residuals of the subtype-specific cancer mechanisms. Using high-throughput data to link these factors to define subtype boundaries and identify subtype-specific drivers, is a promising yet largely unexplored topic.

Results

We report a systematic method to automate the identification of cancer subtypes and candidate drivers. Specifically, we propose an iterative algorithm that alternates between gene expression clustering and gene signature selection. We applied the method to datasets of the pediatric cerebellar tumor medulloblastoma (MB). The subtyping algorithm consistently converges on multiple datasets of medulloblastoma, and the converged signatures and copy number landscapes are also found to be highly reproducible across the datasets. Based on the identified subtypes, we developed a PCA-based approach for subtype-specific identification of cancer drivers. The top-ranked driver candidates are found to be enriched with known pathways in certain subtypes of MB. This might reveal new understandings for these subtypes.

This article is an extended abstract of our ICCABS '12 paper (Chen et al. 2012), with revised methods in iterative subtyping, the use of canonical correlation analysis for driver-identification, and an extra dataset (Northcott90 dataset) for cross-validations. Discussions of the algorithm performance and of the slightly different gene lists identified are also added.

Conclusions

Our study indicates that subtype-signature defines the subtype boundaries, characterizes the subtype-specific processes and can be used to prioritize signature-related drivers.

Background

Cancer is initiated and driven by aberrant genetic events, such as copy number aberrations (CNAs), called the drivers of cancer. Further, quite a few cancer, such as breast cancer [1], glioblastoma [2] and medulloblastoma [3], are confirmed to contain subtypes, with distinct inter-subtype molecular profiles and clinical outcomes. Different subtypes may have arisen because of different mechanisms, such as hits on different pathways and/or different cells-of-origin [4] within the same tissue/organ. Stratifying the patients into appropriate subtypes is the key to uncover the drivers of these mechanisms. This step, referred to as the subtyping of cancer, usually relies on the class discovery of cancer expression datasets.

There is a large body of techniques available for class discovery within a cancer dataset, such as spectral clustering [5], non-negative matrix factorization [6], etc. A straightforward and one-step strategy is to employ one such technique to train the class labels for a group of samples, and detect the set of most differentially expressed genes (DEGs) using the trained labels and the same expression data. The set of DEGs, called the gene signature, can be used for functional analysis of the corresponding subtype.

On the other hand, genetic aberrations enriched in a cancer subtype may also be related to, or even have causal roles in the corresponding subtype. Particularly, one type of genetic events, CNA, is widely found in the cancer genomes [7]. CNAs are also found to be positively correlated with the raw expressions of affected genes [3]. In some cancer, such as medulloblastoma, the CNA patterns are also found to be subtype-dependent [8]. However, given the large number of CNA-affected genes that often occur within a cancer genome, it is not practical to assume that all of them are tumorigenic. Instead, most of the CNAs may just cause mechanic responses in the affected genes' expressions, but otherwise are not related to the cancer process. Apart from these, a small proportion of CNAs may be involved in the initiating, driving or sustaining of the cancer process, which also gives rise to the subtype-specific signature. This is summarized in the hypothetical diagram in Figure 1. The diagram indicates that the gene signature not only reflects the underlying processes characterizing individual subtypes and hence can be used for subtyping; but may also be used to trace the subtype-specific drivers.

Figure 1
figure 1

A hypothetical diagram depicting the role of CNAs in cancer, subtypes and their relations with signatures. While most CNAs are assumed to affect the expressions of the affected genes only and have limited harms, a few CNAs together with other drivers, e.g. mutations, may perturb subtype-specific pathways and trigger subtypes of cancer. This consequently leads to the observation of a set of signature genes.

In recent years, tools such as GISTIC [9] have gained increasing popularity for their capabilities to discover recurrent CNA patterns of a clinical condition. Genes within these recurrent patterns are assumed to be pathologically and clinically important. Unfortunately, in the highly twisted cancer genomes, recurrent regions tend to occupy broad regions and harbor hundreds of genes or more, making it less specific to equate these genes to cancer drivers. A recent study [10] attempts to relate recurrent CNAs with co-expression modules, in an effort to find melanoma drivers, in a subtype-non-specific manner.

Here, we focus on the subtype-signature and within-subtype recurrent CNAs; and propose an integrative approach to perform subtyping and driver-identification. The approach consists of two stages. First, given a cancer expression dataset, perform subtyping to train class labels for individual cases and detect signature genes for each subtype (i.e., class). Second, CNA measurements (e.g., SNP arrays) corresponding to samples of each subtype are subjected to pre-selection procedures, e.g. GISTIC, for a reduced set of driver candidates. The driver candidates are then ranked in order of correlation with the corresponding subtype's signature genes. The top ranked candidates will be manually reviewed for their potential roles in the subtypes. The approach is summarized in Figure 2. The following describes key issues regarding the algorithmic design for these two stages at the concept level, with further details in Methods.

Figure 2
figure 2

Approach overview. Gene expression microarray measurements are used for training the class labels and detecting signature genes. The copy number profiles (by SNP arrays) of the corresponding samples undergo candidate pre-selection by GISTIC. A subtype-specific method identifies top signature-related candidates.

Iterative subtyping

The one-step approach described above is both easy to implement and computationally efficient. However, it may suffer from overfitting, as the determination of the number of clusters given a clustering dendrogram can be quite arbitrary. This is because the relation between the class labels and the signature genes is not considered. Suppose there are K inherent subtypes, each with a set of signature genes, the large number of non-signature genes, together with measurement noises, may blur the subtype boundaries. This results in multiple ways of cutting a dendrogram, as in the case of medulloblastoma where various numbers of clusters have been reported [3, 11]. As a result, different DEGs will be produced by different methods on the same disease. Yet as depicted in Figure 1, the real pathway-related DEGs (i.e., signature) should be inherent in each subtype but not dependent on how the dendrogram is cut.

To address this issue, we first introduce a regularization by defining a subtype as the smallest group of samples that share a substantial set of DEGs (against all other samples, including normal cases). This is to ensure that on the one hand, as many subtypes are uncovered as possible, while on the other hand, each of them is characterized with a sufficient number of signature genes. In practice, this can be implemented by starting with a large number and cutting the resulting dendrogram into corresponding number of clusters. The subtype-signature detection (described in Methods) is applied to the resulting clusters. The resulting clusters can be categorized into good clusters and bad clusters. The former has a sufficiently large number of signature genes, while the latter has fewer than a certain percentage of total signature genes. Cases of the bad clusters are re-assigned to their closest good clusters. Further, since the inherent signature genes determine the class boundary more than non-signature genes, the union of the signature genes after one iteration may be used as input to inform the subset of genes on which clustering is to be performed, in the next iteration.

The next iteration will attempt to cut the dendrogram into the same number of clusters as the good clusters in last iteration. This is based on the assumption that each step of clustering and signature detection produces a set of signature genes that is getting closer to the genuine signatures. The above procedure ensures that the number of clusters to be tested is monotonously decreasing. To avoid K being trapped in small numbers, at each iteration, the number of clusters to be tested is increased by a small margin ΔK above the number good clusters in the last step. In this way, this algorithm is made to favor a larger number of patterns over smaller ones, if both have sufficient numbers of signatures genes.

The above procedure is iterated until the algorithm converges, indicating that the optimum where maximum number of subtypes each with a sizable signature has been reached. Our iterative approach can be compared to the iterative algorithm for a bounded (and regularized) optimization problem. In cutting the dendrograms, resulting clusters that contain only one case are considered unlikely to be a subtype and are re-assigned to other core clusters (i.e., containing more than one case). The procedural implementation of the algorithm is given below.

Given an expression dataset E N × M with N samples and M genes, select an initial set of genes, say the top 10% of genes with largest variances, to yield a reduced dataset Ê. Start with a (sufficiently) large number K, the algorithm consists of the following steps:

1 Perform clustering (e.g., spectral clustering) on Ê, and form a dendrogram.

2 Cut the dendrogram into K clusters. If this results in some clusters with one sample, assign these samples to their closest clusters. Consequently, we obtain Kcore clusters (K′K).

3 Detect the signature (described in Methods) S k for each subtype k {1, .., K′}, using the original dataset E.

4 Obtain the union of signatures: Φ = S1 S K′ .

5 For clusters (i.e., bad clusters) whose signature genes are fewer than a percentage of |Φ|, the cases in these clusters are re-assigned to their closest good clusters. This results in a total number of clusters K″K′.

6 Replace the above Ê with one that is based on the set Φ.

7 Update K = K″ + ΔK, where ΔK is a small positive integer.

8 Repeat Steps 1 to 7, till a certain convergence criterion is reached, e.g. the number of subtypes remains unchanged.

The subtype-specific driver identification

According to Figure 1, even within a subtype, there could be different driving events. Here, we focus on the dominant subtype-specific events, i.e., CNAs. A CNA-affected gene can activate the cancer process through its CNA-induced aberrant expressions. Therefore, its expression may be correlated with the signature genes, which are believed to be the consequences of subtype-specific processes. This problem is equivalent to finding variables in one set that maximally correlate with another set of variables, a problem known as canonical correlation analysis (CCA) [12]. Particularly, given a subtype k and its signature S k ( | S k | = Δ J ) and L pre-selected candidate CNA genes, two vectors of variables x a R J × 1 and x b R L × 1 are used to denote the expressions of them, respectively. The objective is find two vectors w a R J × 1 and w b R L × 1 , such that:

ρ = w a T C a b w b w a T C a a w a w b T C b b w b
(1)

is maximized, where C ab is the between-set covariance matrix and C aa and C bb are the within-set covariance matrices. The pre-selected candidates whose absolute weightings | w b l | ( l = 1 , . . . , L ) are largest are assumed to be related with the signature genes, whereas those whose weightings are close to zero as assumed to be not related. Similarly, signature genes whose absolute weightings are large can be assumed to be related with the candidates. If thresholds are chosen, solutions to the above problem result in a CNA-regulated network consisting of subsets of signature genes and pre-selected candidates.

In solving Eq. (1), techniques such as sparse canonical correlation analysis (SCCA) [13] kernelize the covariance matrices, and reduce the problem to:

maximize w a , w b w a T C a b w b + μ | w a | + μ | w b |
(2)

subject to w a T C a a w a = w a T C b b w b = 1 . . This avoids the hard thresholds above, but the solution is highly sensitive to the hyperparameter µ. Note that the magnitudes of w a and w b do not matter, e.g., if w a T C a a w a 1 , one can replace w a with w ~ a = w a / w a T C a a w a . The key becomes finding the directions of w a and w b such w a T C a b w b is maximized. This is similar to the idea of principal component analysis (PCA). Specifically, we may assume that a row-wise zero-mean operation has been applied to C ab . A PCA approach can next be applied to determine the correlation of each CNA with the set S k , as follows:

a. Perform an SVD : C a b = U Σ V T , and then project C ab onto the first principal component u1 of U, to give ŵ b = C a b T u 1 . The individual entry of ŵ b represents the overall correlation of each CNA gene with the set of signature genes.

b. For a candidate CNA gene l {1, .., L}, the more positive ŵ b l the more gene l is positively correlated with S k , and vice versa. Therefore, the values of ŵ b serve as indicators of driver potential for the candidate CNA genes. For convenience, ŵ b l referred to as the driver potential of a candidate.

c. The p-values of ŵ b can be obtained by generating a random set of signature genes and repeating the above procedure to produce a null distribution for ŵ b . The candidate drivers can then be ranked by their p-values.

In the above, if we let ŵ a = u 1 , then ŵ a T C a b ŵ b = u 1 T C a b C a b T u 1 = σ 1 2 , where σ1 is largest singular value of C ab . Note that the above procedure may not lead to the maximum value for ρ in Eq. (1), but as shall be shown in the Results, it effectively detects signature-related candidates.

Results and discussion

To implement the proposed approach, we applied it to medulloblastoma (MB) datasets. MB is a pediatric brain tumor that usually affects children below the age of 15. The overall five-year survival rate for MB-affected children is poor (around 50% [14]) and varies a lot from patient to patient, subject to different predisposition conditions. Integrative genomic studies [3, 8] in recent years have attempted to classify MB patients into various numbers of subtypes, two of which are well-accepted, namely, the Wnt- and Shh- pathway associating subtypes, respectively. For the remaining non-Wnt/non-Shh patients, there are still debates on the exact number of subtypes inside this group.

Dataset-independent convergence of the subtyping algorithm

We applied the subtyping algorithm to three expression datasets of medulloblastoma. The set of genes with top 10% variances was chosen to be the initial gene set for the algorithm. Clusters with fewer than 1/(4K′) of all detected signature genes were determined to be bad clusters, where K′ is the core cluster number as defined in the algorithm above, and ΔK was set to 1. The key parameter that defines the degree of specificity of a DEG, the subtype-specific fold change threshold (FCT) (described in Methods), was varied from 0 to 2.0 on all three datasets (with initial cluster number fixed at 20), to assess the convergence properties of the algorithm. As shown in Figure 3A-C, in all three datasets, as the FCT increases, the convergence is enhanced. For example, when FCT is 1.0 or 2.0, the algorithm efficiently converges to three in all datasets. Whereas, when the FCT is small, e.g., 0 (black curves), 0.25 (red curves) or 0.5 (green curves), a slight change in the FCT causes the algorithm to converge to different numbers of clusters (the red and black curves in A), or not converged at all (the red curve in C). This suggests that the subtype-specificity imposed on signature selection does increase the convergence of the iterative algorithm.

Figure 3
figure 3

Convergence of the iterative subtyping algorithm. A-C, The convergence properties of the subtyping algorithm on the three datasets, Cho73 (A), Northcott90 (B) and Kool62 (C), each with various subtype-specific FCTs. D-F, The convergence properties to the three medulloblastoma datasets as above, each with various initial numbers of clusters ranging from 2 to 20. The FCT of 1.0 is used in all experiments in D-F.

We then fixed the FCT to be 1.0, and varied the initial number of clusters, from 2 to 20, as shown in Figure 3D-F. Again, the algorithm converges within several iterations on all datasets to the same number of clusters, namely three clusters. Figure 4 shows the numbers of cases and signature genes in each subtype as the algorithm converges, and the converged dendrograms, after 10 iterations. As a comparison, the aforementioned one-step approach using the same initial set of genes and same clustering method (i.e., spectral clustering) was applied to the three MB datasets and the resulting dendrograms are shown in Figure S1 (Additional file 1). It appears that the converged dendrograms in Figure 4 demonstrate much clearer subtype boundaries than the corresponding dendrograms in Figure S1.

Figure 4
figure 4

The subtypes and signatures as the algorithm converges. The numbers of cases and signatures (in brackets) in each good (and core) clusters as the algorithm converges (in 10 iterations) on three datasets, Cho73 (A), Northcott90 (C) and Kool62 (E). The cases are ordered according to subtyping of the last (converged) iteration. All experiments were started with 20 initial clusters, FCT set to 1.0 and ΔK = 1. The converged dendrograms of the corresponding datasets are shown in B, D and F, respectively.

Cross-dataset validations of identified subtypes and characterization of them by signatures

Since the datasets all converge to three subtypes, they are labeled as subtypes A, B and C. To test if the converged subtypes are dataset-independent, we performed two analyses. First, the converged signatures of the datasets were compared in a pairwise manner, as shown in Table 1. From the table, the detected signatures are highly specific to their corresponding subtypes and highly reproducible on different datasets. Second, we performed cross-validations by using one dataset and its trained labels and signatures to predict the labels of another dataset, and vice versa. The datasets were normalized (described in Methods) before being used for cross-validations and the k-NN method (k = 3) was used to predict the labels of the testing sets. The predicted labels were compared with the testing set's self-trained labels to form a confusion matrix, from which the accuracy can be computed. Table 2 shows the cross-validation results. All the cross-validations have accuracies higher than 95%. These two analyses indicate that the identified subtypes are highly stable and independent of datasets.

Table 1 Cross-dataset comparisons of converged subtype signatures.
Table 2 Cross-dataset validations of the subtypes.

To characterize the converged subtypes, the gene signatures in the converged iterations were examined. Additional file 1 - Table S2 shows the pathway enrichment analysis of subtype signatures by GSEA [15]. From the table, Subtype A is significantly enriched with Wnt-pathway genes, while Subtype B is enriched with Shh-pathway genes. A comparison of the cases in Subtypes A and B with studies that published the data (Additional file 1 - Table S1) confirms that these two subtypes are the Wnt- and Shh-pathway associating pathways, respectively. For convenience of discussion, these two subtypes are referred to as the WNT and SHH subtypes, respectively. Examples of key signature genes of the subtypes (of the Kool62 dataset) are shown in Figure 5 (complete lists and plots in Additional file 2).

Figure 5
figure 5

Examples of key signature genes. Examples of gene signatures for individual subtypes in Kool62. A, B, C: example key signature genes in Subtypes A, B and C, respectively. Within each plot, the three boxplots refer to expressions of a gene in the three subtypes, respectively. Normal refers to normal cases. Also shown are the original data with small amount of jittering on the horizontal axis. FC: fold change. Ranked by LIMMA adjusted p-values.

From Figure 5 and Additional file 2, it can be seen that the detected signature genes are specifically up-regulated or down-regulated in a particular subtype, and the inter-subtype variations in the non-specific subtypes are highly suppressed. Most importantly, these subtype-specific DEGs are not only numerically correlated but also functionally related. For example, the five genes in Figure 5A are all involved in the Wnt-pathway. FZD10 codes for the protein Frizzled, which is a membrane receptor for Wnt. Its abundant expressions may lead to the activation of Wnt pathway. LEF1 codes for a key transcription factor of the Wnt pathway and is responsible for the transcriptions of many Wnt target genes. Of interest, a number of genes that have antagonistic roles, such as the DKK s (Dickkopfs) and AXIN2 [16], are also up-regulated. These genes might be the consequences of negative feedback controls of the activated pathways. A similar phenomenon can be found in SHH (Figure 5B), where GLI1/2 are the key transcription factors and are specifically up-regulated, resulting in targets such as HHIP [17] and PTCH1 being highly expressed, too. HHIP in return regulates the Shh-pathway [18], while the protein Patched encoded by PTCH1 negatively regulates the Shh-pathway [19]. Indeed, inhibition of PTCH1 is among the recent attempts to find drug targets for cancers including medulloblastoma [20]. Overall, these signature genes confirm our hypothesis that they are the consequences of the subtype-specific cancer processes.

The third subtype (Subtype C) has the largest number of patients in all three datasets. Note that, this group was further divided into various numbers of subtypes, as shown in Additional file 1 - Table S1. Indeed, in the iterative process, our algorithm also detects that there can be four or five core clusters in the Kool62 datasets (iterations 1 to 3, Figure 4E). But gradually, core clusters containing too few signature genes were determined to be bad clusters and cases in them were re-assigned to their closest good clusters, before the algorithm converges. To further investigate the problem, we used our signature detection algorithm and the labels reported by the original studies to detect signature genes for the subtypes. As shown in Additional file 1 - Table S1, many subtypes claimed by previous studies contain extremely low numbers of signature genes, i.e., subtype-specific DEGs. For example, Group D in the Northcott90 dataset contains only 6 signature genes, and Subtype C in Kool62 contains only 5 signature genes. We then used cases of each of the non-Wnt/non-Shh (NWS) subtypes, with cases of the Wnt and Shh subtypes, and the normal cases to detect signature genes (using same technique as above, with FCT = 1.0) for each of the NWS subtypes claimed by the previous studies. It turns out that these NWS subtypes have high overlaps in signature genes (Table 3). For example, Group C and Group D in the Northcott90 dataset have 76 overlapping signature genes, which is more than 40% of the signature genes in both groups. Similarly, the NWS subtypes C, D and E in Kool62 have 46 overlapping signature genes, which is about 20~40% of the signatures of the corresponding subtypes. Although in the Cho73, the five NWS subtypes have only one overlapping signature gene, when only selective NWS subtypes are considered, substantial overlaps can be seen. For example, Subtypes 4 and 5 share 34 signature genes, which is more than 35% in both subtypes. This further confirms that signatures of these subtypes are highly overlapping, which in turn means that the NWS subtypes are functionally overlapped with each other. Given these analyses, it is reasonable to favor the convergence results above by referring to all NWS cases as one subtype, namely, the NWS subtype.

Table 3 The subtype signatures of the non-Wnt/non-Shh subtypes by previous studies.

Note that, the NWS seems to be more negatively regulated than other subtypes, as it contains more negative signature genes than positive ones (Table 1, 51.3~56.0%), while the WNT and SHH subtypes have far fewer percentages of negative signature genes (25.2~37.6%). Indeed, not only was the numbers of NWS subtypes not clear, the functional characterization of them has not been as successful as the WNT and SHH subtypes either, where dominant pathways exist evidently. The signature genes by this study may give a hint on the underlying process of NWS. As shown in Figure 5C, a Wnt-pathway inhibitor NLK [21] is specifically up-regulated. Also negatively regulated are the Notch pathway receptor NOTCH2 and the growth factor PDGFA. The suppression of these genes indicates that as compared with WNT and SHH, where the key pathways are activated, NWS may have an opposite mechanism, namely, some key pathways are inactivated. In all, our study confirms the hypothesis that gene signatures define the subtype boundaries and unveil subtype mechanisms. Finding the correct boundaries depends on sufficient signature genes contained in the subset of genes used for clustering, and detecting the signatures depends on the correct subtype boundaries. This justifies the above iterative subtyping algorithm.

Subtype-specific copy number landscapes and candidate driver pre-selection

Copy number profiles of the two datasets with publicly available SNP arrays, Cho73 and Northcott90, were inferred as described in Methods. The copy number landscapes are show in Additional file 1 - Figure S3. As shown in Figure 2, profiles of each subtype are further processed with GISTIC (http://via genepattern.broadinstitute.org) for detection of recurrent CNAs within each subtype. Copy number profiles with log2(ratio)-1 greater than 0.35 are considered to be copy number gains, while those below -0.35 are considered to be copy number losses. The subtype-specific GISTIC landscapes of the Cho73 dataset is shown in Figure 6, and those for the Northcott90 dataset is shown in Additional file 1 - Figure S4. The q-value threshold of 0.01 is used to determine recurrent CNA regions. Genes (UCSC human reference assembly hg18) within these regions are considered to be CNA-affected genes. The numbers of CNA-affected genes are tabulated in Additional file 1 - Table S3.

Figure 6
figure 6

Subtype-specific GISTIC landscapes of the Cho73 dataset. The three sub-plots correspond to GISTIC copy number landscapes of the three subtypes of the Cho73 dataset, respectively. A, Subtype A (WNT); B, Subtype B (SHH); C, Subtype C (NWS). In each subplot, the upper panel (red) corresponds to the recurrent copy number gains, while the lower panel (blue) corresponds to the recurrent copy losses. The numbers to left of each panel refer to the G-scores. The numbers to the right of each panel refer to the − log10 q-values. The green lines refer to the q-value threshold of 0.25 (or − log10 q = 0.602). The numbers (1 to 22) in-between the panels refer to the autosomes.

As Figure S4 and Table S3 show, the copy number landscapes and GISTIC landscapes demonstrate extremely strong subtype-specificity. For example, Subtype A is dominant with Chr6 deletions, and Subtype B is characterized with Chr9 deletions. Subtype C is more complex, CNAs are observed in Chr7-8, Chr11, Chr16-16, etc. These patterns are also highly dataset-independent. The overlapping candidates in Table S3 were taken to be the pre-selected CNA candidates.

Testing the driver identification algorithm with synthetic data

To test the driver identification algorithm, we generated a synthetic gene expression dataset with 10,000 genes and 100 cases. Entries of the dataset were initialized with identically and independently distributed standard Gaussian noises. The first 100 genes are assumed to be signature genes and the next 200 are assumed to be candidate genes, while the remaining 9,700 genes are assumed to be non-signature and non-candidate (NSNC) genes. Each of the candidate genes i is given a weighting of w i . We added synthetic inter-dependencies to the signature and candidate genes by updating each signature gene with x ˜ j = i w i c i j x i + x j , where x i and x j are the initialized gene expressions of the i-th candidate and j-th signature genes, respectively; and c ij is a random number (~ U(0, 1)) indicating the regulating potential of candidate i on signature j. We tested the algorithm with four types of w i , namely, w i ~ U[−1, 0], w i ~ U[0, 1], w i = 0 and w i ~ U[−1, 1]. As additional file 1 - Figure S5 shows, when w i are initialized with non-positive random numbers, the estimated driver potentials ŵ s are significantly lower than those of the NSNC genes. Similarly, when w i are initialized with non-negative random numbers, ŵ s are significantly higher than those of the NSNC genes. When w i =0, ŵ s have no significant differences in the signature or NSNC genes. And when both positive and negative weightings are used, although no significant difference is observed in the means, the tails of the two distributions are very different. Particularly, the distribution of ŵ s for the signature genes has longer tails on both sides.

This study indicates that the technique is able to identify the potential drivers by using the NSNC genes as the null model, if the inter-dependencies between the drivers and the signature still exist at the time of measurement.

Subtype related driver candidates revealed by driver identification

The above technique was applied to the two datasets Cho73 and Northcott90, where both expression and CNA profiles are available. Additional file 2 - Figure S6 shows the candidate and null distributions for the subtypes in both datasets. The curves demonstrate similar patterns in different datasets for the same subtype. For example, in Subtype A (WNT), CNA candidates of both datasets tend to have longer negative tails, while in Subtype B (SHH), CNA candidates of both datasets tend to have longer positive tails. In Subtype C (NWS), CNA candidates of both datasets have slightly longer tails than the null distributions. Further, the significant candidates are found to be highly reproducible (30.0%~44%, Additional file 2 - Table S4).

Table 4 shows the reproducible top-ranked (p-value < 0.01) candidate drivers in each subtype. Of note, all three subtypes contain some genes that seem to suggest the underlying pathways that characterize the subtypes. For example, Subtype A candidate drivers include MAP3K7, which has inhibiting roles in the Wnt- pathway [22]. Its deletion might cause the difficulty to inactivate Wnt-pathway and results in a persistently activating Wnt-pathway. Further, TULP4 is recently identified as a candidate suppressor gene in the Wnt associating subtype [23]. The top candidate driver in Subtype B, PTCH1, is a key gene in the Shh-pathway. Its deletion may result in the inability to inhibit Smoothened, and activate Shh permanently. Indeed, mutations in PTCH1 have been one of the top targets in recent literature attempting to find predisposition loci for MB [24]. Perhaps of most interest is the Wnt-associating genes, such as FZD1, PPP3CB and NLK, that are found in Subtype C. As compared with Wnt- and Shh-subtypes, the gene signature of this subgroup of MB does not seem to be significantly enriched with any canonical pathways. The candidate drivers that significantly correlate with the signature genes here seem to suggest that some Wnt-pathway activities are involved in Subtype C; although the exact roles of Wnt have yet to be clarified, as both NLK and FZD1 are amplified but the former has inhibiting while the latter has promoting roles.

Table 4 Candidate CNA drivers within each subtype.

Conclusions

In this work, a two-stage algorithmic framework was developed to perform gene-signature based cancer subtyping and to identify subtype-specific CNA drivers. The algorithm was applied to datasets of medulloblastoma, producing dataset-independent subtyping results. The driver identification results were found to be enriched with cancer-driving pathways. This study is novel in the following three aspects.

First, the signature-based subtyping technique ensures that as many subtypes are uncovered as possible while each of them is required to have a sufficient number of signature genes. This emphasis on subtype-specificity of signature genes allows for functional interpretation of the cancer process or pathways underlying each subtype. This procedure is not only a technique, but also a concept of viewing cancer subtypes.

Second, a comparison of our results with previous results indicates that the non- Wnt/non-Shh subtypes have high overlaps in their gene signatures, resulting in their merger into one single subtype (the NWS subtype) by our algorithm. Although distinct clusters can be observed in the NWS subtype, the fact that their signature genes are highly overlapping suggests that these distinct clusters may be due to non-functional causes, such as different copy number profiles, different cells-of-origin, etc. Therefore, it is not appropriate to classify them as expression subtypes, and a future direction would be to extract copy number subtypes that explain these distinct clusters under NWS.

Third, the proposed driver identification method relates the within-subtype recurrent genetic events to the subtype signature based on the strengths of their inter-dependencies. The idea to conduct this in a subtype-specific manner echoes the ultimate purpose of subtyping: towards more refined understandings of the disease. This idea can be further explored. For example, as depicted in Figure 1, most of the CNAs may be passengers, and some CNA drivers may have hit-and-run properties, i.e., inter-dependencies do not hold by the time of measurements (as a result of dynamic processes). This makes them non-observable by the current method. Further, other types of candidate drivers, such point mutations and DNA-methylation, may be screened as well.

Methods

Datasets and preprocessing

Three publicly available medulloblastoma datasets were used.

The first dataset consists of 73 primary MB samples and 11 normal cerebellum controls by Cho et al. [8] (GEO: GSE19399). All cases in this dataset except the controls have matched SNP arrays.

The second dataset consists of 90 primary MB cases in both expression (exon) arrays and SNP arrays by Northcott et al. [25] (GEO: GSE21166 and GSE14437). Four cerebellar samples from (GEO: GSE13344) were used as controls for this dataset.

The third dataset consists of 62 primary MB samples from Kool et al. [3] (GEO: GSE10327). No publicly available CNA measurements are available for this dataset. Another nine cases of expression profiles of cerebellum were obtained from the controls of a schizophrenia study (GEO: GSE4036). These nine cases are in the same platform as the Kool dataset and were used as the controls for current study.

For convenience, the three datasets are referred to as Cho73, Northcott90 and Kool62, respectively.

Expression arrays of all cases in all three datasets were processed with the RMA algorithm [26] or its variants. Since the three datasets are in different platforms, some genes are measured in one but not the other datasets. To handle this, only the set of genes common to both datasets are used, and their probesets are normalized, when performing cross-dataset validations. Specifically, given a gene with means m1 and m2, and standard deviations s1 and s2, in two cross validating datasets, respectively, the normalized expression of this gene shall have a mean of (m1 + m2)/2 and a standard deviation of s 1 2 / n 1 + s 2 2 / n 2 , where n1 and n2 are the numbers of cases in the two datasets.

An in-house developed software (not published) running on a cluster of computers was used to process the large numbers of SNP arrays. HapMap [27] data were used as the unmatched references for inferring CNA profiles.

Gene signature detection

A subtype signature is defined to be the set of genes whose expressions are dys-regulated specifically in a subtype. To ensure this specificity, on top of statistical significance, we impose a fold change requirement.

First, given expressions {y j |j = 1, …, M} of a gene and the corresponding trained subtype labels {L j |L j = 1, …, K}, the purpose is to test if this gene is differentially expressed in subtype k, as compared with all other cases, regardless of their labels. This is a two-class feature selection problem, and can be efficiently handled by LIMMA [28], with a correction of the multiple comparisons by the BH method [29].

Second, define the subtype-specific deviation:

Δ k = min ( | μ k - min k ( μ ) | , | μ k - max k ( μ ) | )
(3)

and the non-specific deviation:

Δ k = | max k ( μ ) - min k ( μ ) |
(4)

Here, µ k and μ are the expected means of the corresponding subtypes. A gene is said to be specific to subtype k if μ k > μ (or μ k < μ ) for all k, and the subtype-specific fold change, FC k = Δ k - Δ k is greater than a certain threshold (illustrated in Additional file 1 - Figure S2). The set of genes that are determined to be both significantly expressed by LIMMA and specific to k shall be the subtype signature of k, denoted as S k .

Abbreviations

CCA:

Canonical Correlation Analysis

CNA:

Copy Number Aberration

DEG:

Differentially-expressed gene

FCT:

Fold-change threshold

GEO:

Gene Expression Omnibus

GISTIC:

Genomic Identification of Significant Targets in Cancer

GSEA:

Gene Set Enrichment Analysis

LIMMA:

Linear Models for Microarray Data

MB:

Medulloblastoma

NSNC:

non-signature and non-candidate

NWS:

non-Wnt/non-Shh subtype

PCA:

Principal Component Analysis

RMA:

Robust Mult-chip Average

SCCA:

Sparse Canonical Correlation Analysis

SHH:

Shh-pathway associating subtype

SNP:

Single-nucleotide Polymorphism

SVD:

Singular Value Decomposition

UCSC:

University of California, Santa Cruz

WNT:

Wnt-pathway associating subtype.

References

  1. Perou CM, Sorlie T, Eisen MB, van de Rijn M, Jeffrey SS, Rees CA, Pollack JR, Ross DT, Johnsen H, Akslen LA: Molecular portraits of human breast tumours. Nature. 2000, 406 (6797): 747-52. 10.1038/35021093.

    Article  CAS  PubMed  Google Scholar 

  2. Verhaak RG, Hoadley KA, Purdom E, Wang V, Qi Y, Wilkerson MD, Miller CR, Ding L, Golub T, Mesirov JP: Integrated genomic analysis identifies clinically relevant subtypes of glioblastoma characterized by abnormalities in PDGFRA, IDH1, EGFR, and NF1. Cancer Cell. 2010, 17: 98-110. 10.1016/j.ccr.2009.12.020.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Kool M, Koster J, Bunt J, Hasselt NE, Lakeman A, van Sluis P, Troost D, Meeteren NS, Caron HN, Cloos J: Integrated genomics identifies five medulloblastoma subtypes with distinct genetic profiles, pathway signatures and clinicopathological features. PLoS One. 2008, 3 (8): e3088-10.1371/journal.pone.0003088.

    Article  PubMed Central  PubMed  Google Scholar 

  4. Visvader JE: Cells of origin in cancer. Nature. 2011, 469 (7330): 314-322. 10.1038/nature09781.

    Article  CAS  PubMed  Google Scholar 

  5. Ng AY, Jordan MI, Weiss Y: On Spectral Clustering: Analysis and an algorithm. Advances In Neural Information Processing Systems. 2001, MIT Press, 849-856.

    Google Scholar 

  6. Gao Y, Church G: Improving molecular cancer class discovery through sparse non-negative matrix factorization. Bioinformatics. 2005, 21 (21): 3970-5. 10.1093/bioinformatics/bti653.

    Article  CAS  PubMed  Google Scholar 

  7. Stratton MR, Campbell PJ, Futreal PA: The cancer genome. Nature. 2009, 458 (7239): 719-24. 10.1038/nature07943.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Cho Y, Tamayo P, Tsherniak A, Greulich H, Lu J, Kool M, Zhou T, Eberhart CG, Olson JM, Lau CC: Integrative Genomic Analysis of Medulloblastoma Identifies a Molecular Subgroup That Drives Poor Clinical Outcome. J Clin Oncol. 2010, 12 (6): 1424-1430.

    Google Scholar 

  9. Beroukhim R, Getz G, Nghiemphu L, Barretina J, Hsueh T, Linhart D, Vivanco I, Lee JC, Huang JH, Alexander S: Assessing the significance of chromosomal aberrations in cancer: Methodology and application to glioma. Proc Nat Acad of Sci. 2007, 104 (50): 20007-20012. 10.1073/pnas.0710052104.

    Article  CAS  Google Scholar 

  10. Akavia UD, Litvin O, Kim J, Sanchez-Garcia F, Kotliar D, Causton HC, Pochanard P, Mozes E, Garraway LA, Pe'er D: An integrated approach to uncover drivers of cancer. Cell. 2010, 143 (6): 1005-17. 10.1016/j.cell.2010.11.013.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  11. Northcott PA, Korshunov A, Witt H, Hielscher T, Eberhart C, Mack S, Bouffer E, Clifford S, Hawkins C, French P: Medulloblastoma Comprises Four Distinct Diseases. Journal of Clinical Oncology. 2010, 12 (6): 1408-1414.

    Google Scholar 

  12. Chen CW: On Some Problems in Canonical Correlation Analysis. Biometrika. 1971, 58 (2): 399-400.

    Google Scholar 

  13. Hardoon D, Shawe-Taylor J: Sparse canonical correlation analysis. Machine Learning. 2011, 83: 331-353. 10.1007/s10994-010-5222-7.

    Article  Google Scholar 

  14. David KM, Casey AT, Hayward RD, Harkness WF, Phipps K, Wade AM: Medulloblastoma: is the 5-year survival rate improving? A review of 80 cases from a single institution. J Neurosurg. 1997, 86: 13-21. 10.3171/jns.1997.86.1.0013.

    Article  CAS  PubMed  Google Scholar 

  15. Subramanian A, Tamayo P, Mootha VK, Mukherjee S, Ebert BL, Gillette MA, Paulovich A, Pomeroy SL, Golub TR, Lander ES: Gene set enrichment analysis: a knowledge-based approach for interpreting genome-wide expression profiles. Proc Natl Acad Sci USA. 2005, 102 (43): 15545-15550. 10.1073/pnas.0506580102.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  16. Yavropoulou MP, Yovos JG: The role of the Wnt signaling pathway in osteoblast commitment and differentiation. Hormones (Athens). 2007, 6 (4): 279-294. 10.14310/horm.2002.1111024.

    Article  Google Scholar 

  17. Stanton BZ, Peng LF: Small-molecule modulators of the Sonic Hedgehog signaling pathway. Mol Biosyst. 2010, 6: 44-54. 10.1039/b910196a.

    Article  CAS  PubMed  Google Scholar 

  18. Bishop B, Aricescu AR, Harlos K, O'Callaghan CA, Jones EY, Siebold C: Structural insights into hedgehog ligand sequestration by the human hedgehog-interacting protein HHIP. Nat Struct Mol Biol. 2009, 16 (7): 698-703. 10.1038/nsmb.1607.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  19. Sheng T, Li C, Zhang X, Chi S, He N, Chen K, McCormick F, Gatalica Z, Xie J: Activation of the hedgehog pathway in advanced prostate cancer. Mol Cancer. 2004, 3: 29-10.1186/1476-4598-3-29.

    Article  PubMed Central  PubMed  Google Scholar 

  20. Rudin CM, Hann CL, Laterra J, Yauch RL, Callahan CA, Fu L, Holcomb T, Stinson J, Gould SE, Coleman B: Treatment of medulloblastoma with hedgehog pathway inhibitor GDC-0449. N Engl J Med. 2009, 361 (12): 1173-1178. 10.1056/NEJMoa0902903.

    Article  CAS  PubMed  Google Scholar 

  21. Ishitani T, Ninomiya-Tsuji J, Nagai S, Nishita M, Meneghini M, Barker N, Waterman M, Bowerman B, Clevers H, Shibuya H: The TAK1-NLK-MAPK-related pathway antagonizes signalling between betacatenin and transcription factor TCF. Nature. 1999, 399 (6738): 798-802. 10.1038/21674.

    Article  CAS  PubMed  Google Scholar 

  22. Katoh M: WNT/PCP signaling pathway and human cancer (review). Oncol Rep. 2005, 14 (6): 1583-1588.

    CAS  PubMed  Google Scholar 

  23. Gibson P, Tong Y, Robinson G, Thompson MC, Currle DS, Eden C, Kranenburg TA, Hogg T, Poppleton H, Martin J: Subtypes of medulloblastoma have distinct developmental origins. Nature. 2010, 468 (7327): 1095-1099. 10.1038/nature09587.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  24. Raffel C, Jenkins RB, Frederick L, Hebrink D, Alderete B, Fults DW, James CD: Sporadic medulloblastomas contain PTCH mutations. Cancer Res. 1997, 57 (5): 842-845.

    CAS  PubMed  Google Scholar 

  25. Northcott PA, Fernandez-L A, Hagan JP, Ellison DW, Grajkowska W, Gillespie Y, Grundy R, Van Meter T, Rutka JT, Croce CM: The miR-17/92 polycistron is up-regulated in sonic hedgehog-driven medulloblastomas and induced by N-myc in sonic hedgehog-treated cerebellar neural precursors. Cancer Res. 2009, 69 (8): 3249-3255. 10.1158/0008-5472.CAN-08-4710.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  26. Irizarry RA, Hobbs B, Collin F, Beazer-Barclay YD, Antonellis KJ, Scherf U, Speed TP: Exploration, normalization, and summaries of high density oligonucleotide array probe level data. Biostatistics (Oxford, England). 2003, 4 (2): 249-264. 10.1093/biostatistics/4.2.249.

    Article  Google Scholar 

  27. The International HapMap Consortium: The International HapMap Project. Nature. 2003, 426 (6968): 789-796. 10.1038/nature02168.

    Article  Google Scholar 

  28. Smyth GK: Linear models and empirical Bayes methods for assessing differential expression in microarray experiments. Stat Appl Genet Mol Biol. 2004, 3: Article3

    Google Scholar 

  29. Benjamini Y, Hochberg Y: Controlling the False Discovery Rate - a Practical and Powerful Approach to Multiple Testing. J R Stat Soc Ser B-Methodological. 1995, 57: 289-300.

    Google Scholar 

  30. Chen P, Hung Y, Man TK, Lau C, Fan Y, Wong SC: A gene signature based method for identifying subtypes and subtype-specific drivers in cancer with an application to medulloblastoma. Computational Advances in Bio and Medical Sciences (ICCABS), 2012 IEEE 2nd International Conference on. 2012, 1-6.

    Chapter  Google Scholar 

Download references

Acknowledgements

PKC acknowledges the HKU postgraduate fellowship (UPF) awarded to him and the support of the Bioinformatics program of the Methodist Hospital Research Institute. YSH acknowledges the support of a grant from HKU CRCG. The work is partly supported by the Virginia and L.E. Simmons Family Foundation. STCW acknowledges NIH Grant U54CA149169; and the TT and WF Chao Foundation. The authors acknowledge the Texas Advanced Computing Center (TACC) for providing super-computing resources (TG-MCB110130) utilized in our data analysis. This article is an extended abstract of our ICCABS '12 paper [30]

Declarations

Publication of this article was supported by the TT and WF Chao Foundation.

This article has been published as part of BMC Bioinformatics Volume 14 Supplement 18, 2013: Selected articles from the Second IEEE International Conference on Computational Advances in Bio and Medical Sciences (ICCABS 2012): Bioinformatics. The full contents of the supplement are available online at http://0-www-biomedcentral-com.brum.beds.ac.uk/bmcbioinformatics/supplements/14/S18.

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Ching C Lau or Stephen TC Wong.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

STCW and CCL introduced the problem. PKC proposed the algorithms, wrote the programs and analyzed the data. YBF and YSH refined the models. STCW, CCL and TKM interpreted the results. The draft was written by PKC. All authors read and approved the final manuscript. Parts of the work were conducted while PKC was on leave from HKU to TMHRI.

Electronic supplementary material

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. The Creative Commons Public Domain Dedication waiver ( https://creativecommons.org/publicdomain/zero/1.0/ ) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Cite this article

Chen, P., Fan, Y., Man, Tk. et al. A gene signature based method for identifying subtypes and subtype-specific drivers in cancer with an application to medulloblastoma. BMC Bioinformatics 14 (Suppl 18), S1 (2013). https://0-doi-org.brum.beds.ac.uk/10.1186/1471-2105-14-S18-S1

Download citation

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/1471-2105-14-S18-S1

Keywords