Literature DB >> 28819308

An Optimal Mean Based Block Robust Feature Extraction Method to Identify Colorectal Cancer Genes with Integrated Data.

Jian Liu1, Yuhu Cheng1, Xuesong Wang2, Lin Zhang1, Hui Liu1.   

Abstract

It is urgent to diagnose colorectal cancer in the early stage. Some feature genes which are important to colorectal cancer development have been identified. However, for the early stage of colorectal cancer, less is known about the identity of specific cancer genes that are associated with advanced clinical stage. In this paper, we conducted a feature extraction method named Optimal Mean based Block Robust Feature Extraction method (OMBRFE) to identify feature genes associated with advanced colorectal cancer in clinical stage by using the integrated colorectal cancer data. Firstly, based on the optimal mean and L 2,1-norm, a novel feature extraction method called Optimal Mean based Robust Feature Extraction method (OMRFE) is proposed to identify feature genes. Then the OMBRFE method which introduces the block ideology into OMRFE method is put forward to process the colorectal cancer integrated data which includes multiple genomic data: copy number alterations, somatic mutations, methylation expression alteration, as well as gene expression changes. Experimental results demonstrate that the OMBRFE is more effective than previous methods in identifying the feature genes. Moreover, genes identified by OMBRFE are verified to be closely associated with advanced colorectal cancer in clinical stage.

Entities:  

Mesh:

Year:  2017        PMID: 28819308      PMCID: PMC5561268          DOI: 10.1038/s41598-017-08881-3

Source DB:  PubMed          Journal:  Sci Rep        ISSN: 2045-2322            Impact factor:   4.379


Introduction

Colorectal cancer which is also known as bowel cancer, colon cancer, or rectal cancer is the development of cancer in the colon, rectumor parts of the large intestine. Globally, colorectal cancer is the 3rd most common cancer, which account for about 10%. There were about 1.4 million new occurrences and 694,000 deaths from colorectal cancer each year[1]. It is more common in developed countries, e.g., the five year survival ratesof the disease are around 65% in the United States. It, however, depends on how early the colorectal cancer is diagnosed[2]. Recently, some feature genes that are important to colorectal cancer progression have been identified based on the development in genetics and genomics research[3-7]. For example, the cancer genes APC and KRAS are known to play important roles in colorectal cancer due to the high frequency of genetic aberrations in colorectal cancer[7]. Though these cancer genes have been characterized to be related to colorectal cancer development directly, for the early stage of colorectal cancer, less is known about which genes are closely associated with the progressive stage. Clinically, colorectal cancer can be treated by surgical resection. Nevertheless, the recurrence and metastasis of colorectal cancer still occur frequently even if the tumor has been curatively resection successfully since the cancer is a metastatic disease[8]. The metastasis status of colorectal cancer is a main factor leading to the increased mortality of patients and is assessed to depend on the clinical stage. Advanced clinical stage of colorectal cancer can either reflect metastatic cancer spread to the regional lymph nodes around the colon or spread to organs outside the colon or rectum. Compared to the early stage of colorectal cancer which is generally considered to be cured, the advanced clinical stage has a significantly worse prognosis. Hence, identification of the feature genes associated with advanced clinical stage of colorectal cancer may illuminate the underlying genetics and contribute to the prognostic assessment[9]. Recently, many feature extraction algorithms have been put forward in the field of biological information processing to identify differentially expressed genes. Among these methods, singular value decomposition (SVD) and principal component analysis (PCA)[10] are most commonly used for dimensionality reduction and feature extraction. However, the L 2-norm based objective function makes the method sensitive to data outliers. The data outliers always prevalently exist in datasets and thus affect the performance of algorithms. Hence, SVD and PCA cannot obtain the optimal performance due to their L 2-norm based objective function. To address this issue, multiple methods have been proposed, wherein L 1-norm and L 2,1-norm are the most widely used solution. L 1-norm minimization is a convex optimization problem which can reduce the effect of data outlier. Up to now, L 1-norm is applied to many feature extraction algorithms. For instance, in penalized matrix decomposition (PMD) method which is implemented by using SVD, L 1-norm was considered as the penalty function to obtain the optimal solution[11]; in robust principal component analysis (RPCA) method, L 1-norm was taken to improve the robustness of the algorithm[12]. Moreover, both PMD and RPCA methods are applied to extract feature genes successfully[13, 14]. Ding et al. proposed the rotational invariant L1PCA by imposing L 2-norm on the feature and L 1-norm on the data points in order to minimize the L 2,1-norm reconstruction error[15]. Though these methods can achieve relatively better performances, they still have some shortcomings. One disadvantage is that all these methods neglect the mean calculation problem. Because in different robust methods, the Euclidean distance based mean is not the correct one while the L 1-norm or the L 2,1-norm is utilized as the loss function. Nie et al. put forward the optimal mean RPCA method by removing the optimal mean automatically[16]. In this paper, in view of the optimal mean in [16], we propose a novel feature extraction method called Optimal Mean based Robust Feature Extraction (OMRFE) method by using SVD to identify feature genes. In our method, the data matrix is decomposed into two full rank matrices and by SVD. The critical information of the data matrix can be captured by [14]. Therefore, the feature genes can be identified by optimizing . Conventional feature extraction methods, such as PMD, RPCA, even OMRFE, are quite effective in processing gene expression data. However, in some cases these methods are not applicable, for instance, for the datasets provided by TCGA, multiple genomic features are usually integrated into one dataset for some purposes, which may make the conventional feature extraction methods unreasonable since conventional feature extraction methods can only process single type of genomic feature. Thus, a novel method to handle the integrated TCGA datasets should be studied. The Cancer Genome Atlas (TCGA) genomic dataset provides an opportunity to consider different categories of genetic aberrations in gene resolution[17-19]. The combination of multiple genomic features can improve the prediction accuracy comparing to an individual genomic feature[20, 21]. Based on the TCGA colorectal cancer data, Lee et al. integrated multiple classes of available genomic data, which integrated copy number alterations, somatic mutations, methylation and gene expression changes together[9]. We can identify the feature genes associated with advanced colorectal cancer in clinical stage via the integrated data. Since it comprises four different genomic datasets and the distribution of each dataset is different, it is inappropriate to process the integrated data as a single data for conventional methods. Different genomic data should have different constraint parameters, so the block ideology is suitable to deal with the integrated data[22]. Therefore, relying on OMRFE method, we propose another feature extraction method for the integrated colorectal cancer data named the Optimal Mean based Block Robust Feature Extraction (OMBRFE) method. In OMBRFE, multiple regularization parameters are adopted to process the integrated colorectal cancer data. The main contributions of this paper are described as follows: Firstly, relying on the optimal mean, we proposed a novel feature extraction method OMRFE to identify the feature genes. Secondly, in order to integrate multiple colorectal cancer data, we applied the block ideology to the OMRFE and put forward a new method OMBRFE to identify specific cancer genes associated with advanced colorectal cancer in clinical stage. The remainder of this study is structured as follows. In Section 2, the methodology of OMRFE and OMBRFE is shown. Then how to identify the feature genes using OMRFE and OMBRFE is introduced. The experimental results and discussion are presented in Section 3. In Section 4, the conclusion is shown.

Methods

Optimal mean

Traditionally, many robust PCA methods ignore the mean calculation problem. The L 2-norm distance based mean is not the correct mean when these PCA methods are implemented by L 1-norm or L 2,1-norm. In literature [16], a novel robust PCA is proposed by removing the optimal mean automatically. The optimal mean calculation is integrated into the dimensionality reduction optimization objection for enhancement. Both theoretical analysis and experimental results prove that the optimal mean based robust PCA can more effectively reduce data dimensionality than previous methods[16]. In this paper, optimal mean theory is utilized to identify cancer genes. Given a data matrix , where m is the dimensionality and n is the number of samples. Generally, SVD is used to find a low-rank matrix which can best approximate the data matrix based on Euclidean distance. SVD is used to solve the following problem:where and are full rank matrices, , and  = . By setting the derivative w.r.t in Eq. (1) to zero, we can obtain  =  . Thus, Eq. (1) can be solved by: Therefore, the optimal solution to Eq. (2) can be described as the k eigenvectors of corresponding to k largest eigenvalues. In the above derivation process, the mean of the data matrix is usually supposed to be zero. But in general cases, the mean of the data matrix always does not equal to zero. So we should attempt to best approximate the given data matrix with an optimal mean removed. Denote as a column vector with all the elements being one and as a variable to be optimized, then and has the same size. Here, can be denoted as the mean of the data matrix needing optimization. After removing an optimal mean, Eq. (1) becomes: Taking the derivative w.r.t in Eq. (3) and setting it to zero, we can obtain  = ( −  ) . Then, Eq. (3) can be written as Taking the derivative w.r.t in Eq. (4) and setting it to zero, we can obtain ( −  )(  − ) = 0. Denote the orthogonal complement of as ⊥, the (  − ) can be represented as followswhere α could be any k-dimensional column vector. Thus, we obtain ( −  )( α +  ⊥ β) = 0. Since ( −  ) α =  α −  α = 0, ( −  ) ⊥ β = 0 ⇔  ⊥ β = 0 ⇔ β = 0. Then Eq. (5) can be written as Suppose is a centering matrix, we substitute Eq. (6) into Eq. (4) and obtain the following form It can be seen that Eq. (7) is changeless whether is centered or not. The optimal mean in Eq. (3) is with α = 0 in Eq. (6). Therefore, the data matrix can be simply centered as  = 0, then the solution of Eq. (7) can be replaced by the solution of Eq. (2). In many robust algorithms, L 2,1-norm is widely used to improve the robustness. However, the data matrix is still centered by using L 2-norm distance based mean. In [16], Nie et al. demonstrated that the Euclidean distance based mean is not the correct one with the L 2,1-norm being the loss function. Then the following problem should be solved Eq. (8) can be rewritten as follows: Similar to conventional SVD, we can obtain the following formula Eq. (10) can be solved by using an iterative re-weighted method, and the detailed algorithm can be found in [16]. In each iteration, the following problem is solvedwhere d is the weight. Taking the derivation w.r.t and setting it to zero, then ( −  )(  − ) = 0. Following the traditional SVD, we get (  − ) =  α, then the optimal mean becomes We can substitute Eq. (12) into Eq. (11) and obtain the following formwhere is the weighted centering matrix. Therefore, the optimal solution to Eq. (13) can be described as k eigenvectors of corresponding to k largest eigenvalues.

Description of OMRFE

At first, we decompose the matrix into two full rank matrices and via SVD,  =  . The general feature extraction problem is always defined as Following [14], the feature genes can be extracted according to . In order to improve the robustness to outliers, L 2,1-norm is adopted as the loss function Then we use the nuclear norm to obtain the low rank of : . And the preliminary feature extraction problem is given as follows:where λ is the regularization parameter. According to the optimal mean ideology in [16], the optimal mean of data matrix should be removed, that is  −  . Then the decomposition of  −  becomes  −   =  . So Eq. (16) should be corrected as Since  −   =  , where  = , we multiply both sides of the formula by , then the formula becomes ( −  ) = . For more convenience, Eq. (17) can be easily converted as follows: The optimal result of Eq. (18) can be obtained by using the Augmented Lagrangian Multiplier (ALM) method. Following the ALM method, we rewrite Eq. (18) aswhere  = ( −  ) − , Λ is the Lagrange multiplier, μ is a positive scalar. In Eq. (19), there exist three variables , , and which make the solution very difficult. Following the alternating method[23], we fix in Eq. (19) and rewrite it as Eq. (20) can be solved with the lemmas in [16] to update and . When fixing and , Eq. (19) becomes Eq. (20) can be solved to update [16]. In summary, the brief algorithm of OMRFE is shown as follows

Identify feature genes using OMRFE

We can denote the gene expression data as matrix . In , each row is the expression level of a gene in all n samples; each column is the expression level of m genes in a single sample. According to the convention in ref. 24, can be decomposed into and using OMRFE. Fig. 1 shows the graphical depiction of gene identification using OMRFE, where () is the gene transcriptional responses, () is the sample expression profile, () is an eigensample of column of , is an eigenpattern of row of , is the j-th column of .
Figure 1

The graphical depiction of gene identification using OMRFE.

The graphical depiction of gene identification using OMRFE. To identify the feature genes from , we should study the critical information of the feature genes. Following the formula, the critical information of feature genes in can be captured by .where contains the coordinates of the j-th sample in . Therefore, the feature genes in can be identified by optimizing . With being processed by OMRFE method, we can get an optimal as Relying on[25], the feature genes are usually grouped into up-regulated and down-regulated, which are reflected by the positive or negative elements respectively in . In this paper, only the absolute value of the elements in is considered to identify feature genes. So we sum the elements by rows to obtain the evaluating vector[13]: Generally, the more differentially expressed the gene is, the larger the corresponding element in is. Hence, we can sort the items of in a descending order, then take the top h (h < m is a number that can be selected according to the requirement) genes as features.

Definition of OMBRFE

Based on the TCGA colorectal cancer data, Lee et al. integrated the multiple classes of available genomic data to generate the integrated data which included copy number alterations, somatic mutations, methylation and gene expression changes[9]. We can identify the feature genes associated with advanced colorectal cancer in clinical stage via the integrated data. Since different genomic data sets have different peculiarities and distribution, it is inappropriate to treat them as a single data for conventional methods. Different genomic data should have different constraint parameter, so the block ideology is suitable to deal with the integrated data. Therefore, based on OMRFE method, we propose another feature extraction method for the integrated colorectal cancer data named OMBRFE. Suppose , where , is the i-th block of the data matrix and c is the number of the blocks, the definition of OMBRFE is as follows:where λ is the regularization parameter corresponding to . Similar to OMRFE, Eq. (25) can also be solved by the ALM method. Following the ALM method, the optimized can be obtained. Finally, the optimized integrated by integrating c optimized block matrices

Identify feature genes using OMBRFE on colorectal cancer integrated data

The colorectal cancer integrated data includes copy number alterations, somatic mutations, methylation and mRNA. We can identify the feature genes associated with advanced colorectal cancer in clinical stage via the integrated data. Following OMBRFE, the integrated data should be processed in blocks. So the OMBRFE model for cancer gene identification from colorectal cancer integrated data can be described in Fig. 2.
Figure 2

The OMBRFE model for cancer gene identification from colorectal cancer integrated data.

The OMBRFE model for cancer gene identification from colorectal cancer integrated data. In Fig. 2, is denoted as colorectal cancer integrated data. 1, 2, 3 and 4 are the different blocks and denoted as copy number, mutation, methylation and mRNA in the integrated data respectively. According to the OMRFE method, the data matrix can be processed to obtain the optimal by using the regularization parameter λ. Similarly, by using OMBRFE, the blocks 1, 2, 3 and 4 can be processed to obtain the optimal 1, 2, 3 and 4 via different λ 1, λ 2, λ 3 and λ 4 respectively. Then the optimal is denoted as  = [ 1, 2, 3, 4]. In the primary optimized , one gene can appear many times when all the four types of genomic data support the gene. That is, one gene has multiple genomic features in the integrated data. And each genomic feature in has a score after processed by OMBRFE. Therefore, the score of a gene will be obtained by summing the scores of the same genomic feature in . Finally, the scores of genes are sorted in descending order and the top h (h < m is a number that can be selected according to the requirement) genes are selected as the feature ones associated with advanced colorectal cancer in clinical stage.

Results and Discussion

This section shows the experimental results. Firstly, the regularization parameters λ in OMRFE and OMBRFE are determined by using synthetic data. Then the effectiveness of the optimal mean and L 2,1-norm in OMRFE and OMBRFE are verified by simulation. Finally, to demonstrate the effectiveness of OMRFE and OMBRFE methods for identifying the feature genes associated with advanced colorectal cancer in clinical stage, PMD[14], SPCA[26], RPCA[13], and CRPCA-OM[16] are used for comparison.

Results on synthetic data

For OMRFE and OMBRFE methods, the regularization parameters λ need to be determined appropriately. In conventional methods, the value of λ is usually given as: , where the size of data matrix X is m × n. In our methods, the parameter λ needs to be studied. So we define , where the parameter l is a constant value. In this paper, the synthetic data is adopted to determine the optimal λ. The synthetic data are generated as  ~ (0, ∑4) with m = 5000, n = 200. Let 1 ~  4 be four 5000-dimensional vectors, such as , and ; v 2 = 1, k = 126, , 250, and ; , and ; , and . Let  ~ N(0, 1) be a noise matrix with 5000-dimension, which is added to . The four eigenvectors of ∑4 can be denoted as . To make the four eigenvectors dominate, the eigenvalues in can be represented as c 1 = 200, c 2 = 150, c 3 = 100, c 4 = 50 and c  = 1 for . The detailed synthetic idea can be found in [27] . OMBRFE and OMRFE have the same way in terms of selection of the regularization parameters. For simplicity, we only test the value of l in OMRFE. In order to evaluate the performance of different value of l, the experiment is repeated for 30 times and the average identification accuracies are reported. For fair comparison, 500 genes are identified by OMRFE. Fig. 3 presents the experimental results of OPMRFE with different values of l. From Fig. 3 we can find that the identification accuracies are monotonically decreasing at l > 0.001 and the identification accuracies reach the highest point and become stable at l ≤ 0.001. Therefore, the regularization parameters in OMRFE can be determined as .
Figure 3

The identification accuracies of OMRFE with different values of l.

The identification accuracies of OMRFE with different values of l. In OMBRFE method, we denote the integrated data as , then the blocks can be defined as , , , . Corresponding to the four blocks, the four regularization parameters are denoted as , ,λ3 =(1 * max(m 3,n 3))1/2 . In this paper, the value of l is selected as 0.0001 in both OMRFE and OMBRFE. OMBRFE and OMRFE are robust feature extraction methods with an optimal mean removed. Therefore, how the robustness and optimal mean work in OMRFE and OMBRFE should be studied. Since the two methods are identical in the terms of robustness and optimal mean, for simplicity, only the OMRFE method is validated in this subsection. We denote FE as the feature extraction method with L 2-norm, RFE the robust feature extraction method with L 2,1-norm, and OMRFE the robust feature extraction method with L 2,1-norm and an optimal mean removed. So the robustness of L 2,1-norm and the optimal mean can be studied by using FE, RFE and OMRFE methods. In this section, we also adopt the synthetic data. In our experiments, different NSR (noise-to-signal ratio) is added to the synthetic data to test the robustness of L 2,1-norm. For fair comparison, the experiments of the three methods are repeated for 30 times respectively, and the results are summarized in Fig. 4. From Fig. 4 we can find that in terms of Inter quartile range (IQR) OMRFE and RFE achieved more robust performance than FE due to the use of L 2,1-norm. And in terms of median identification accuracy, OMRFE achieved higher performance than RFE and FE by removing an optimal mean. It is worth mentioned that, compared with RFE and FE, the extraction performance can be improved in OMRFE by using optimal mean and L 2,1-norm.
Figure 4

The identification accuracies of OMRFE, RFE and FE, where FE is the feature extraction method with L 2-norm, RFE is the robust feature extraction method with L 2,1-norm, and OMRFE is the robust feature extraction method with L 2,1-norm and an optimal mean removed. NSR is denoted as the noise-to-signal ratio.

The identification accuracies of OMRFE, RFE and FE, where FE is the feature extraction method with L 2-norm, RFE is the robust feature extraction method with L 2,1-norm, and OMRFE is the robust feature extraction method with L 2,1-norm and an optimal mean removed. NSR is denoted as the noise-to-signal ratio.

Results on colorectal cancer integrated data

To demonstrate the effectiveness of OMRFE and OMBRFE methods for identifying the feature genes associated with advanced colorectal cancer in clinical stage on colorectal cancer integrated data, the PMD[14], SPCA[26], RPCA[13] and CRPCA-OM[16] are also used to identify the feature genes. The relevance of genes and advanced colorectal cancer is verified in clinical stage. Clinical stage information can be obtained from the Broad Firehose (http://gdac.broadinstitute.org), which is one of the Genome Data Analysis (GDACs) for TCGA project. The data files from January 2013 analysis/standardization run of colorectal cancer includes four genomics assays for each sample: DNA copy number variation, somatic mutations by whole exome sequencing, DNA methylation and mRNA expression level by microarray/RNASeq. These genomic data sets were integrated into one data matrix for analysis[9]. The colorectal cancer integrated data set can be downloaded from http://genomeportal.stanford.edu/tcga-crc/. The colorectal cancer integrated data set consists of 197 samples and 5188 genomic features which integrated copy number alterations, somatic mutations, DNA methylation and mRNA expression. It may have at least one genomic feature for each gene. Among the 5188 genomic features, 1~1117 are copy number, 1118~2030 are somatic mutations, 2031~4108 are DNA methylation and 4109~5188 are mRNA expression. For fair comparison, 300 genes are identified by PMD, SPCA, RPCA, OMRFE and OMBRFE methods. All 300 genes identified by different methods are listed in supplementary (see Supplementary Material). The GO (Gene Ontology) enrichment of functional annotation of the identified feature genes by the five methods is detected by ToppFun which can be used to describe feature genes in the input or query set and to help discover what functions the feature genes may have in common[28]. The ToppFun tool can be publicly available at http://toppgene.cchmc.org/enrichment.jsp. ToppFun can be used for gene list functional enrichment analysis. It uses as many as 14 annotation categories including GO terms, pathways, protein–protein interactions, protein functional domains, transcription factorbinding sites, microRNAs, gene tissue expressions and literatures. Hypergeometric distribution with Bonferroni correction is used as the standard method for determining statistical significance. Hypergeometric distribution is a standard approach for enrichment analysis. For example, a tool, GOrilla, was presented for discovery and visualization of enriched GO terms by Eden et al., and it performs enrichment analysis through hypergeometric distribution[29]. The functional enrichment analysis for pathway, disease, and other functional annotations were conducted using hypergeometric distribution by Zhao et al.[30]. Zhou et al. presented EasyGO, a web server to perform Gene Ontology Functional enrichment analysis which is done by using hypergeometric test and other two statistical test methods[31]. The functional enrichment analysis in this study for GO: Biological Process for each gene set was conducted using ToppFun. In this enrichment analysis, all of the human protein-coding genes were used as a background to calculate statistical significance using a hypergeometric model. The Bonferroni correction is also used to correct P-values for enriched annotations based on the hypergeometric test using ToppFun. Finally, the enriched annotations with corrected P-values < 0.01 were identified as overrepresentative annotations for each gene set. The resulting Gene Ontology enrichment results were shown in Table 1.
Table 1

The top 10 GO terms corresponding to genes identified by different methods.

RankNameOMBRFEOMRFECRPCA-OMRPCASPCAPMDGenes in Genome
InputInputInputInputInputInput
PVPVPVPVPVPV
1Tissue development 89 74727463741794
1.07E-23 1.19E-158.85E-142.67E-158.84E-127.13E-15
2Cell development 91 76697566None1970
4.24E-22 1.59E-141.74E-101.10E-131.97E-11
3Regulation of developmental process 89 77717875721912
8.63E-22 9.70E-165.84E-126.73E-161.13E-161.69E-12
4Regulation of multicellular organismal development 77 74607363601469
1.04E-21 1.74E-208.39E-121.75E-191.04E-157.23E-12
5Positive regulation of gene expression 72 68606559661332
5.44E-21 4.59E-191.31E-136.85E-172.52E-154.38E-17
6Positive regulation of nucleobase-containing compound metabolic process 75 66616459661448
8.24E-21 5.28E-161.45E-121.42E-149.94E-142.71E-15
7Regulation of cell differentiation 73 62616564571405
2.63E-20 2.22E-143.94E-139.37E-163.04E-173.55E-11
8Positive regulation of nitrogen compound metabolic process 75 66636461661484
3.47E-20 1.76E-154.03E-134.45E-142.28E-142.52E-15
9Positive regulation of transcription, DNA-templated 66 62576056671221
3.48E-19 3.11E-171.43E-131.02E-153.45E-153.11E-15
10Positive regulation of cellular biosynthetic process 75 65666362651547
3.85E-19 4.49E-147.59E-149.61E-134.17E-145.57E-15
The top 10 GO terms corresponding to genes identified by different methods. Table 1 shows the top 10 closely related GO terms corresponding to the genes identified by different methods. In this table, ‘Genes in Genome’ is the number of genes associated with the GO term in global genome; ‘Input’ is the number of genes associated with the GO term from the 300 input genes; PV is the P-value. In Table 1, different methods have different ‘Input’ and different P-value in each GO term. For instance, for the GO term: tissue development, the total number of genes in genome is 1794. Among 300 genes identified by OMBRFE, 89 genes are overlapped with these 1794 genes. The P-value of the 89 genes is calculated by the ToppFun tool. From Table 1 we can find that the OMRFE method shows better performance than PMD, SPCA, RPCA and CRPCA-OM in majority of results. Comparing OMRFE with CRPCA-OM, only in the term: positive regulation of cellular biosynthetic process, CRPCA-OM method can identify more genes than OMRFE method, but OMRFE has a lower P-value than CRPCA-OM. And OMRFE method can identify more genes and lower P-value than CRPCA-OM in the other 9 GO terms. Comparing OMRFE with RPCA, OMRFE can identify more genes and have lower P-value than RPCA in 7 GO terms except in the following two terms: regulation of developmental process and regulation of cell differentiation. In the term: tissue development, OMRFE has the same number of genes with RPCA, but OMRFE has a lower P-value. In addition to the GO term: regulation of cell differentiation, OMRFE outperforms SPCA in the remaining 9 terms. Though in the terms: tissue development, positive regulation of nucleobase-containing compound metabolic process, positive regulation of nitrogen compound metabolic process and positive regulation of cellular biosynthetic process OMRFE can identify the same number of genes with PMD method, OMRFE has the lower P-value. In the GO term: positive regulation of transcription, DNA-templated, PMD can surpass OMRFE method. OMRFE has a better performance than PMD in the remaining five terms. The results demonstrate that the proposed method OMRFE is quite effective in identifying feature genes. From Table 1 the effectiveness of OMBRFE method can also be verified. In Table 1, OMBRFE method outperforms other methods on both the number of genes and P-value in all the 10 GO terms in addition to the term: positive regulation of transcription, DNA-templated. In the term: positive regulation of transcription, DNA-templated, OMBRFE identifies less number of genes than PMD. However, OMBRFE has the lower P-value than PMD. Therefore, the performance of OMBRFE explains that the block ideology is appropriate to identify feature genes based on the colorectal cancer integrated data. To further study the relevance between the feature genes identified by OMBRFE and advanced clinical stage colorectal cancer, these genes are analyzed in a meticulous way. As studied in [9], 142 genes identified by Elastic Net algorithm with integrated analysis delineated advanced clinical stage colorectal cancer. To verify whether the feature genes identified by OMBRFE are associated with the advanced clinical stage colorectal cancer or not, the top 142 feature genes identified by OMBRFE method are selected to make a comparison with the 142 genes identified by Elastic Net algorithm[9]. Fig. 5 shows the Venn diagram for the feature genes identified by both methods. In Fig. 5, 101 genes are OMBRFE and Elastic Net unique respectively. And there are 41 genes overlapped by OMBRFE and Elastic Net. Table 2 summarized the top 20 genes of OMBRFE unique, Elastic Net unique and the overlapping portions of OMBRFE and Elastic Net. In Table 2, the genes identified by OMBRFE unique but neglected by Elastic Net are closely related with colorectal cancer, such as APC and KRAS, which are well known to play an important role in colorectal cancer development since they have a high frequency of genetic aberrations in colorectal cancer[7]. The detailed analysis of feature genes identified by OMBRFE is given in the following.
Figure 5

Venn diagram is shown for the feature genes identified by OMBRFE and Elastic Net.

Table 2

The top 20 genes of OMBRFE unique, Elastic Net unique and the overlapping portions of OMBRFE and Elastic Net.

OMBRFE uniqueOverlapElastic Net unique
Gene Symbol APC, RUNX3, MSX1, RB1, NRAS, EDNRB, KRAS, OBSCN, MLH1, CACNA1G, PTEN, GPC6, PDE4D, CARD11, RNF213, CCND1, WBSCR17, SOCS2, CSMD1.GNAS, WT1, MGMT, DIRAS3, TTN, PKD2L1, JAKMIP1, NTRK1, SEMA3B, WRN, BCL2, PLAGL1, PPP2R2C, DMD, RHD, CCND2, PLEKHA4, PIK3R1, PRDM16, FCRL4.SYK, DDX5, ADRA2C, HSD17B2, HIST1H4I, FOXP4, REEP5, PDK4, OR51E2, S100P, HIP1, ZNF570, SDHC, DDIT3, CRTC1, SLC22A11, CYP26B1, GPR125, TNFAIP3, CATSPER4.
Venn diagram is shown for the feature genes identified by OMBRFE and Elastic Net. The top 20 genes of OMBRFE unique, Elastic Net unique and the overlapping portions of OMBRFE and Elastic Net. To further study the function of the feature genes identified by OMBRFE, they are analyzed in a meticulous way. For simplicity, the top 20 genes are taken into consideration. Firstly, the detailed functions of the 20 genes are introduced in Table 3. From Table 3 we can find that all the 20 identified genes are closely related to cancers. The COSMIC (Catalogue of Somatic Mutation in Cancer) database contains 484 genes that have been shown to be closely related to cancer development and thus are established or candidate cancer genes[7]. Among the 20 extracted genes, 9 genes overlapped with the COSMIC study. They are GNAS, APC, WT1, RB1, NRAS, KRAS, MLH1, PTEN and NTRK1.
Table 3

The detailed information of the top 20 genes identified by OMBRFE.

NO.Gene SymbolLocationFunction of Genes
1GNAS20q13.3It gives rise to maternally, paternally, and biallelically expressed transcripts that are derived from four alternative promoters and 5’ exons. Colloid carcinoma associated with intraductal papillary mucinous neoplasms and its intestinal-type preinvasive precursor are associated with high frequencies of GNAS mutations.
2APC5q21-q22This gene encodes a tumor suppressor protein that acts as an antagonist of the Wnt signaling pathway. It is also involved in other processes including cell migration and adhesion, transcriptional activation, and apoptosis.
3WT111p13This gene encodes a transcription factor that contains four zinc-finger motifs at the C-terminus and a proline/glutamine-rich DNA-binding domain at the N-terminus. WT1 is a major regulator of tumor angiogenesis and progression.
4MGMT10q26Alkylating agents are potent carcinogens that can result in cell death, mutation and cancer. The protein encoded by this gene is a DNA repair protein that is involved in cellular defense against mutagenesis and toxicity from alkylating agents.
5RUNX31p36This gene encodes a member of the runt domain-containing family of transcription factors. It functions as a tumor suppressor, and the gene is frequently deleted or transcriptionally silenced in cancer.
6DIRAS31p31This gene encodes a member of the ras superfamily. This gene is imprinted gene with monoallelic expression of the paternal allele which is associated with growth suppression. The encoded protein may also play a role autophagy in certain cancer cells by regulating the autophagosome initiation complex.
7MSX14p16.2This gene encodes a member of the muscle segment homeobox gene family. The encoded protein functions as a transcriptional repressor during embryogenesis through interactions with components of the core transcription complex and other homeoproteins.
8RB113q14.2The protein encoded by this gene is a negative regulator of the cell cycle and was the first tumor suppressor gene found. The encoded protein also stabilizes constitutive heterochromatin to maintain the overall chromatin structure.
9TTN2q31This gene encodes a large abundant protein of striated muscle. The product of this gene is divided into two regions, a N-terminal I-band and a C-terminal A-band. DNA sequence analysis of patients with dilated cardiomyopathy shows that genetic variation in TTN gene contributes to a 14% of the cases.
10NRAS1p13.2This is an N-ras oncogene encoding a membrane protein that shuttles between the Golgi apparatus and the plasma membrane. Mutations in this gene have been associated with somatic rectal cancer, follicular thyroid cancer, autoimmune lymphoproliferative syndrome, Noonan syndrome, and juvenile myelomonocytic leukemia.
11EDNRB13q22The protein encoded by this gene is a G protein-coupled receptor which activates a phosphatidylinositol-calcium second messenger system. Its ligand, endothelin, consists of a family of three potent vasoactive peptides: ET1, ET2, and ET3. Studies suggest that the multigenic disorder, Hirschsprung disease type 2, is due to mutations in the endothelin receptor type B gene.
12KRAS12p12.1This gene, a Kirsten ras oncogene homolog from the mammalian ras gene family, encodes a protein that is a member of the small GTPase superfamily. The transforming protein that results is implicated in various malignancies, including lung adenocarcinoma, mucinous adenoma, ductal carcinoma of the pancreas and colorectal carcinoma.
13OBSCN1q42.13The obscurin gene spans more than 150 kb, contains over 80 exons and encodes a protein of approximately 720 kDa. The encoded protein contains 68 Ig domains, 2 fibronectin domains, 1 calcium/calmodulin-binding domain, 1 RhoGEF domain with an associated PH domain, and 2 serine-threonine kinase domains.
14PKD2L110q24This gene encodes a member of the polycystin protein family. The encoded protein contains multiple transmembrane domains, and cytoplasmic N- and C-termini. The protein may be an integral membrane protein involved in cell-cell/matrix interactions.
15MLH13p21.3This gene was identified as a locus frequently mutated in hereditary nonpolyposis colon cancer (HNPCC). It is a human homolog of the E. coli DNA mismatch repair gene mutL, consistent with the characteristic alterations in microsatellite sequences (RER+ phenotype) found in HNPCC.
16CACNA1G17q22Voltage-sensitive calcium channels mediate the entry of calcium ions into excitable cells, and are also involved in a variety of calcium-dependent processes, including muscle contraction, hormone or neurotransmitter release, gene expression, cell motility, cell division, and cell death. This gene encodes a T-type, low-voltage activated calcium channel. The function of T-type channels is important for the proliferation of human ovarian cancer cells.
17PTEN10q23.3This gene was identified as a tumor suppressor that is mutated in a large number of cancers at high frequency. The protein encoded by this gene is a phosphatidylinositol-3,4,5-trisphosphate 3-phosphatase.
18JAKMIP14p16.1Janus kinase and microtubule interacting protein 1. Overexpression of JAKMIP1 associates with Wnt/β-catenin pathway activation and promotes cancer cell proliferation in vitro.
19NTRK11q21-q22This gene encodes a member of the neurotrophic tyrosine kinase receptor (NTKR) family. The presence of this kinase leads to cell differentiation and may play a role in specifying sensory neuron subtypes. Mutations in this gene have been associated with congenital insensitivity to pain, anhidrosis, self-mutilating behavior, mental retardation and cancer.
20GPC613q32The glypicans comprise a family of glycosylphosphatidylinositol-anchored heparan sulfate proteoglycans, and they have been implicated in the control of cell growth and cell division. The glypican encoded by this gene is a putative cell surface coreceptor for growth factors, extracellular matrix proteins, proteases and anti-proteases.
The detailed information of the top 20 genes identified by OMBRFE. To further study whether these genes are associated with advanced colorectal cancer or not, they are verified according to the existing literatures. Depending on [9], 142 genes are proved be associated with advanced colorectal cancer in clinical stage. Among the 20 genes identified by OMBRFE, there are 8 genes overlapped with the 142 genes. The symbols of these 8 genes are GNAS, WT1, MGMT, DIRAS3, TTN, PKD2L1, JAKMTP1 and NTRK1. The remaining 12 genes should be studied to demonstrate the relevance between them and advanced colorectal cancer. 12 genes are verified to be associated with advanced colorectal cancer in clinical stage by existing literatures. The 12 gene symbols are given as follows: APC, KRAS, MSX1, RB1, NRAS, GPC6, EDNRB, OBSCN, MLH1, RUNX3, CACNA1G and PTEN. In later analysis, these genes are marked in bold in order to make them more eye-catching. In a heavily pretreated patient with advanced colorectal cancer carrying mutations in APC and KRAS genes, Gamerith et al. showed an early metabolic response and enhanced NK cell activity to monotherapy with lenalidomide. After subsequent lenalidomide/cetuximab combination treatment, the patient had progressive disease[32]. In vitro studies using non-colonic cell lines have indicated that miR-148a exerts a tumor suppressive function by targeting several genes such as PXR, TGIF2, MSX1, CDC25B, DNMT1 and DNMT3b. The dysregulation of miR-148a has been implicated in colorectal cancer[33]. In [31], 17 patients with locally advanced rectal adenocarcinomas, clinical stage II, III according to IUCC were enrolled into the pilot study of Garajová et al. Gene expression data analysis based on SAM (Significance Analysis of Microarrays) and t-test methods identified 8 genes (RB1, RBBP4, HYOUI, JUNB, MDM4, CANX, MMP2, TCF7L2) significantly upregulated in nonresponders[34]. According to [32], the absence of an oncogenic KRAS or NRAS mutation has been found to predict clinical benefit from treatment with anti-EGFR antibodies in colorectal cancer[35]. A group of genes previously reported as the most frequently mutated genes in non-hypermutated colorectal cancer in [33]: TP53, APC, KRAS, CSMD3, TCF7L2, PI3KCA, FBXW7, SOX9, SMAD4, PTPRD, GPC6, EDNRB, GNAS, AMER1, NRAS, KIAA1804, CTNNB1, ACVR1B, and SMAD2[36]. In [34], 36 genes were found to have the most frequent mutations in colorectal cancer and involved functions/pathways. These genes can well exemplify the reason that in clinical practice both patients and physicians’ expectations with targeted therapy are, so far, largely unmet. Among the 12 genes identified by OMBRFE, there are 5 genes overlapped with these 36 genes: APC, KRAS, OBSCN, MLH1 and PTEN [37]. In [35], one hundred fifty patients with locally advanced rectal cancer, treated within a phase III clinical trial, were included in this analysis. CIMP was assessed by methylation specific PCR (MSP) using RUNX3, SOCS1, NEUROG1, IGF2, and CACNA1G as a marker panel. CACNA1G encodes a T-type calcium channel and its aberrant methylation of CACNA1G was also shown in other cancers. Inactivation of CACNA1G may play a role in cancer development by modulating calcium signaling, which potentially affects cell proliferation and apoptosis. RUNX3 has a tumor suppressor function and is associated to disease stage and patient outcome in colorectal cancer when expression was decreased by promoter methylation[38]. By studying these genes and related literatures, we can find that several genes (APC, KRAS and NRAS) appeared multiple times when we analyze other genes. For example, in literature [33], GPC6 and EDNRB are proved to be associated with colorectal cancer, while APC, KRAS and NRAS are also proved. This suggests that APC, KRAS and NRAS, especially APC and KRAS, may be absolutely the cause of colorectal cancer. To sum up, all the 20 genes identified by using OMBRFE are proved to be closely associated with advanced colorectal cancer in clinical stage. Moreover, the results also demonstrate that our OMBRFE method is quite effective in identifying colorectal cancer genes on colorectal cancer integrated data.

Conclusions

In this paper, we conducted two feature extraction methods Optimal Mean based Robust Feature Extraction method (OMRFE) and Optimal Mean based Block Robust Feature Extraction method (OMBRFE) to identify the feature genes associated with advanced colorectal cancer in clinical stage by using the integrated colorectal cancer data. Thanks to the optimal mean and L 2,1-norm, OMRFE shows better performance on the integrated data than conventional methods. The OMBRFE introduces the block ideology into OMRFE and imposes different regularization parameters on different genomic feature data in colorectal cancer integrated data. Experimental studies demonstrate that OMBRFE is more effective than previous feature extraction methods (including OMRFE) to identify the feature genes on colorectal cancer integrated data. Furthermore, genes identified by OMBRFE are verified to be closely associated with advanced colorectal cancer in clinical stage.
  29 in total

1.  Extracting plants core genes responding to abiotic stresses by penalized matrix decomposition.

Authors:  Jin-Xing Liu; Chun-Hou Zheng; Yong Xu
Journal:  Comput Biol Med       Date:  2012-02-24       Impact factor: 4.589

2.  Block-Sparse RPCA for Salient Motion Detection.

Authors:  Zhi Gao; Loong-Fah Cheong; Yu-Xiang Wang
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2014-10       Impact factor: 6.226

Review 3.  Patient-tailored treatments with anti-EGFR monoclonal antibodies in advanced colorectal cancer: KRAS and beyond.

Authors:  A Ballestrero; A Garuti; G Cirmena; I Rocco; C Palermo; A Nencioni; S Scabini; G Zoppoli; S Parodi; F Patrone
Journal:  Curr Cancer Drug Targets       Date:  2012-05       Impact factor: 3.428

4.  Integrated genetic and epigenetic analysis identifies three different subclasses of colon cancer.

Authors:  Lanlan Shen; Minoru Toyota; Yutaka Kondo; E Lin; Li Zhang; Yi Guo; Natalie Supunpong Hernandez; Xinli Chen; Saira Ahmed; Kazuo Konishi; Stanley R Hamilton; Jean-Pierre J Issa
Journal:  Proc Natl Acad Sci U S A       Date:  2007-11-14       Impact factor: 11.205

5.  EasyGO: Gene Ontology-based annotation and functional enrichment analysis tool for agronomical species.

Authors:  Xin Zhou; Zhen Su
Journal:  BMC Genomics       Date:  2007-07-24       Impact factor: 3.969

6.  Prediction of metastasis and recurrence in colorectal cancer based on gene expression analysis: ready for the clinic?

Authors:  Masaki Shibayama; Matthias Maak; Ulrich Nitsche; Kengo Gotoh; Robert Rosenberg; Klaus-Peter Janssen
Journal:  Cancers (Basel)       Date:  2011-07-07       Impact factor: 6.639

7.  GOrilla: a tool for discovery and visualization of enriched GO terms in ranked gene lists.

Authors:  Eran Eden; Roy Navon; Israel Steinfeld; Doron Lipson; Zohar Yakhini
Journal:  BMC Bioinformatics       Date:  2009-02-03       Impact factor: 3.169

8.  ToppGene Suite for gene list enrichment analysis and candidate gene prioritization.

Authors:  Jing Chen; Eric E Bardes; Bruce J Aronow; Anil G Jegga
Journal:  Nucleic Acids Res       Date:  2009-05-22       Impact factor: 16.971

9.  Robust PCA based method for discovering differentially expressed genes.

Authors:  Jin-Xing Liu; Yu-Tian Wang; Chun-Hou Zheng; Wen Sha; Jian-Xun Mi; Yong Xu
Journal:  BMC Bioinformatics       Date:  2013-05-09       Impact factor: 3.169

10.  CSGene: a literature-based database for cell senescence genes and its application to identify critical cell aging pathways and associated diseases.

Authors:  M Zhao; L Chen; H Qu
Journal:  Cell Death Dis       Date:  2016-01-14       Impact factor: 8.469

View more
  1 in total

Review 1.  Peroxiredoxin II Regulates Cancer Stem Cells and Stemness-Associated Properties of Cancers.

Authors:  Nisansala Chandimali; Dong Kee Jeong; Taeho Kwon
Journal:  Cancers (Basel)       Date:  2018-09-03       Impact factor: 6.639

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.