Abstract
Identifying molecular subtypes of colorectal cancer (CRC) may allow for more rational, patient-specific treatment. Various studies have identified molecular subtypes for CRC using gene expression data, but they are inconsistent and further research is necessary. From a methodological point of view, a progressive approach is needed to identify molecular subtypes in human colon cancer using gene expression data. We propose an approach to identify the molecular subtypes of colon cancer that integrates denoising by the Bayesian robust principal component analysis (BRPCA) algorithm, hierarchical clustering by the directed bubble hierarchical tree (DBHT) algorithm, and feature gene selection by an improved differential evolution based feature selection method (DEFSW) algorithm. In this approach, the normal samples being completely and exclusively clustered into one class is considered to be the standard of reasonable clustering subtypes, and the feature selection pays attention to imbalances of samples among subtypes. With this approach, we identified the molecular subtypes of colon cancer on the mRNA gene expression dataset of 153 colon cancer samples and 19 normal control samples of the Cancer Genome Atlas (TCGA) project. The colon cancer was clustered into 7 subtypes with 44 feature genes. Our approach could identify finer subtypes of colon cancer with fewer feature genes than the other two recent studies and exhibits a generic methodology that might be applied to identify the subtypes of other cancers.
Keywords: subtypes of cancer, colon cancer, Bayesian robust principal component, hierarchical clustering, feature selection
1. Introduction
Identifying the molecular subtypes of colorectal cancer (CRC) may allow for more rational, patient-specific treatment in the future. Various studies have been done to predict molecular subtypes for CRC based on gene expression data. Fearon and Vogelstein utilized four different genomic and epigenomic instabilities to identify four subtypes of CRC: chromosome instability (CIN), microsatellite instability (MSI), CpG island methylator phenotype (CIMP), and DNA global hypomethylation [1]. Using consensus clustering based on self-organizing maps, nearest centroid classifier, and hierarchical clustering, Muzny et al. showed that CRC has MSI/CIMP, CIN, and invasive subtypes with 1020 signature genes (340 genes per class) at the gene expression level [2]. The Colorectal Cancer Subtyping Consortium found our consensus molecular subtypes (CMSs) among six independent classification systems [3]. However, there remained 13% “mixed or indeterminate” samples that had heterogeneous patterns of CMS mixtures but did not constitute a fifth subtype [4]. Ren et al. utilized consensus clustering based on K-means to identify the ECL1 and ECL2 subtypes of colon cancer and further classify the ECL1 into three subclasses [5]. These subtypes of CRC found in previous studies appear to be inconsistent, and further research is necessary. From a methodological point of view, a progressive approach is needed to identify the finer subtypes.
One popular approach to identifying cancer subtypes is clustering the gene expression data of patient samples, as expression data can give a comprehensive snapshot of transcription activities for whole genomes [6]. Because of the intrinsic noise of the gene expression data generated using microarray or high-throughput sequencing technology, it is desirable to remove noise before clustering. The usual method is to project gene expressions onto a small number of principal components (PCs) by principal component analysis (PCA), since the first few principal components can usually capture most of the variations in gene expressions, whereas the rest of the PCs are often assumed to capture only the residual noise. However, choosing the proper number of PCs remains an open problem [7]. Recently, a new method for matrix recovery, Bayesian robust PCA (BRPCA), was introduced in the field of image processing [8]. It decomposes an observed matrix into low-rank, sparse, and noise components. The gene expression data all lie near some low-dimensional subspaces, so it is natural to treat those genes of nondifferential expression as approximately low rank and those with differential expression as sparse perturbation signals [9]. With the noise and smooth low-rank signals filtered by expression profiling, the sparse components are undoubtedly the perfect signals for identifying the subtypes by clustering similar samples. The usual clustering method is unsupervised clustering, which avoids defining the number of subtypes. Song et al. proposed hierarchical information clustering by means of topologically embedded graphs (named DBHT for short), which does not need any parameters and outperformed some of the state-of-the-art cluster analysis techniques with the best parameter settings, such as Kmeans++, spectral clustering via normalized cut on k-nearest neighbor graph (kNN-Spectral), self-organizing map (SOM), and Q-cut [10]. DBHT is a graph-theoretic approach to extracting clusters and hierarchies in complex datasets in an unsupervised and deterministic manner, without the use of any prior information. For gene expression data, this method provides both the intracluster hierarchy, which describes the way clusters are composed, and the intercluster hierarchy, which describes how clusters gather together. On one side, clustering the samples into subtypes is done on the premise that the samples are cancer samples; on the other side, the BRPCA needs to tune its hyperparameter settings. Therefore, we draw in the concept of “reference object” from classical physics. Before doing the BRPCA analysis, we add some normal samples as the reference objects. Only when the normal samples are correctly clustered together do we consider the clustering reasonable in identifying the subtypes. After identifying the subtypes, getting the marker genes is a very important task. The DBHT algorithm can also be used to extract significantly differentiating gene groups among subtypes to select the feature genes for sample classification. However, it is not suitable for large-scale genomic data due to several drawbacks [11]. In our previous study, we used consensus clustering to identify subtypes of colon cancer and got 256 feature genes [4]. Hundreds of feature genes distinctly hamper the translation to clinical practice. Therefore, more efficient and effective methods should be developed to select the feature genes that discriminate the subgroups at the top level. Recently, several new algorithms for feature selection have been proposed [12,13,14,15,16,17,18,19,20]. Our study suggests that the methods based on differential evolution (DE) in [17,18] can achieve remarkably good results compared with other well-known feature selection methods. Al-Ani et al. proposed the differential evolution based feature selection method (DEFSW) method [18], which not only is able to select feature subsets with a predefined cardinality (which is its main functionality), but also can discover the optimal feature subset size. A wrapper classifier is needed in the DEFSW algorithm. In view of the usual imbalance of samples among subtypes, we use the naive Bayes (NB) classifier with empirical prior probabilities and weight accuracy to evaluate classification ability. The empirical prior probabilities estimate the prior probabilities from the relative frequencies of the classes in training, which can lessen the influence of the imbalance of samples. Weight accuracy is a special assessment measurement for classification of imbalance samples.
In this study, we integrated these state-of-the-art techniques of denoising, clustering, and feature selection to identify molecular subtypes in human colon cancer using gene expression data. Our integrated approach incorporates denoising by the BRPCA, hierarchical clustering by the DBHT, and selecting feature genes by DEFSW. We applied this approach to the Cancer Genome Atlas (TCGA, http://cancergenome.nih.gov/) mRNA gene expression dataset of colon cancer and identified 7 subtypes with 44 feature genes. The results deliver finer subtyping with fewer feature genes than in the other two recent studies.
2. Materials and Methods
2.1. Dataset
The microarray mRNA gene expression dataset we used to identify the subtypes of colon cancer is from TCGA. It includes 153 cancers samples, which have been used by Muzny et al. [2] and Ren et al. [4] for the same purpose, and 19 control normal samples. We used the level 3 dataset from TCGA, and this was downloaded by the R package “RTCGA” [21].
2.2. Method Overview
We first applied the BRPCA to denoise the gene expression data by getting the sparse component but removing the low-rank and noise components, and then we used the DBHT to cluster the sparse components in the BRPCA. The normal samples completely and exclusively clustered into one class were considered as the standard of reasonable clustering. If the standard was not reached, we continually tuned the setting of the hyperparameters of the BRPCA until the clustering was up to the standard. Finally, we used the DEFSW to select the feature genes for the clusters. A summary of our approach is shown in Figure 1. The BRPCA, DBHT and DEFSw algorithms were developed in MATLAB (MathWorks, Natick, MA, USA), and all the related source codes for implementing our approach are available in the Supplementary file 2 with a brief README.
2.2.1. Bayesian Robust Principal Component Analysis
In the BRPCA model [8], the observed data matrix is the superposition of 3 parts: low-rank component , sparse component , and noise term ,
(1) |
where is the number of genes, and is the number of samples. Furthermore,
(2) |
where is a diagonal matrix, , and denotes the pointwise product. The diagonal matrix has binary entries along the diagonal, for and the binary matrix is sparse. The integer defines the largest possible rank that may be inferred for . The BRPCA model assumed:
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
(9) |
In our study, the observed data matrix was gene expression profiling of colon cancer with genes and samples (153 cancer samples and 19 normal samples). Each column is a gene expression profile and each row is the gene expression data in every sample. Different from image processing, which the BRPCA was originally used for [8], our data matrix consists of 2 types of columns, tumor samples and normal samples, and most genes across 2 types of samples should share some common characteristics. Therefore, we assume the appearance of the sparse component across sample (column) satisfies a Markov property, i.e.,
(10) |
where .
For , we may use sample 2 and sample twice, respectively, since sample 1 has no left neighbor and sample has no right neighbor. Specifically, a gene with high expression in the left and right neighbors of a sample should have a high probability of expressing highly in this sample; hence the sparsity of a sample depends on its neighbors.
Since the density function at one layer is conjugate to the density function at the layer above it, the posterior density function is easily computed via Markov chain Monte Carlo (MCMC) implemented using a Gibbs sampler. The details for calculation of the BRPCA algorithm are described in algorithm 1 in Ding et al. [8].
2.2.2. Hierarchical Information Clustering by Means of Topologically Embedded Graphs
The directed bubble hierarchical tree (DBHT) [10] algorithm is used to extract cluster structure and detect hierarchical organization in complex datasets. This approach is based on the properties of topologically embedded graphs built from a similarity measure. The general idea of the DBHT is to use the topological structure of a planar maximally filtered graph (PMFG) [22] to investigate the properties of the datasets. PMFG is a triangulation of a topological sphere. It has been shown that PMFG graphs are efficient filtering tools, with topological properties associated with the properties of the underlying system [22,23]. This makes the PMFG a desirable tool to extract clusters and hierarchies from complex datasets.
In our study, a sample is a vertex and the Pearson’s correlation coefficient matrix is used as the similarity matrix of the vertexes.
(11) |
The dissimilarity matrix of the vertexes we used is:
(12) |
Based on the similarity and dissimilarity matrix of samples, the DBHT constructs the PMFG to perform clustering and get hierarchies of samples. The details for the DBHT algorithm are described in Song et al. [10].
2.2.3. Differential Evolution Based Feature Selection Method
To identify the subtypes using gene expression profiling, feature selection can be used to reduce the high-dimensionality of huge amounts of otherwise meaningless data. Khushaba and Al-Ani et al. proposed a powerful feature selection method that utilizes the differential evolution (DE) float number optimizer in the combinatorial optimization problem of feature selection, named DEFSO [17], followed by an improved version, DEFSW [18]. In the DEFSO, the desired feature subset size is predefined by the user, while in the DEFSW, the optimal feature subset size can be discovered automatically only by setting an upper limit. In the two algorithms, a wrapper classifier such as K nearest neighbor (KNN), support vector machine (SVM), or naive Bayes (NB) classifier is needed. The wrapper classifier and an assessment measurement such as classification accuracy are used together to evaluate the classification ability of features.
In our study, some subtypes have a small number of samples and others have a lot, i.e., there are imbalances of samples among subtypes. Therefore, a wrapper classifier and an assessment measurement that can cope with the class imbalance have to be used to avoid the “larger subtypes win.” Meanwhile, for the DE algorithm, the computation cost is generally huge because of its iterative evolution, so a fast and simple classifier is desired. Not only can the NB classifier be trained very efficiently under the condition of a small amount of training data and take only linear time, but its empirical prior probabilities can lessen the influence of the imbalance of samples. To assess classification ability, we used weight accuracy instead of the usual classification accuracy. The weight accuracy of classification is defined by Draminski et al. [20] as:
(13) |
where is the number of classes, and denotes the number of samples in the class classified as those from class . The considers sizes of classes in such a way as to prevent undue influence of a majority class on the performance index, and can more effectively assess the ability to classify the selected feature genes in the imbalanced data. The DEFSW algorithm and its parameter setting that we used are listed in Figure 2.
3. Results
We first used the BRPCA to denoise. In the BRPCA model, we set the largest possible rank as and the model hyperparameters were finally specified as follows: , , , and . The initial values of the main arguments were set as . For MCMC-based Bayesian inference, the number of burn-in iterations and collection iterations were set as 200 and 100, respectively. Then we applied the DBHT to the sparse component and obtained eight sample clusters (see Figure 3), in which the normal samples were completely and exclusively clustered into one cluster and most of the MSI/CIMP samples were divided into three subtypes and some parts of the “invasive” samples were clustered together. The confusion matrix [24] of the two kinds of subtypes is shown in Table 1. Each row of the matrix represents the samples in a predicted class by the method of Muzny et al. [2], while each column represents the samples in a predicted class by our method. We also compared the subtypes predicted by our method and Ren’s method. The confusion matrix of the two methods is shown in Table 2. It shows that the subtypes ECL1 and ECL2 identified by Ren can be further subdivided by our method.
Table 1.
Subtype | S1 | S2 | S3 | S4 | S5 | S6 | S7 |
---|---|---|---|---|---|---|---|
MSI/CIMP | 1 | 3 | 2 | 2 | 19 | 9 | 22 |
CIN | 24 | 13 | 14 | 2 | 0 | 0 | 2 |
Invasive | 15 | 1 | 8 | 11 | 1 | 0 | 1 |
Unknown | 0 | 1 | 2 | 0 | 0 | 0 | 0 |
Table 2.
Subtype | S1 | S2 | S3 | S4 | S5 | S6 | S7 |
---|---|---|---|---|---|---|---|
ECL1 | 40 | 17 | 26 | 14 | 3 | 0 | 10 |
ECL2 | 0 | 1 | 0 | 1 | 17 | 9 | 15 |
We also tried to directly cluster the mRNA gene expression dataset using DBHT without denoising (Figure 4). It suggested that directly clustering by DBHT could not get any meaningful result; even the normal samples could not be clustered into one single class. We also did consensus hierarchical clustering [25] in the same way as that described in Ren et al. [4], and the result (Figure 5a) suggested that the samples were clustered into two clusters (normal and cancer samples) or three clusters (normal cluster, and ECL1 and ECL2 subtypes identified by Ren et al.). Using the same consensus clustering method, we also clustered component of the samples in the BRPCA model, and the result (Figure 5b) suggested that consensus clustering could not get finer clusters for component than the DBHT algorithm. All these suggested that the combination of BRPCA and DBHT could not only correctly cluster the normal samples, but also cluster the cancer samples into finer subtypes.
We then selected the feature genes for the identified subtypes by the DEFSw algorithm. Considering that the latent premise of identifying subtypes is that the samples are from cancer patients, we expected that the selected feature genes could not only identify cancer subtypes, but also discriminate between tumor and normal samples, i.e., we expected to select out the feature genes that could discriminate all eight sample clusters. It was rational to select the feature genes from the differentially expressed genes (DEGs) of tumor vs. normal samples. We obtained 5897 DEGs by t-test (BH-correction, p value < 0.05) and fold change cutoff 1.5, and then selected the feature genes from these DEGs using the DEFSW algorithm described in Figure 2. We set the upper limit of the size of feature genes from 100 to 20, and for each upper limit, the DEFSw algorithm could deliver an optimal size of feature genes. We then determined our final size of feature genes to be that which gave the maximal average weight accuracy of the eight sample clusters. In this way, we ended up with 44 feature genes: THBS2, NOX4, KIAA1199, SLC16A4, CCDC19, ZNRF3, GOLT1A, HYAL3, C15orf26, KIFC1, TIPIN, CTNNAL1, CALU, TAF1A, MCM2, MSH6, FLAD1, GCG, SCRG1, PTGER2, TIMD4, MUC1, PLOD2, LIMS2, ADH1B, PTN, PTPN7, AQP1, PSD3, CRAT, ATOH8, CGN, C6orf204, FTHP1, KCNMB1, LIG4, PPFIBP2, PPP2CB, ALAS2, ZZEF1, ATXN7, GRLF1, FAM102A, and C1orf152. Among them, MSH6 is known to be related to CRC, and is located in the Kyoto Encyclopedia of Genes and Genomes (KEGG) pathway of CRC [26]; THBS2 is a potential prognostic biomarker in CRC [27] and can be used as an early diagnosis biomarkers of CRC [28]; Overexpression of NOX4 predicts poor prognosis and promotes tumor progression in human CRC [29], and NOX4 plays a role in PhIP-induced colon carcinogenesis, especially during the early stages before tumor onset [30], and moreover NOX4 is highly predictive of relapse in stage II left-side colon cancer [31]; KIAA1199 in human colorectal tumors (benign and malignant) is markedly higher than that in the normal colonic mucosa [32,33] and its overexpression promotes CRC cell migration and invasion [34], and could be used as a prognostic factor and novel therapeutic target for CRC [35]; Furthermore KIAA1199 plays a critical role in maintaining an aggressive phenotype of tumor cells, and suppression of KIAA1199-related motilities of tumor cells contributes to reduced tumor metastasis in CRC [36]; MCM2 is correlated with the cell proliferation state in colon cancer [37] and is more sensitive than Ki-67 in identifying colorectal mucosal proliferation [38]; MUC1 is aberrantly overexpressed in human colon cancers and is associated with invasion, metastases and a poor prognosis [39,40]; ZNRF3 is important in serrated tumorigenesis and has identified a potential therapeutic strategy for CRC subtype [41]; LIG4 may represent a new epigenetic marker for CRC independent of known markers [42]; ADH1B displays decreased expression during progression from adenoma to early and more advanced stage of colorectal carcinomas [43]. In contrast, Muzny et al. [2] did not select the feature genes for the identified subtypes, and Ren et al. [4] detected 256 genes as the marker genes of the ECL1 and ECL2 subtypes by Prediction Analysis of Microarrays (PAM) [44].
We used the same NB classifier to validate the classification ability of these feature genes. We did 10%, 20%, and 30% cross-validation (CV) with 1000 repeats. The mean classification accuracy, the mean weight accuracy of classification, and the mean classification accuracy for each class of the 1000 CVs are listed in Table 3. S1–S8 denotes the clusters 1–8 and S8 is the cluster of normal samples. The classification accuracy depends on the number of samples correctly classified and is evaluated by the formula:
(14) |
where is the number of samples correctly classified and is the total number of samples.
Table 3.
Cross Validation (%) | Accuracy (%) | Weight Accuracy (%) | Class 1 (%) | Class 2 (%) | Class 3 (%) | Class 4 (%) | Class 5 (%) | Class 6 (%) | Class 7 (%) | Class 8 (%) |
---|---|---|---|---|---|---|---|---|---|---|
10 | 82.71 | 84.98 | 75.70 | 82.50 | 91.17 | 88.50 | 81.83 | 90.50 | 70.67 | 99.00 |
20 | 81.76 | 82.58 | 76.72 | 74.75 | 78.30 | 72.25 | 90.35 | 83.00 | 86.17 | 99.08 |
30 | 81.12 | 81.90 | 75.90 | 78.23 | 76.50 | 71.40 | 87.86 | 82.83 | 82.50 | 100.00 |
4. Discussion
To identify cancer subtypes based on gene expression data, the proposed approach innovatively integrated state-of-art denoising, clustering, and feature selection algorithms. In BRPCA, the low-rank component of gene expression data may be the same as the background of an image and the noise component simulates unknown and nonstationary noise, whereas the sparse component may be the same as the foreground and is the key information for clustering. The DBHT is intrinsically a correlation-based clustering method. Through building the PMFG, the method does not need any prior tuning and provides both intracluster hierarchy, which describes the way clusters are composed, and intercluster hierarchy, which describes how clusters gather together. To assess whether the clustering is meaningful, we draw in the concept of “reference object” from classical physics. If the reference objects, the normal samples, are correctly clustered together, we consider the clustering as reasonable; otherwise, we need to tune the parameters in the BRPCA. Tuning the parameters means adjusting the degree of details of component . The DEFSw algorithm can discover the optimal feature subset size. Considering the unstable stochastic search, we repeated the DEFSw algorithm multiple times with different upper limits of the feature size and selected the feature genes from the DEGs. This may be helpful for selecting out the optimal size of feature genes and getting higher accuracy for discriminating tumor and normal samples. Overall, the proposed approach can identify finer subtypes of colon cancer with fewer feature genes than the other two recent studies and exhibits a generic methodology for identifying cancer subtypes based on gene expression data by common processes.
Inter-tumor diversity of CRC complicates the prediction of disease and treatment outcomes. Subtypes of colorectal cancer identified by classifying gene expression profiles with defined prognostic markers would predict individual patient outcomes more precisely and therefore provide valuable guidance on appropriate therapeutic intervention [45]. It is proposed that CRC subtyping may advance precision diagnostics, treatment, and guide rational drug design. Numerous methods have been attempted to achieve this goal using gene expression datasets [2,4]. In a recent study by Bramsen et al. [46], subtyping strategy was used to CRC transcription profiles for identifying molecular-subtype-specific biomarkers which could contribute to improved patient prognostication. Moreover, other directions have also been taken to find the colorectal subtypes based on pathway profiles, morphological characteristics, clinical and molecular features. Different subtype classifications have been established in recent studies based on three identified molecular pathways: CIN (chromosomal instability), MSI-H (microsatellite instability-high), and CIMP [2,3,47,48,49]. However, there are disagreements among these classifications. There have been many attempts to find consensus in classification of CRC subtypes, and such efforts are essential for revealing prognostic and predictive factors for patient outcomes and to guide treatments [45]. However, no universal subclassification has been agreed upon because of the difficulties and the cost of experimental verification. CRC subtyping consortium (CRCSC) proposed four transcriptional CMSs, which are associated with distinct histopathological features. However, this remains to be further documented, and consensus molecular subtyping is still not in a stage to guide clinical decisions [45]. The reliable molecular subtyping approaches are still needed to unveil clinical potentials.
Supplementary Materials
The following are available online at http://www.mdpi.com/2073-4425/9/8/397/s1, Supplementary File 1: The level 3 mRNA gene expression datasets of 153 colon cancers samples and 19 control normal samples. Supplementary File 2: The MATLAB source codes to implement our approach.
Author Contributions
W.-H.W. carried out the study and wrote the manuscript. T.-Y.X. contributed to the annotation and interpretation of the identified feature genes and the subtypes. G.-L.X. implemented parts of the computing tools and the statistics. Z.-L.R. participated in the design of the study. J.-M.L. conceived of the study, participated in its design and coordination, and helped to draft the manuscript. All authors read and approved the final manuscript.
Funding
This study was supported by the National Natural Science Foundation of China (grant No. 31371290) and the Department of Education of Guangdong Province (YCJ [2011] 430). The work was partially funded by a grant from the Frontier and Key Technology Innovation Project of Guangdong Province (No. 2014B010118003) and grants from the Science and Technology Planning Project of Guangdong Province (No. 2015B010129008).
Conflicts of Interest
The authors declare no conflicts of interest.
References
- 1.Fearon E.R., Vogelstein B. A genetic model for colorectal tumorigenesis. Cell. 1990;61:759–767. doi: 10.1016/0092-8674(90)90186-I. [DOI] [PubMed] [Google Scholar]
- 2.Muzny D.M., Bainbridge M.N., Chang K., Dinh H.H., Drummond J.A., Fowler G., Kovar C.L., Lewis L.R., Morgan M.B., Newsham I.F., et al. Comprehensive molecular characterization of human colon and rectal cancer. Nature. 2012;487:330–337. doi: 10.1038/nature11252. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Guinney J., Dienstmann R., Wang X., De Reyniès A., Schlicker A., Soneson C., Marisa L., Roepman P., Nyamundanda G., Angelino P., et al. The Consensus Molecular Subtypes of Colorectal Cancer. Nat. Med. 2015;21:1350–1362. doi: 10.1038/nm.3967. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Ren Z.L., Wang W.H., Li J.M. Identifying molecular subtypes in human colon cancer using gene expression and DNA methylation microarray data. Int. J. Oncol. 2016;48:690–702. doi: 10.3892/ijo.2015.3263. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Yiu A.J., Yiu C.Y. Biomarkers in Colorectal Cancer. Anticancer Res. 2016;36:1093–1102. [PubMed] [Google Scholar]
- 6.Jung S. In-silico interaction-resolution pathway activity quantification and application to identifying cancer subtypes. BMC Med. Inform. Decis. Mak. 2016;16:55. doi: 10.1186/s12911-016-0295-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Ma S., Dai Y. Principal component analysis based methods in bioinformatics studies. Brief. Bioinform. 2011;12:714–722. doi: 10.1093/bib/bbq090. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Ding X., He L., Carin L. Bayesian robust principal component analysis. IEEE Trans. Image Process. 2011;20:3419–3430. doi: 10.1109/TIP.2011.2156801. [DOI] [PubMed] [Google Scholar]
- 9.Liu J.X., Wang Y.T., Zheng C.H., Sha W., Mi J.X., Xu Y. Robust PCA based method for discovering differentially expressed genes. BMC Bioinform. 2013;14:S3. doi: 10.1186/1471-2105-14-S8-S3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Song W.M., Di Matteo T., Aste T. Hierarchical information clustering by means of topologically embedded graphs. PLoS ONE. 2012;7:e31929. doi: 10.1371/journal.pone.0031929. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Song W.M., Zhang B. Multiscale Embedded Gene Co-expression Network Analysis. PLoS Comput. Biol. 2015;11:e1004574. doi: 10.1371/journal.pcbi.1004574. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Nguyen M.H., Fernando D.L.T. Optimal feature selection for support vector machines. Pattern Recognit. 2010;43:584–591. doi: 10.1016/j.patcog.2009.09.003. [DOI] [Google Scholar]
- 13.Vedaldi A., Zisserman A. Efficient additive kernels via explicit feature maps. IEEE Trans. Pattern Anal. Mach. Intell. 2012;34:480–492. doi: 10.1109/TPAMI.2011.153. [DOI] [PubMed] [Google Scholar]
- 14.Luukka P. Feature selection using fuzzy entropy measures with similarity classifier. Expert. Syst. Appl. 2011;38:4600–4607. doi: 10.1016/j.eswa.2010.09.133. [DOI] [Google Scholar]
- 15.Yu L., Han Y., Berens M.E. Stable gene selection from microarray data via sample weighting. IEEE/ACM TCBB. 2012;9:262–272. doi: 10.1109/TCBB.2011.47. [DOI] [PubMed] [Google Scholar]
- 16.Nguyen X.V., Chan J., Romano S., Bailey J. Effective Global Approaches for Mutual Information Based Feature Selection; Proceedings of the 20th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD’14); New York, NY, USA. 24–27 August 2014; pp. 512–521. [Google Scholar]
- 17.Khushaba R.N., Al-Ani A., Al-Jumaily A. Feature subset selection using differential evolution and a statistical repair mechanism. Expert Syst. Appl. 2011;38:11515–11526. doi: 10.1016/j.eswa.2011.03.028. [DOI] [Google Scholar]
- 18.Al-Ani A., Alsukker A., Khushaba R.N. Feature subset selection using differential evolution and a wheel based search strategy. Swarm Evolut. Comput. 2013;9:15–26. doi: 10.1016/j.swevo.2012.09.003. [DOI] [Google Scholar]
- 19.Paul S., Das S. Simultaneous feature selection and weighting—An evolutionary multi-objective optimization approach. Pattern Recognit. Lett. 2015;65:51–59. doi: 10.1016/j.patrec.2015.07.007. [DOI] [Google Scholar]
- 20.Draminski M., Rada-Iglesias A., Enroth S., Wadelius C., Koronacki J., Komorowski J. Monte Carlo feature selection for supervised classification. Bioinformatics. 2008;24:110–117. doi: 10.1093/bioinformatics/btm486. [DOI] [PubMed] [Google Scholar]
- 21.Kosinski M., Biecek P. RTCGA: The Cancer Genome Atlas Data Integration. R Package Version 1.2.5. [(accessed on 12 December 2016)];2016 Available online: https://rtcga.github.io/RTCGA.
- 22.Tumminello M., Aste T., Di Matteo T., Mantegna R.N. A tool for filtering information in complex systems. Proc. Natl. Acad. Sci. USA. 2005;102:10421–10426. doi: 10.1073/pnas.0500298102. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Matteo T.D., Pozzi F., Aste T. The use of dynamical networks to detect the hierarchical organization of financial market sectors. Eur. Phys. J. B. 2010;73:3–11. doi: 10.1140/epjb/e2009-00286-0. [DOI] [Google Scholar]
- 24.Powers D.M.W. Evaluation: From Precision, Recall and F-Measure to ROC, Informedness, Markedness & Correlation. J. Mach. Learn. Technol. 2011;2:37–63. [Google Scholar]
- 25.Monti S., Tamayo P., Mesirov J., Golub T. Consensus Clustering: A resampling-based method for class discovery and visualization of gene expression microarray data. Mach. Learn. 2003;52:91–118. doi: 10.1023/A:1023949509487. [DOI] [Google Scholar]
- 26.Kanehisa M., Goto S., Furumichi M., Tanabe M., Hirakawa M. KEGG for representation and analysis of molecular networks involving diseases and drugs. Nucleic Acids Res. 2010;38:D355–D360. doi: 10.1093/nar/gkp896. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Wang X., Zhang L., Li H., Sun W., Zhang H., Lai M. THBS2 is a Potential Prognostic Biomarker in Colorectal Cancer. Sci. Rep. 2016;6:33366. doi: 10.1038/srep33366. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Fei W., Chen L., Chen J., Shi Q., Zhang L., Liu S., Li L., Zheng L., Hu X. RBP4 and THBS2 are serum biomarkers for diagnosis of colorectal cancer. Oncotarget. 2017;8:92254–92264. doi: 10.18632/oncotarget.21173. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Lin X.L., Yang L., Fu S.W., Lin W.F., Gao Y.J., Chen H.Y., Ge Z.Z. Overexpression of NOX4 predicts poor prognosis and promotes tumor progression in human colorectal cancer. Oncotarget. 2017;8:33586–33600. doi: 10.18632/oncotarget.16829. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Wang R., Dashwood W.M., Nian H., Löhr C.V., Fischer K.A., Tsuchiya N., Nakagama H., Ashktorab H., Dashwood R.H. NADPH oxidase overexpression in human colon cancers and rat colon tumors induced by 2-amino-1-methyl-6-phenylimidazo[4,5-b]pyridine (PhIP) Int. J. Cancer. 2011;128:2581–2590. doi: 10.1002/ijc.25610. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Bauer K.M., Watts T.N., Buechler S., Hummon A.B. Proteomic and Functional Investigation of the Colon Cancer Relapse-Associated Genes NOX4 and ITGA3. J. Proteome Res. 2014;13:4910–4918. doi: 10.1021/pr500557n. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Sabates-Bellver J., Van der Flier L.G., de Palo M., Cattaneo E., Maake C., Rehrauer H., Laczko E., Kurowski M.A., Bujnicki J.M., Menigatti M., et al. Transcriptome profile of human colorectal adenomas. Mol. Cancer Res. 2007;5:1263–1275. doi: 10.1158/1541-7786.MCR-07-0267. [DOI] [PubMed] [Google Scholar]
- 33.Di Pietro M., Sabates Bellver J., Menigatti M., Bannwart F., Schnider A., Russell A., Truninger K., Jiricny J., Marra G. Defective DNA mismatch repair determines a characteristic transcriptional profile in proximal colon cancers. Gastroenterology. 2005;129:1047–1059. doi: 10.1053/j.gastro.2005.06.028. [DOI] [PubMed] [Google Scholar]
- 34.Sun J., Hu J., Wang G., Yang Z., Zhao C., Zhang X., Wang J. LncRNA TUG1 promoted KIAA1199 expression via miR-600 to accelerate cell metastasis and epithelial-mesenchymal transition in colorectal cancer. J. Exp. Clin. Cancer Res. 2018;37:106. doi: 10.1186/s13046-018-0771-x. [DOI] [PMC free article] [PubMed] [Google Scholar] [Retracted]
- 35.Xu J., Liu Y., Wang X., Huang J., Zhu H., Hu Z., Wang D. Association between KIAA1199 overexpression and tumor invasion, TNM stage, and poor prognosis in colorectal cancer. Int. J. Clin. Exp. Pathol. 2015;8:2909–2918. [PMC free article] [PubMed] [Google Scholar]
- 36.Zhang D., Zhao L., Shen Q., Lv Q., Jin M., Ma H., Nie X., Zheng X., Huang S., Zhou P., et al. Down-regulation of KIAA1199/CEMIP by miR-216a suppresses tumor invasion and metastasis in colorectal cancer. Int. J. Cancer. 2017;140:2298–2309. doi: 10.1002/ijc.30656. [DOI] [PubMed] [Google Scholar]
- 37.Giaginis C., Georgiadou M., Dimakopoulou K., Tsourouflis G., Gatzidou E., Kouraklis G., Theocharis S. Clinical significance of MCM-2 and MCM-5 expression in colon cancer: Association with clinicopathological parameters and tumor proliferative capacity. Dig. Dis. Sci. 2009;54:282–291. doi: 10.1007/s10620-008-0305-z. [DOI] [PubMed] [Google Scholar]
- 38.Hanna-Morris A., Badvie S., Cohen P., McCullough T., Andreyev H.J., Allen-Mersh T.G. Minichromosome maintenance protein 2 (MCM2) is a stronger discriminator of increased proliferation in mucosa adjacent to colorectal cancer than Ki-67. J. Clin. Pathol. 2009;62:325–330. doi: 10.1136/jcp.2007.054643. [DOI] [PubMed] [Google Scholar]
- 39.Byrd J.C., Bresalier R.S. Mucins and mucin binding proteins in colorectal cancer. Cancer Metastasis Rev. 2004;23:77–99. doi: 10.1023/A:1025815113599. [DOI] [PubMed] [Google Scholar]
- 40.Nakamori S., Ota D.M., Cleary K.R., Shirotani K., Irimura T. MUC1 mucin expression as a marker of progression and metastasis of human colorectal carcinoma. Gastroenterology. 1994;106:353–361. doi: 10.1016/0016-5085(94)90592-4. [DOI] [PubMed] [Google Scholar]
- 41.Bond C.E., Mckeone D.M., Kalimutho M., Bettington M.L., Pearson S.A., Dumenil T.D., Wockner L.F., Burge M., Leggett B.A., Whitehall V.L. RNF43 and ZNRF3 are commonly altered in serrated pathway colorectal tumorigenesis. Oncotarget. 2016;7:70589–70600. doi: 10.18632/oncotarget.12130. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 42.Kuhmann C., Li C., Kloor M., Salou M., Weigel C., Schmidt C.R., Ng L.W., Tsui W.W., Leung S.Y., Yuen S.T., et al. Altered regulation of DNA ligase IV activity by aberrant promoter DNA methylation and gene amplification in colorectal cancer. Hum. Mol. Genet. 2014;23:2043–2054. doi: 10.1093/hmg/ddt599. [DOI] [PubMed] [Google Scholar]
- 43.Kropotova E.S., Zinovieva O.L., Zyryanova A.F., Dybovaya V.I., Prasolov V.S., Beresten S.F., Oparina N.Y., Mashkova T.D. Altered Expression of Multiple Genes Involved in Retinoic Acid Biosynthesis in Human Colorectal Cancer. Pathol. Oncol. Res. 2014;20:707–717. doi: 10.1007/s12253-014-9751-4. [DOI] [PubMed] [Google Scholar]
- 44.Tibshirani R., Hastie T., Narasimhan B., Chu G. Diagnosis of Multiple Cancer Types by Shrunken Centroids of Gene Expression. Proc. Natl. Acad. Sci. USA. 2002;99:6567–6572. doi: 10.1073/pnas.082099299. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45.Bramsen J.B., Rasmussen M.H., Ongen H., Mattesen T.B., Ørntoft M.W., Árnadóttir S.S., Sandoval J., Laguna T., Vang S., Øster B., et al. Molecular-Subtype-Specific Biomarkers Improve Prediction of Prognosis in Colorectal Cancer. Cell Rep. 2017;19:1268–1280. doi: 10.1016/j.celrep.2017.04.045. [DOI] [PubMed] [Google Scholar]
- 46.Sun W.J. Molecular subtypes of colorectal cancer: Evaluation of outcomes and treatment. Oncol. Transl. Med. 2016;2:145–149. [Google Scholar]
- 47.Hoadley K.A., Yau C., Wolf D.M., Cherniack A.D., Tamborero D., Ng S., Leiserson M.D.M., Niu B., McLellan M.D., Uzunangelov V., et al. Multiplatform analysis of 12 cancer types reveals molecular classification within and across tissues of origin. Cell. 2014;158:929–944. doi: 10.1016/j.cell.2014.06.049. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48.Roepman P., Schlicker A., Tabernero J., Majewski I., Tian S., Moreno V., Snel M.H., Chresta C.M., Rosenberg R., Nitsche U., et al. Colorectal cancer intrinsic subtypes predict chemotherapy benefit, deficient mismatch repair and epithelial-to-mesenchymal transition. Int. J. Cancer. 2014;134:552–562. doi: 10.1002/ijc.28387. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49.Sadanandam A., Lyssiotis C.A., Homicsko K., Collisson E.A., Gibb W.J., Wullschleger S., Ostos L.C., Lannon W.A., Grotzinger C., Del Rio M., et al. A colorectal cancer classification system that associates cellular phenotype and responses to therapy. Nat. Med. 2013;19:619–625. doi: 10.1038/nm.3175. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.