Literature DB >> 28470011

Joint L1/2-Norm Constraint and Graph-Laplacian PCA Method for Feature Extraction.

Chun-Mei Feng1, Ying-Lian Gao2, Jin-Xing Liu1, Juan Wang1, Dong-Qin Wang1, Chang-Gang Wen1.   

Abstract

Principal Component Analysis (PCA) as a tool for dimensionality reduction is widely used in many areas. In the area of bioinformatics, each involved variable corresponds to a specific gene. In order to improve the robustness of PCA-based method, this paper proposes a novel graph-Laplacian PCA algorithm by adopting L1/2 constraint (L1/2 gLPCA) on error function for feature (gene) extraction. The error function based on L1/2-norm helps to reduce the influence of outliers and noise. Augmented Lagrange Multipliers (ALM) method is applied to solve the subproblem. This method gets better results in feature extraction than other state-of-the-art PCA-based methods. Extensive experimental results on simulation data and gene expression data sets demonstrate that our method can get higher identification accuracies than others.

Entities:  

Mesh:

Year:  2017        PMID: 28470011      PMCID: PMC5392409          DOI: 10.1155/2017/5073427

Source DB:  PubMed          Journal:  Biomed Res Int            Impact factor:   3.411


1. Introduction

With the rapid development of gene-chip and deep-sequencing technologies, a lot of gene expression data have been generated. It is possible for biologists to monitor the expression of thousands of genes with the maturation of the sequencing technology [1-3]. It is reported that a growing body of research has been used to select the feature genes from gene expression data [4-6]. Feature extraction is a typical application of gene expression data. Cancer has become a threat to human health. Modern medicine has proved all cancers are directly or indirectly related to genes. How to identify what is believed to be related to cancer has become a hotspot in the field of bioinformatics. The major bottleneck of the development of bioinformatics is how to build an effective approach to integrate and analyze the expression data [7]. One striking feature of gene expression data is the case that the number of genes is far greater than the number of samples, commonly called the high-dimension-small-sample-size problem [8]. Typically this means that expression data are always with more than thousands of genes, while the size of samples is generally less than 100. The huge expression data make them hard to analyze, but only a small size of genes can control the gene expression. More attention has been attached to the importance of feature genes by modern biologists. Correspondingly, it is especially important how to discover these genes effectively, so many dimensionality reduction approaches are proposed. Traditional dimensionality reduction methods have been widely used. For example, Principal Component Analysis (PCA) recombines the original data which have a certain relevance into a new set of independent indicators [9-11]. However, because of the sparsity of gene regulation, the weaknesses of traditional approaches in the field of feature extraction become increasingly evident [12, 13]. With the development of deep-sequencing technique, the inadequacy of conventional methods is emerging. Within the process of feature selection on biological data, the principal components of PCA are dense, which makes it difficult to give an objective and reasonable explanation on the significance of biology. PCA-based methods have achieved good results in the application of feature extraction [3, 12]. Although this method shows the significance of sparsity in the aspect of handling high dimensional data, there are still a lot of shortcomings in the algorithm. The high dimensionality of data poses a great challenge to the research, which is called data disaster. Facing with millions of data points, it is reasonable to consider the internal geometric structure of the data. Gene expression data usually contain a lot of outliers and noise, but the above methods cannot effectively deal with these problems. With the development of graph theory [14] and manifold learning theory [15], the embedded structure problem has been effectively resolved. Laplacian embedding as a classical method of manifold learning has been used in machine learning and pattern recognition, whose essential idea is recovery of low dimensional manifold structure from high dimensional sampled data. The performance of feature extraction will be improved remarkably after joining Laplacian in gene expression data. In the case of maintaining the local adjacency relationship of the graph, the graph can be drawn from the high dimensional space to a low dimensional space (drawing graph). However, graph-Laplacian cannot dispose outliers. In the field of dimensionality reduction, L  (0 < p < 1)-norm was getting more and more popular to replace L1, which was first proposed by Nie et al. [16]. Research shows that a proper value of p can achieve a more exact result for dimensionality reduction [17]. Furthermore, Xu et al. developed an simple iterative thresholding representation theory for L1/2-norm [18], which was similar to the notable iterative soft thresholding algorithm for the solution of L0 [19] and L1-norm [20]. Xu et al. have shown that L-norm generates more better solution than L1-norm [21]. Besides, among all regularization with p in 0,1/2], there is no obvious difference. However, when p ∈ [1/2,1, the smaller p is, the more effective result will be [17]. This provides a motivation to introduce L1/2-norm constraint into original method. Since the error of each data point is calculated in the form of the square. It will also cause a lot of errors while the data contains some tiny abnormal values. In order to solve the above problems, we propose a novel method based on L1/2-norm constraint, graph-Laplacian PCA (L1/2 gLPCA) which provides a good performance. In summary, the main work of this paper is as follows. (1) The error function based on L1/2-norm is used to reduce the influence of outliers and noise. (2) Graph-Laplacian is introduced to recover low dimensional manifold structure from high dimensional sampled data. The remainder of the paper is organized as follows. Section 2 provides some related work. We present our formulation and algorithm for L1/2-norm constraint graph-Laplacian PCA in Section 3. We evaluate our algorithm on both simulation data and real gene expression data in Section 4. The correlations between the identified genes and cancer data are also included. The paper is concluded in Section 5.

2. Related Work

2.1. Principal Component Analysis

In the field of bioinformatics, the principal components (PCs) of PCA are used to select feature genes. Assume X = (x1,…, x) ∈ R is the input data matrix, which contains the collection of n data column vectors and m dimension space. Traditional PCA approaches recombine the original data which have a certain relevance into a new set of independent indicators [9]. More specifically, this method reduces the input data to k-dim (k < n) subspace by minimizing:where each column of U = (u1,…, u) ∈ R is the principal directions and V = (v1,…, v) ∈ R is the projected data points in the new subspace.

2.2. Graph-Laplacian PCA

Since the traditional PCA has not taken into account the intrinsic geometrical structure within input data, the mutual influences among data may be missed during a research project [9]. With the increasing popularity of the manifold learning theory, people are becoming aware that the intrinsic geometrical structure is essential for modeling input data [15]. It is a well-known fact that graph-Laplacian is the fastest approach in the manifold learning method [14]. The essential idea of graph-Laplacian is to recover low dimensional manifold structure from high dimensional sampled data. PCA closely relates to K-means clustering [22]. The principal components V are also the continuous solution of the cluster indicators in the K-means clustering method. Thus, it provides a motivation to embed Laplacian to PCA whose primary purpose is clustering [23, 24]. Let symmetric weight matrix W ∈ R be the nearest neighbor graph where W is the weight of the edge connecting vertices i and j. The value of W is set as follows:where N(x) is the set of k nearest neighbors of x. V = (v1,…, v) ∈ R is supposed as the embedding coordinates of the data and D = diag (d1,…, d) is defined as a diagonal matrix and d = ∑W. V can be obtained by minimizing:where d is the column or row sums of W and L = D − W is named as Laplacian matrix. Simply put, in the case of maintaining the local adjacency relationship of the graph, the graph can be drawn from the high dimensional space to a low dimensional space (drawing graph). In the view of the function of graph-Laplacian, Jiang et al. proposed a model named graph-Laplacian PCA (gLPCA), which incorporates graph structure encoded in W [23]. This model can be considered as follows:where α ≥ 0 is a parameter adjusting the contribution of the two parts. This model has three aspects. (a) It is a data representation, where X≃UV. (b) It uses V to embed manifold learning. (c) This model is a nonconvex problem but has a closed-form solution and can be efficient to work out. In (4), from the perspective of data point, it can be rewritten as follows:In this formula, the error of each data point is calculated in the form of the square. It will also cause a lot of errors while the data contains some tiny abnormal values. Thus, the author formulates a robust version using L2,1-norm as follows:but the major contribution of L2,1-norm is to generate sparse on rows, in which the effect is not so obvious [3, 25].

3. Proposed Algorithm

Research shows that a proper value of p can achieve a more exact result for dimensionality reduction [17]. When p ∈ [1/2,1, the smaller p is, the more effective result will be [17]. Then, Xu et al. developed a simple iterative thresholding representation theory for L1/2-norm and obtained the desired results [18]. Thus, motivated by former theory, it is reasonable and necessary to introduce L1/2-norm on error function to reduce the impact of outliers on the data. Based on the half thresholding theory, we propose a novel method using L1/2-norm on error function by minimizing the following problem:where L1/2-norm is defined as ‖A‖1/21/2 = ∑∑|a|1/2, X = (x1,…, x) ∈ R is the input data matrix, and U = (u1,…, u) ∈ R and V = (v1,…, v) ∈ R are the principal directions and the subspace of projected data, respectively. We call this model graph-Laplacian PCA based on L1/2-norm constraint (L1/2 gLPCA). At first, the subproblems are solved by using the Augmented Lagrange Multipliers (ALM) method. Then, an efficient updating algorithm is presented to solve this optimization problem.

3.1. Solving the Subproblems

ALM is used to solve the subproblem. Firstly, an auxiliary variable is introduced to rewrite the formulation (4) as follows:The augmented Lagrangian function of (8) is defined as follows:where Λ is Lagrangian multipliers and μ is the step size of update. By mathematical deduction, the function of (9) can be rewritten asThe general approach of (10) consists of the following iterations:Then, the details to update each variable in (11) are given as follows. Updating S. At first, we solve S while fixing U and V. The update of S relates the following issue:which is the proximal operator of L1/2-norm. Since this formulation is a nonconvex, nonsmooth, non-Lipschitz, and complex optimization problem; an iterative half thresholding approach is used for fast solution of L1/2-norm and summarizes according to the following lemma [18].

Lemma 1 .

The proximal operator of L1/2-norm minimizes the following problem:which is given bywhere H(σ)≔(h(σ1), h(σ2),…, h(σ))   and  h(σ) is the half threshold operator and defined as follows: where ψλ(σ) = arccos⁡((λ/8)(|σ|/3)−2/3). Solving U and V. Here, we solve U while fixing others. The update of U amounts to solvingLetting X − S − Λ/μ = M, (16) becomes U = arg min(μ/2)‖M − UV‖2, taking partial derivatives of U as follows:Setting the partial derivatives to 0, we haveThen, we solve V while fixing others. Similarly, letting X − S − Λ/μ = M, U = MV, the update of V can be listed as follows:By some algebra, we haveTherefore, (19) can be rewritten as follows:Thus, the optimal V can be obtained by calculating eigenvectorswhich corresponds to the first k smallest eigenvalues of the matrix G = −MM + 2α L/μ. Updating Λ and μ. The update of Λ and μ is standard:where ρ > 1 is used to update the parameter μ. Since the value of ρ is usually bigger than 1, and over a large number of experiments, we find ρ = 1.1~1.5 are good choice. We selected ρ = 1.2 in such practice conditions. The complete procedure is summarized in Algorithm 1.
Algorithm 1

Procedure of L1/2 gLPCA.

3.2. Properties of Algorithm

We set ρ = 1.2 through all our gene expression data experiments. Whereas we introduce σ, σ is the largest eigenvalue of matrix MM and L to normalize them, respectively. Setting where β is the parameter to substitute for α, (20) can be rewritten asTherefore, the solution of V can be expressed by the eigenvectors of G: It is easy to see that β should be in the range 0 ≤ β ≤ 1. Without L1/2-norm, there will be standard PCA if β = 0. Similarly, when β = 1, it reduces to Laplacian embedding. Furthermore, we rewrite the matrix G as follows:where e = (1 ⋯ 1) is an eigenvector of G: Ge = (1 − β)e. We have Me = 0, because X is centered and it is easy to see that M = X − S − Λ/μ is centered. G is semipositive definite, because σ is the biggest eigenvalue of MM; thus I − MM/σ is semipositive definite. Meanwhile, it is easy to see that L is semipositive definite. Since G is a symmetric real matrix that eigenvectors are mutually orthogonal, thus e is orthogonal to others. Although we apply ee/n in the Laplacian matrix part, the eigenvectors and eigenvalues do not change, which guarantees that the lowest k eigenvectors do not include e.

4. Experiments

In this section, we compare our algorithm with Laplacian embedding (LE) [26], PCA [9], L0 PCA, L1 PCA [12], gLPCA, and RgLPCA [23] on simulation data and real gene expression data, respectively, to verify the performance of our algorithm. Among them, PCA and LE are obtained by adjusting the parameters of gLPCA β = 0 and β = 1, respectively. Since our algorithm is not sensitive to parameter mu in practice. In the first subsection, we provide the source of simulation data and experimental comparison results. The experimental results and the function of selected genes on real gene expression data with different methods are compared in the next two subsections.

4.1. Results on Simulation Data

4.1.1. Data Source

Here, we describe a method to produce simulation data. Supposing we generate the data matrix A ∈ R, where k = 2000 and j = 10 are the number of genes and samples, respectively, the simulation data are generated as A ~ (0, Σ4). Let be four 2000-dimensional vectors; for instance, ,  k = 1,…, 50, and ,  k = 51,…, 2000;  ,  k = 51,…, 100, and ,  k ≠ 51,…, 100;  ,  k = 101,…, 150, and ,  k ≠ 101,…, 150;  ,  k = 151,…, 200, and ,  k ≠ 151,…, 200. Given a matrix E ~ N(0,1) as a noise matrix with 2000-dimension and different Signal-to-Noise Ratio (SNR), which is added into , the four eigenvectors of Σ4 can be expressed as ,  k = 1,2, 3,4. Let the four eigenvectors dominate; the eigenvalues of A can be denoted as c1 = 400, c2 = 300, c3 = 200, c4 = 100, and c = 1 for k = 5,…, 2000.

4.1.2. Detailed Results on Simulation Data

In order to give more accurate experiment results, the average values of the results of 30 times are adopted. For fairness and uniformity, 200 genes are selected by the five methods with their unique parameters. Here, we show the accuracy (%) of these methods. In Figure 1, two factors as two different axes are in the figure. In Figure 2, x-axis is the number of samples. x-axis is the value of parameter μ. The accuracy is defined as follows:where t is the iterative times and Acc is the identification accuracy of the ith time. We define Acc as follows:where r denotes the number of genes, δ(m, n) is a function that equals to 0 if m ≠ n and equals to 1 if m = n. We use the function map(I) to map the identification of labels. In Figure 1, we show the average accuracies of the seven methods with different sparse parameters while the simulation data is 2000 × 10 and the average accuracy with all parameters is listed in Table 1. In general, if the algorithm is more sensitive to noise and outliers, the deviation will be greater and the accuracy will be greatly reduced. It is worthy to notice that L1/2 gLPCA works better than other six methods with higher identification accuracies. This means that our algorithm has lower sensitivity to noise and outliers. This table clearly displays the detail of the identification accuracies in different sparse parameters; our method indicates the superiority when the parameter is larger than 0.4 and the curve is more stable. The accuracy of L0 PCA and L1 PCA starts a precipitous decline when the parameter is larger than 0.7 and 0.8. Compared with L0 PCA and L1 PCA, the methods of L1/2 gLPCA, RgLPCA, gLPCA, PCA, and LE are not sensitive to the parameter, so there is no substantial change. The stability and average accuracy of various methods can be seen from Table 1.
Figure 1

The accuracy of different methods on simulation data with different parameters.

Figure 2

The accuracy of different methods on simulation data with different numbers of samples.

Table 1

The average accuracy and variance of different methods on simulation data with different parameters.

Methods L 1/2 gLPCARgLPCAgLPCA L 0 PCA L 1 PCAPCALE
Average accuracy (%)66.1265.4763.5344.4348.4359.0065.10
Variance1.481.621.7623.6020.301.611.97
Furthermore, the number of samples in real gene expression data has a significant influence on the identification accuracy when we select feature gene. Based on this theory, we test different numbers of samples with their best parameters and the average values of the results of 30 times. From the results of Figure 1, we select 0.8 as the parameters of L1/2 gLPCA, gLPCA, RgLPCA, PCA, and LE. For L0 PCA and L1 PCA, we do not change its parameters, since it can obtain the best result from the author's description. The details of average identification accuracies which use seven methods with different sample numbers can be seen from Figure 2. As seen in Figure 2, the accuracy of L1/2 gLPCA is generally better than other methods and increases with the increase of the number of samples. Besides, Table 2 shows the average accuracy and variance of seven different methods on simulation data with different number of samples. From Table 2, our approach performs better than other methods, even though, in the case of a small number of samples, the accuracy is still high.
Table 2

The average accuracy and variance of different methods on simulation data with different numbers of samples.

Methods L 1/2 gLPCARgLPCAgLPCA L 0 PCA L 1 PCAPCALE
Average accuracy (%)70.2568.2567.9067.3069.2058.6269.60
Variance2.583.844.413.522.231.792.50

4.2. Results on Gene Expression Data

In this subsection, the features (genes) are selected by these methods and sent to ToppFun to detect the gene-set enrichment analysis, which is a type of GOTermFinder [27]. The primary role of GOTermFinder is to discover the common of large amounts of gene expression data. The analysis of GOTermFinder provides critical information for the experiment of feature extraction. It is available publicly at https://toppgene.cchmc.org/enrichment.jsp. We set P value cutoff to 0.01 through all the experiment. For fair comparison, about L1/2 gLPCA, RgLPCA, and gLPCA, we both set β = 0.5 to control the degree of Laplacian embedding through all experiments in this paper. When β = 0, β = 1, it results in standard PCA and LE, respectively. Since our algorithm is not sensitive to parameter μ mu in practice, we set μ = 0.3 through our experiment.

4.2.1. Results on ALLAML Data

The data of ALLAML as a matrix includes 38 samples and 5000 features (genes), which are publicly available at https://sites.google.com/site/feipingnie/file. It is made up of 11 types of acute myelogenous leukemia (AML) and 27 types of acute lymphoblastic leukemia (ALL) [28]. This data contains the difference between AML and ALL, and ALL is divided into T and B cell subtypes. In this experiment, 300 genes are selected and sent to ToppFun. A series of enrichment analyses are conducted on the extracted top 500 genes corresponding to different methods. The complete experimental data have been listed as supplementary data. The P value and hit count of top nine terms about molecular function, biological process, and cellular component of ALLAML data by different methods are listed in Table 3. The P value is significance for these genes enrichment analysis in these GO terms; the smaller the P value is, the more significant these GO terms are. In this Table, the number of hits is the number of genes from input, and the P value was influenced by the number of genes from input and so on. Thus, the difference in number of hits is smaller than the difference in P value. It shows clearly that our method performs better than compared methods in 8 terms. The lower P value shows that the algorithm is less affected by noise and outliers and thus has high efficiency. If the algorithm is affected by noise and outliers significantly, the degree of gene enrichment will be reduced. Nevertheless, LE has the lowest P value in term GO: 0098552. From this table, we can see that there are 93 genes in the item of “immune response” which are selected by our method. This item can be considered as the most probable enrichment item, since it has the lowest P value. And many researches were focused on the immune status of leukemia [29-32]. Besides, 210 genes associated with leukemia are listed in an article, and 26 out of top 30 genes selected by our method can be found in this article [33]. And 30 genes selected by our method can be found in another published article [34]. The high overlap rate of these genes selected by our method with this published literature approved the effectiveness of our method.
Table 3

Enrichment analysis of the top 500 genes in the ALLAML data corresponding to different methods.

ID Name L 1/2 gLPCARgLPCAgLPCA L 0 PCA L 1 PCAPCALE
P-valueHit P-valueHit P-valueHit P-valueHit P-valueHit P-valueHit P-valueHit
GO:0006955Immune response1.34E − 36932.51E − 34911.20E − 34912.45E − 31875.14E − 32894.05E − 35911.98E − 3591
GO:0002684Positive regulation of immune system process2.44E − 29672.17E − 25631.24E − 26643.60E − 28661.56E − 27668.98E − 28653.45E − 2866
GO:0098552Side of membrane3.80E − 25465.19E − 34452.70E − 22432.23E − 20417.25E − 21422.01E − 23444.24E − 2647

GO:0009897External side of plasma membrane1.83E − 17306.34E − 16299.51E − 14261.14E − 13261.41E − 12251.31E − 16291.83E − 1426
GO:0005615Extracellular space2.01E − 17638.37E − 15602.39E − 14586.12E − 16613.52E − 13572.27E − 16614.74E − 1661
GO:0005764Lysosome3.49E − 17387.43E − 16375.46E − 14341.20E − 14359.22E − 11301.08E − 15363.49E − 1637

GO:0009986Cell surface3.58E − 17484.82E − 15454.68E − 13426.13E − 13425.58E − 12416.58E − 16463.58E − 1646
GO:0042277Peptide binding5.03E − 14255.92E − 13242.85E − 11223.33E − 11227.54E − 08183.09E − 12231.80E − 1021
GO:0033218Amide binding7.37E − 14264.34E − 12243.44E − 11234.04E − 11237.36E − 08193.95E − 12242.04E − 1022

4.2.2. Pathway Search Result on ALLAML Data

For the sake of the correlations between the selected genes and ALLAML data, the genes selected by L1/2 gLPCA are proved based on gene-set enrichment analysis (GSEA) that is publicly available at http://software.broadinstitute.org/gsea/msigdb/annotate.jsp. We make analysis by GSEA to compute overlaps for selected genes. Figure 3 displays the pathway of hematopoietic cell lineage that has highest gene overlaps in this experiment. From Figure 3, 15 genes from our experiment are contained. Among them, HLA-DR occurs seven times. Hematopoietic cell lineage belongs to organismal systems and immune system. On the subject of acute myeloid leukemia (AML), there is consensus about the target cell within the hematopoietic stem cell hierarchy that is sensitive to leukemic transformation, or about the mechanism, that is, basic phenotypic, genotypic, and clinical heterogeneity [35]. Hematopoietic stem cell (HSC) developing from the blood-cell can undergo self-renewal and differentiate into a multilineage committed progenitor cell: one is a common lymphoid progenitor (CLP) and the other is called a common myeloid progenitor (CMP) [36]. A CLP causes the lymphoid lineage of white blood cells or leukocytes, the natural killer (NK) cells and the T and B lymphocytes. A CMP causes the myeloid lineage, which comprises the rest of the leukocytes, the erythrocytes (red blood cells), and the megakaryocytes that produce platelets important in blood clotting. Cells express a stage- and lineage-specific set of surface markers in the differentiation process. So the specific expression pattern of these genes is one way to identify the cellular stages. Related diseases include hemophilia, Bernard-Soulier syndrome, and castleman disease. In medicine, leukemia is a kind of malignant clonal disease of hematopoietic stem cells. Bone marrow transplantation is a magic weapon for the cure of leukemia, by recreating the hematopoietic system to cure leukemia. Generally speaking, when a person has problem in hematopoietic system, it might be related to leukemia [37].
Figure 3

The pathway of hematopoietic cell lineage.

4.2.3. Results on TCGA with PAAD-GE Data

As the largest public database of cancer gene information, The Cancer Genome Atlas (TCGA, https://tcgadata.nci.nih.gov/tcga/) has been producing multimodal genomics, epigenomics, and proteomics data for thousands of tumor samples across over 30 types of cancer. At the same time, as a multidimensional combination of data, five levels of data are involved, such as gene expression (GE), Protein Expression (PE), DNA Methylation (ME), DNA Copy Number (CN), and microRNA Expression (miRExp). Two disease data sets are downloaded from TCGA to be analyzed in the following two experiments. Pancreatic cancer is a type of disease that threatens human health. In this experiment, pancreatic cancer gene expression data (PAAD-GE) is analyzed by these methods. The data of PAAD-GE data as a matrix includes 180 samples and 20502 features (genes). In this subsection, we extract PAAD-GE data to complete this set of comparative experiments and 500 genes are selected and sent to ToppFun. We select top nine terms from molecular function, biological process, and cellular component by L1/2 gLPCA and compare with other methods. The P value and hit count of these terms are listed in Table 4. It is indicated clearly in Table 4 that our method is more stable than other methods, which has lower P value in 7 terms. But in terms GO:0045047 and GO:0072599, PCA performs better than other methods. Nevertheless, L1/2 gLPCA has the same P value with gLPCA in terms GO:0045047 and GO:0072599. 196 genes in the item of “extracellular space” are selected by our method.
Table 4

Enrichment analysis of the top 500 genes in the PAAD-GE data corresponding to different methods.

IDName L 1/2 gLPCARgLPCAgLPCA L 0 PCA L 1 PCAPCALE
P valueHit P valueHit P valueHit P valueHit P valueHit P valueHit P valueHit
GO:0005615Extracellular space3.20E − 931963.56E − 801832.18E − 721732.742E − 611607.82E − 611611.44E − 581573.20E − 89191
GO:0006614SRP-dependent cotranslational protein targeting to membrane2.79E − 86676.82E − 75561.37E − 73643.45E − 51488.17E − 56517.45E − 82632.76E − 5651
GO:0070972Protein localization to endoplasmic reticulum1.01E − 83732.42E − 72696.37E − 71685.31E − 48514.63E − 52542.88E − 76714.70E − 5153

GO:0006613Cotranslational protein targeting to membrane1.86E − 82673.48E − 79657.58E − 73643.27E − 49481.19E − 53512.04E − 80664.04E − 5451
GO:0045047Protein targeting to ER5.01E − 82675.19E − 74652.00E − 71646.04E − 49482.33E − 53515.80E − 82677.90E − 5451
GO:0022626Cytosolic ribosome1.34E − 81682.13E − 75641.44E − 70628.30E − 44478.45E − 48506.34E − 74664.01E − 5152

GO:0072599Establishment of protein localization to endoplasmic reticulum2.77E − 80678.15E − 78664.44E − 70646.44E − 48483.09E − 52513.20E − 80671.05E − 5251
GO:0005198Structural molecule activity1.82E − 681262.46E − 651246.14E − 631213.62E − 521105.16E − 541133.32E − 651241.03E − 54113
GO:0044391Ribosomal subunit5.14E − 64695.18E − 60653.22E − 56632.86E − 37491.42E − 40521.58E − 63683.70E − 4253

4.2.4. Pathway Search Result on PAAD-GE Data

Similarly as the last experiment, we send our result to GSEA and list the highest genes overlap pathway map in Figure 4. In 1982, Ohhashi reported 4 cases with unique clinical pathological features and is different from normal pancreatic cancer cases, and these 4 cases belong to a completely new clinical type, known as “mucus production type carcinoma (mucin-producing carcinoma, M-pC).” Focal adhesion belongs to cellular processes and cellular community. More specifically, cell-matrix adhesions play important roles in biological processes including cell motility, cell proliferation, cell differentiation, regulation of gene expression, and cell survival. At the cell-extracellular matrix contact points, specialized structures are created and termed focal adhesions, where bundles of actin filaments are fixed to transmembrane receptors of the integrin family through a multimolecular complex of junctional plaque proteins. Integrin signaling is dependent on the nonreceptor tyrosine kinase activities of the FAK and src proteins as well as the adaptor protein functions of FAK, src and Shc to start downstream signaling events. Similar morphological alterations and modulation of gene expression are started by the binding of growth factors to their respective receptors, underling the considerable crosstalk between adhesion- and growth factor-mediated signaling. The early literatures have shown that there is a certain relationship between the pancreatic cancer and focal adhesion [38]. Activation of focal adhesion kinase enhances the adhesion and invasion of pancreatic cancer cells. Besides, Type II diabetes mellitus is another important pathway and is widely believed to be associated with pancreatic cancer; a meta-analysis has examined this association [39].
Figure 4

The pathway of focal adhesion.

4.2.5. Correlations between the Selected Genes and PAAD-GE Data

The function of top 7 genes selected by L1/2 gLPCA is listed in Table 5 based on literatures and GeneCards (http://www.genecards.org/). As can be clearly seen from the table, most of these genetic lesions would likely incur pancreas-related diseases. The etiology of pancreatic cancer is not very clear; it is noted that there is a certain relationship between the incidence of chronic pancreatitis and pancreatic cancer, and we find a significant increase in the proportion of chronic pancreatitis patients with pancreatic cancer. This view is consistent with our experimental result. The clinical observation shows that abdominal pain is the most obvious symptom in the early stage of pancreatic cancer. Some literature on these genes also made a further research as follows. The gene PRSS1 variant likely affects disease susceptibility by altering expression of the primary trypsinogen gene [40]. The pancreatic lipase gene (PNLIP) is located within the genomic region of a bovine marbling quantitative trait locus. PNLIP is a positional and functional candidate for the marbling gene [41].
Table 5

The function of top 7 extraction genes.

Gene IDGene nameRelated GO annotationsRelated diseasesParalogous genes
5644PRSS1Serine-type endopeptidase activityTrypsinogen deficiency and prss1-related hereditary pancreatitisKLK12
5406PNLIPCarboxylic ester hydrolase activity and triglyceride lipase activityPancreatic colipase deficiency and pancreatic lipase deficiencyLPL
1357CPA1Metallocarboxypeptidase activity and exopeptidase activityBorna disease and pancreatitis, hereditaryCPA3
1360CPB1Metallocarboxypeptidase activity and carboxypeptidase activityAcute pancreatitis and tricuspid valve insufficiencyCPA3
63036CELA2ASerine-type endopeptidase activity and serine hydrolase activityPancreatitis, hereditaryCELA2B
5967REG1ACarbohydrate binding and growth factor activityAcinar cell carcinoma and tropical calcific pancreatitisREG3G
1056CELHydrolase activity and carboxylic ester hydrolase activityMaturity-onset diabetes of the young, Type VIII and maturity-onset diabetes of the youngCES2

4.3. The Accuracy and Highest Relevance Score

Because ALLAML and PPAD are human disease data sets, we can find them directly from GeneCards and they are publicly available at http://www.genecards.org/. In order to summarize the experiments on gene expression data, we compute the accuracy and highest relevance score of these methods from GeneCards and list the details in Table 6. The accuracy in Table 6 indicates the proportion of genes which are real associated with the disease in all of the genes selected by these methods. From Table 6, we observe the following. (1) Both PCA and LE commonly provide better accuracy results than L0 PCA and L1 PCA, demonstrating the usefulness of PCA and LE. (2) gLPCA has a good performance in some conditions and is unstable. Thus, it is necessary to reduce the effects of outliers and noise. (3) L1/2 gLPCA and RgLPCA consistently perform better than other methods, but L1/2 gLPCA has the highest relevance score and highest accuracy.
Table 6

The Acc and highest relevance score of these methods.

Dataset L 1/2 gLPCARgLPCAgLPCA L 0 PCA L 1 PCAPCALE
Acc (%)Relevance scoreAcc (%)Relevance scoreAcc (%)Relevance scoreAcc (%)Relevance scoreAcc (%)Relevance scoreAcc (%)Relevance scoreAcc (%)Relevance score
AMLALL 51.33 55.37 49.8846.1148.6746.1140.0038.1552.0046.1149.0046.1149.6046.11
PAAD-GE 61.60 85.56 60.5161.0159.4061.0143.8054.7747.2054.7757.2082.2061.4082.20

5. Conclusions

This paper investigates a new method of graph-Laplacian PCA (L1/2 gLPCA) by applying L1/2-norm constraint on the former method. L1/2-norm constraint is applied on error function to improve the robustness of the PCA-based method. Augmented Lagrange Multipliers (ALM) method is applied to solve the optimization problem. Extensive experiments on both simulation and real gene expression data have been performed. Results on these two kinds of data show that our proposed method performs better than compared methods. Based on our proposed method, many genes have been extracted to analyze. The identified genes are demonstrated that they are closely related to the corresponding cancer data set. In future, we will modify the model to improve sparse and robustness of the structure at the same time. In the supplementary data, "resultALL_AML_data" are the top 500 genes found by our method on the ALLAML dataset, "find_official_name" is the way to find the official name of these genes and "0.5gLPCA" is the experimental code of our method.
  18 in total

Review 1.  DNA microarray technology: devices, systems, and applications.

Authors:  Michael J Heller
Journal:  Annu Rev Biomed Eng       Date:  2002-03-22       Impact factor: 9.590

2.  Metagenes and molecular pattern discovery using matrix factorization.

Authors:  Jean-Philippe Brunet; Pablo Tamayo; Todd R Golub; Jill P Mesirov
Journal:  Proc Natl Acad Sci U S A       Date:  2004-03-11       Impact factor: 11.205

3.  On hematopoietic stem cell fate.

Authors:  Donald Metcalf
Journal:  Immunity       Date:  2007-06       Impact factor: 31.745

4.  A Class-Information-Based Sparse Component Analysis Method to Identify Differentially Expressed Genes on RNA-Seq Data.

Authors:  Jin-Xing Liu; Yong Xu; Ying-Lian Gao; Chun-Hou Zheng; Dong Wang; Qi Zhu
Journal:  IEEE/ACM Trans Comput Biol Bioinform       Date:  2016 Mar-Apr       Impact factor: 3.710

5.  Immune response to leukemia virus and tumor-associated antigens in cats.

Authors:  M Essex; A Sliski; W D Hardy; S M Cotter
Journal:  Cancer Res       Date:  1976-02       Impact factor: 12.701

6.  A survey of fully haploidentical hematopoietic stem cell transplantation in adults with high-risk acute leukemia: a risk factor analysis of outcomes for patients in remission at transplantation.

Authors:  Fabio Ciceri; Myriam Labopin; Franco Aversa; Jakob M Rowe; Donald Bunjes; Philippe Lewalle; Arnon Nagler; Paolo Di Bartolomeo; João F Lacerda; Maria Teresa Lupo Stanghellini; Emmanuelle Polge; Francesco Frassoni; Massimo F Martelli; Vanderson Rocha
Journal:  Blood       Date:  2008-07-07       Impact factor: 22.113

7.  Common genetic variants in the CLDN2 and PRSS1-PRSS2 loci alter risk for alcohol-related and sporadic pancreatitis.

Authors:  David C Whitcomb; Jessica LaRusch; Alyssa M Krasinskas; Lambertus Klei; Jill P Smith; Randall E Brand; John P Neoptolemos; Markus M Lerch; Matt Tector; Bimaljit S Sandhu; Nalini M Guda; Lidiya Orlichenko; Samer Alkaade; Stephen T Amann; Michelle A Anderson; John Baillie; Peter A Banks; Darwin Conwell; Gregory A Coté; Peter B Cotton; James DiSario; Lindsay A Farrer; Chris E Forsmark; Marianne Johnstone; Timothy B Gardner; Andres Gelrud; William Greenhalf; Jonathan L Haines; Douglas J Hartman; Robert A Hawes; Christopher Lawrence; Michele Lewis; Julia Mayerle; Richard Mayeux; Nadine M Melhem; Mary E Money; Thiruvengadam Muniraj; Georgios I Papachristou; Margaret A Pericak-Vance; Joseph Romagnuolo; Gerard D Schellenberg; Stuart Sherman; Peter Simon; Vijay P Singh; Adam Slivka; Donna Stolz; Robert Sutton; Frank Ulrich Weiss; C Mel Wilcox; Narcis Octavian Zarnescu; Stephen R Wisniewski; Michael R O'Connell; Michelle L Kienholz; Kathryn Roeder; M Michael Barmada; Dhiraj Yadav; Bernie Devlin
Journal:  Nat Genet       Date:  2012-11-11       Impact factor: 38.330

8.  Type-II diabetes and pancreatic cancer: a meta-analysis of 36 studies.

Authors:  R Huxley; A Ansary-Moghaddam; A Berrington de González; F Barzi; M Woodward
Journal:  Br J Cancer       Date:  2005-06-06       Impact factor: 7.640

9.  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

10.  Quantitative characteristics of gene regulation by small RNA.

Authors:  Erel Levine; Zhongge Zhang; Thomas Kuhlman; Terence Hwa
Journal:  PLoS Biol       Date:  2007-09       Impact factor: 8.029

View more
  1 in total

1.  PCA via joint graph Laplacian and sparse constraint: Identification of differentially expressed genes and sample clustering on gene expression data.

Authors:  Chun-Mei Feng; Yong Xu; Mi-Xiao Hou; Ling-Yun Dai; Jun-Liang Shang
Journal:  BMC Bioinformatics       Date:  2019-12-30       Impact factor: 3.169

  1 in total

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