Literature DB >> 28196464

Sparse kernel canonical correlation analysis for discovery of nonlinear interactions in high-dimensional data.

Kosuke Yoshida1,2, Junichiro Yoshimoto3, Kenji Doya4.   

Abstract

BACKGROUND: Advance in high-throughput technologies in genomics, transcriptomics, and metabolomics has created demand for bioinformatics tools to integrate high-dimensional data from different sources. Canonical correlation analysis (CCA) is a statistical tool for finding linear associations between different types of information. Previous extensions of CCA used to capture nonlinear associations, such as kernel CCA, did not allow feature selection or capturing of multiple canonical components. Here we propose a novel method, two-stage kernel CCA (TSKCCA) to select appropriate kernels in the framework of multiple kernel learning.
RESULTS: TSKCCA first selects relevant kernels based on the HSIC criterion in the multiple kernel learning framework. Weights are then derived by non-negative matrix decomposition with L1 regularization. Using artificial datasets and nutrigenomic datasets, we show that TSKCCA can extract multiple, nonlinear associations among high-dimensional data and multiplicative interactions among variables.
CONCLUSIONS: TSKCCA can identify nonlinear associations among high-dimensional data more reliably than previous nonlinear CCA methods.

Entities:  

Keywords:  Hilbert-Schmidt independent criterion; Kernel canonical correlation analysis; L1 regularization

Mesh:

Year:  2017        PMID: 28196464      PMCID: PMC5310015          DOI: 10.1186/s12859-017-1543-x

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.169


Background

Canonical correlation analysis (CCA) [1] is a statistical method for finding common information from two different sources of multivariate data. This method optimizes linear projection vectors so that two random multivariate datasets are maximally correlated. With advances in high-throughput biological measurements, such as DNA sequencing, RNA microarrays, and mass spectroscopy, CCA has been extensively used for discovery of interactions between the genome, gene transcription, protein synthesis, and metabolites [2-5]. Because CCA solution is reduced to an eigenvalue problem, multiple components of interactions with sparse constraints are readily introduced [4, 6, 7]. Kernel CCA (KCCA) was introduced to capture nonlinear associations between two blocks of multivariate data [8-11]. Given two blocks of multivariate data x and z, KCCA finds nonlinear transformations f(x) and g(z) in a reproducing kernel Hilbert space (RKHS) so that the correlation between f(x) and g(z) is maximized. In order to avoid overfitting and to improve interpretability of results, sparse additive functional CCA (SAFCCA) [12] constrains f(x) and g(z) as sparse additive models and optimizes them using the biconvex back-fitting algorithm [13]. However, it is not straightforward to obtain multiple orthogonal transformations for extracting multiple components of associations. Another method for finding nonlinear associations is to maximize measures of nonlinear matching, such as the Hilbert-Schmidt Independent Criterion (HSIC) [14] and the Kernel Target Alignment (KTA) [15] between linearly projected datasets x and z [16]. While these methods can obtain multiple orthogonal projections by iteratively analyzing residuals, it is impossible for these methods to remove irrelevant features, making them prone to overfitting. In this paper, we propose two-stage kernel CCA (TSKCCA), which enables us (1) to select sparse features in high-dimensional data and (2) to obtain multiple nonlinear associations. In the first stage, we represent target kernels with a weighted sum of pre-specified sub-kernels and optimize their weight coefficients based on HSIC with sparse regularization. In the second stage, we apply standard KCCA using target kernels obtained in the first stage to find multiple nonlinear correlations. We briefly review CCA, KCCA, and two-stage MKL, and then present TSKCCA algorithm. We apply TSKCCA to three synthetic datasets and nutrigenomic experimental data to show that the method discovers multiple nonlinear associations within high-dimensional data, and provides interpretation that are robust to irrelevant features.

CCA, kernel CCA, and multiple kernel learning

In this section, we briefly review the bases of our proposed method, namely, linear canonical correlation analysis (CCA), kernel CCA (KCCA), and multiple kernel learning (MKL).

Canonical correlation analysis (CCA)

Let be N pairs of samples, where x and z are the n-th samples drawn from p- and q-dimensional Euclidian space, respectively. Let f (x)≡w x and g (z)≡v z denote the projection of by and that of by , respectively. The objective of linear CCA is to find projections that maximize Pearson’s correlation between and and formulated as the following optimization problem: where Var(·) and Cov(·,·) denote the empirical variance and covariance of the data, respectively. The optimal solution (w ∗,v ∗) of Eq. (1a and 1b) is obtained by solving generalized eigenvalue problems and successive eigenvectors represent multiple components. The projections, f ∗(x)=w ∗ x and g ∗(z)=v ∗ z, are said to be canonical variables for and , respectively. If we introduce sparse regularization on w and v, we obtain sparse projections [4, 6, 7].

Kernel CCA

In Kernel CCA (KCCA), we suppose that the original data are mapped into a feature space via nonlinear functions. Then linear CCA is applied in the feature space. More specifically, nonlinear functions and transform the original data to feature vectors in reproducing kernel Hilbert spaces (RKHS) and . Inner-product kernels for and are defined as k (x,x ′)=ϕ (x) ϕ (x ′), and k (z,z ′)=ϕ (z) ϕ (z ′). Let us implement f (x) and g (z) by projections f (x)≡w ϕ (x) and g (z)≡v ϕ (z). By introducing appropriate regularization terms, Eq. (1a and 1b) can be reformulated as the following optimization problem ([8, 9]): where K and K are N-by-N kernel matrices defined as and 1. I is the N-by-N identity matrix and κ (κ>0) is the regularization parameter. Once having obtained the solution of Eq. (2a–2c), denoted by ( ∗, ∗), canonical variables for and are given by respectively. As indicated by Eq. (2a–2c), the nonlinear functions, ϕ and ϕ , are not explicitly used in the computation of KCCA. Instead, the kernels k and k implicitly specify the nonlinear functions, and the main goal is to solve the constrained quadratic optimization problem with 2N-dimensional variables.

Multiple kernel learning

Kernel methods usually require users to design a particular kernel, which critically affects the performance of the algorithm. To make the design more flexible, the framework of multiple kernel learning (MKL) was proposed for classification and regression problems [17, 18]. In MKL, we manually design M sub-kernels , where each sub-kernel uses only a distinct set of features in x. Also, M sub-kernels for z is also designed in the same manner. Then, k and k are represented as the weighted sum of those sub-kernels: where weight coefficients of sub-kernels, and are tuned to optimize an objective function. A specific example of this framework is the two-stage MKL approach [15, 19]: In the first stage, the weight coefficients are optimized based on a similarity criterion, such as the kernel target alignment; then, a standard kernel algorithm, such as support vector machine, is applied in the second stage.

Methods

In this section, we propose a novel nonlinear CCA method, two-stage kernel CCA (TSKCCA), inspired by the concepts of sparse multiple kernel learning and kernel CCA. In the following, we present the general framework of TSKCCA, followed by our solutions for practical issues in the implementation.

First stage: multiple kernel learning with HSIC and sparse regularizer

In TSKCCA, sub-kernels are restricted to the same class as Eq. (4a and 4b), allowing us to express the kernel matrices K and K as where and . The goal of the first stage is to optimize the weight vector and so that kernel matrices K and K statistically depend on each other as much as possible, while irrelevant sub-kernels are filtered out. The statistical dependence between K and K is evaluated by the Hilbert-Schmidt Independent Criterion (HSIC) and approximated by its empirical estimator [14]: where H is an N-by-N matrix such that , and is Kronecker’s delta. Tr(·) denotes the trace. In our setting, optimization problem is reduced to a simple biliear form with respect to η and μ: where M is a M -by- M matrix such that In addition to maximizing the dependency measure , and should be sparse in order to filter out irrelevant sub-kernel matrices. To this end, we determine optimal weight vectors as the solution of the following constrained optimization problem: where is the L -norm of the vector x and c 1 and c 2 are parameters (See also “Parameter tuning by a permutation test” section). This optimization problem is an example of penalized matrix decomposition with non-negativity constraints [4]. Accordingly, we can obtain optimal weight coefficients by performing singular value decomposition of matrix M under constraints. In this process, the i-th left singular vector as well as the right singular vector are obtained iteratively by Algorithm 1. In Algorithm 1, S denotes the element-wise soft-thresholding operator: The m-th element of S(a,c) is given by sign(a )(|a |−c)+, where (x)+ is x if x≥0 and 0 if x<0. In each step, Δ is chosen by a binary search so that L1 constraints ∥∥1≤c 1 and ∥∥1≤c 2 are satisfied. In general, the above iteration does not necessarily converge to a global optimum. For each iteration, we initialize ( with a non-sparse, left singular vector of M, following the previous study, to obtain reasonable solutions [4].

The second stage: kernel CCA

After learning kernels via penalized matrix decomposition as above, we perform the second stage of standard kernel CCA [8, 9] to obtain optimal coefficients ∗ and ∗ (Eq. 3a and 3b) with parameter κ for each pair of singular vectors . Given test kernel and , test correlation corresponding to the i-th singular vectors is defined as correlation between and .

Practical solutions for TSKCCA implementation

TSKCCA still has several options for sub-kernels to be designed manually. In this study, we focus on feature-wise kernel and pair-wise kernel defined in the following sections.

Feature-wise kernel

Feature-wise kernel was introduced to perform feature-wise nonlinear Lasso [20]. In the previous study, using feature-wise kernels as sub-kernels in sparse MKL resulted in sparsity in terms of features since each sub-kernel corresponds to each feature. With x and z representing the m-th feature for x and l-th feature for z , respectively, we adopt the following Gaussian kernel in this study: where γ and γ are width parameters. By applying feature-wise kernels, projection functions are restricted to additive models defined as and , where (m=1,…,p) and (l=1,…,q) are certain nonlinear functions 2. Note that the number of sub-kernels, M and M , are equivalent to the number of features, p and q, respectively.

Pair-wise kernel

We introduce pair-wise kernels as sub-kernels to consider cross-feature interactions among all possible pairs of features. Since the sparseness is induced to the weight of sub-kernels, the pair-wise kernels result in selecting relevant cross-feature interactions. Projection functions are defined as and , where and are certain nonlinear functions with two dimensional inputs. Note that the number of sub-kernels, M and M , are, p(p−1)/2 and q(q−1)/2, respectively.

Preprocessing for MKL

We normalize the sub-kernels to have uniform variance in RKHS. This is an important procedure in the context of MKL because each feature-wise kernel has a different scale. This makes it difficult to evaluate weight coefficients [21]. To compensate for that, we calculate the variance σ 2 in RKHS as Dividing each sub-kernel by its variance , we can achieve normalization of each sub-kernel.

Parameter tuning by a permutation test

When the kernel matrix K (or K ) is full rank, as is typically our case, KCCA with a small κ (κ≪1) can always find a solution such that the maximum canonical correlation nearly equals one. This property makes it difficult to tune the regularization parameters for the first stage c 1 and c 2. To solve the issue, we introduce a simple heuristics. The key idea is to conduct a permutation test for deciding whether to reject a null hypothesis that the maximal canonical correlation induced by i-th singular vectors is no more than those attained when x and z are statistically independent. Since the p-value of this test is interpreted as the deviance between the actual outcome and those expected under the null hypothesis, we use it as a score to evaluate the significance of i-th singular vectors where smaller p-value is more significant. Algorithm 2 summarizes our implementation for the permutation test. Only for the first singular vectors (1) and (1), this procedure is applied to various pairs of (c 1,c 2) that satisfy the constraints of and [4]. Among them, the pair with the lowest p-value is chosen as the optimal parameters of c 1 and c 2. For simplicity, other parameters, such as γ in the Gaussian kernel and κ in KCCA, are fixed heuristically. γ −1 is set to the median of the Euclidean distance between data points and κ is set to 0.02 as recommended in the previous study [9].

Results

In this section, we experimentally evaluate the performance of our proposed TSKCCA, SAFCCA [12], and other methods using synthetic data and nutrigenomic experimental data.

Dataset 1: single nonlinear association

To evaluate the ability to extract a single nonlinear association, we generated simple synthetic data which consisted of a single pair of relevant features in quadratic association and noise, in which standard CCA and KCCA are known to performance poorly [12]. Let N(μ,s 2) and denote the normal distribution with mean μ, variance s 2, and uniform distribution supported in , respectively. The synthetic data were generated as where D was the total number of dimensions and ε was independent noise. The optimal model in each method was trained using N training samples. Here, we assumed c 1=c 2 in the range of and obtained optimal values using a permutation test with B=100. The test correlation was evaluated with separate 100 test samples, averaged over 100 simulation runs as we varied the number of dimensions, the sample size, and the noise level. Figure 1 shows the test correlations achieved by TSKCCA and SAFCCA with different data dimensions D, sample size N, and noise level s. In the first stage, our method selected only two sub-kernels, corresponding to x 1 and z 1, among 2×D sub-kernels in the first stage, especially in the case of N=100 and N=150. As a result, it achieved better test correlation than SAFCCA, especially with high-dimensional data, indicating that our method was sufficiently robust.
Fig. 1

Comparison of test correlation averaged over simulation runs in Data 1. The horizontal axis denotes the number of dimensions D, and the vertical axis denotes test correlations. The number of training samples is 50, 100, and 150. TSKCCA outperforms SAFCCA, especially with high-dimensional data

Comparison of test correlation averaged over simulation runs in Data 1. The horizontal axis denotes the number of dimensions D, and the vertical axis denotes test correlations. The number of training samples is 50, 100, and 150. TSKCCA outperforms SAFCCA, especially with high-dimensional data In addition, Fig. 2 shows average computation time for each method over 100 simulation runs with dataset 1. Computation time of TSKCCA was comparable with that of SAFCCA, and could scale up with the feature size. Note that all the experiments were performed on a MacBook Pro with Intel Core i7 (2.9 GHz dual core processor with 4 MB L3 cache) with 8 GB main memory. All the simulation programs were implemented in MATLAB ®;.
Fig. 2

Comparison of computation time for Data 1. The horizontal axis denotes the number of dimensions D, and the vertical axis denotes computation time in log-scale. The number of training samples is 50, 100, 150 for SAFCCA and TSKCCA. Computation time of TSKCCA is moderate and can be scaled

Comparison of computation time for Data 1. The horizontal axis denotes the number of dimensions D, and the vertical axis denotes computation time in log-scale. The number of training samples is 50, 100, 150 for SAFCCA and TSKCCA. Computation time of TSKCCA is moderate and can be scaled

Dataset 2: multiple nonlinear associations

To test whether our method could extract multiple nonlinear associations precisely, we generated the following data: First, we performed a permutation test with B=1000 for ten singular vectors corresponding to the ten highest singular values of M given by Eq. (8). P-values of the top three were significant (p<0.001) and the rest were non-significant. This result suggests that only the three singular vectors included nonlinear associations. Figure 3 shows the transformations f(x) and g(z) obtained with TSKCCA. In the first singular vectors, the contributions of , and were dominant, indicating that x .1,x .4 and z .1 were associated. The contributions of , and in the second singular vectors were also dominant, indicating that x .2, x .5 and z .2 were associated. Finally, the contributions of , and in the third singular vectors were dominant, indicating that x .3, x .6 and z .3 were associated. Some singular vectors averaged over 100 simulation runs are listed in Table 1. Our results suggest that TSKCCA achieved feature selection precisely.
Fig. 3

Transformations f(x) and g(z) obtained with TSKCCA. The top three rows and the bottom row show the resulting functions corresponding to relevant and irrelevant features, respectively

Table 1

Feature selection through singular vectors (SVs) in data 2

1st SV (η (1))2nd SV (η (2))3rd SV (η (3))
η 1 0.98 (0.002) 0.00 (0.018)0.00 (0.001)
η 2 0.00 (0.003) 0.21 (0.033) 0.00 (0.001)
η 3 0.00 (0.001)0.00 (0.010) 0.22 (0.029)
η 4 0.22 (0.013) 0.00 (0.017)0.00 (0.005)
η 5 0.00 (0.000) 0.98 (0.004) 0.00 (0.005)
η 6 0.00 (0.004)0.00 (0.002) 0.98 (0.003)
1st SV (μ (1))2nd SV (μ (2))3rd SV (μ (3))
μ 1 0.99 (0.005) 0.01 (0.022)0.01 (0.014)
μ 2 0.01 (0.027) 0.99 (0.004) 0.01 (0.015)
μ 3 0.01 (0.024)0.01 (0.018) 0.99 (0.003)
μ 4 0.01 (0.023)0.01 (0.026)0.01 (0.017)

These results show mean weight coefficients (standard deviation) in 100 simulation runs. Significant weight coefficients are bold faced

Transformations f(x) and g(z) obtained with TSKCCA. The top three rows and the bottom row show the resulting functions corresponding to relevant and irrelevant features, respectively Feature selection through singular vectors (SVs) in data 2 These results show mean weight coefficients (standard deviation) in 100 simulation runs. Significant weight coefficients are bold faced We further evaluated test correlation, precision, and recall averaged over 20 simulation runs. Table 2 shows that SAFCCA failed to detect all relevant features because it is not able to obtain multiple canonical correlations, while our method detected 9 relevant sub-kernels out of 50 in the first stage in most runs. Note that the precision is the fraction of retrieved features that are relevant and recall is the fraction of relevant features that are retrieved.
Table 2

Comparison of test correlation, precision, and recall in data 2

CorrelationPrecisionRecall
TSKCCA0.96700.91631
0.9636
0.9732
SAFCCA0.75850.63500.4375

TSKCCA can identify most relevant features through three significant singular vectors, while SAFCCA can only identify a small set of them

Comparison of test correlation, precision, and recall in data 2 TSKCCA can identify most relevant features through three significant singular vectors, while SAFCCA can only identify a small set of them

Dataset 3: feature interactions

To assess the capability of TSKCCA in discovering nonlinear interactions, we generated data with a product term: where D was the number of dimensions. For this dataset, we used feature-wise kernels and pair-wise kernels as sub-kernels in order to handle both single feature effects and cross-feature interactions like the term x .1 x .2. There were D+D×(D−1)/2 sub-kernels, the weight coefficients of which were optimized in our method. First, to evaluate the performance of our method with feature-wise and pair-wise kernels, we obtained test correlations evaluated by individual test data (N=100) in different numbers of dimensions D. Next, to evaluate the accuracy of feature selection of the model, we assessed recall and precision. Average test correlations, recall, and precision over 100 simulation runs are shown in Fig. 4. Our results illustrate that in the case of D<10 (i.e. the number of sub-kernels is less than 10+10×9/2=55), our method successfully determined the relation between z .1 and x .1 x .2.
Fig. 4

The performance of pair-wise kernels in Data 3. (Left) Test correlations averaged over 100 simulation runs in different numbers of dimensions. (Right) Recall and precision averaged over 100 simulation runs in different numbers of dimensions. Our method successfully extracts nonlinear associations with relevant features

The performance of pair-wise kernels in Data 3. (Left) Test correlations averaged over 100 simulation runs in different numbers of dimensions. (Right) Recall and precision averaged over 100 simulation runs in different numbers of dimensions. Our method successfully extracts nonlinear associations with relevant features

Dataset 4: nutrigenomic data

We then analyzed a nutrigenomic dataset from a previous mouse study [22, 23]. In this study, expression of 120 genes in liver cells that would be relevant in the context of nutrition and concentrations of 21 hepatic fatty acids were measured on 20 wild-type mice and 20 PPAR α-deficient mice. Mice of each genotype were fed 5 different diets with different levels of fat. For matrix notation, gene expression data were denoted by , and data regarding concentrations of fatty acids was denoted by . Data were standardized to have a mean of zero and unit variance in each dimension. Several linear correlations between X and Z were detected by applying a regularized version of the linear CCA [5, 23]. First, we performed a permutation test for sparse CCA, KCCA, SAFCCA, and TSKCCA on parameters defined by equally-spaced grid points in order to identify significant associations in these data. In KCCA and SAFCCA, there were no significant associations; thus, we focused on sparse CCA and TSKCCA in the following analysis. We identified two significant linear associations in sparse CCA (p<0.001 using a permutation test) and one nonlinear association in TSKCCA (p=0.0067 using a permutation test) with c 1=2.6257 and c 2=1.9275. Figures 5 and 6 show the results of feature selection of sparse CCA and TSKCCA, respectively. Genes selected by the first singular vector of our method have different expression levels in different genotypes (marked with asterisk), suggesting that our method successfully extracted the nonlinear correlation associated with genotypes.
Fig. 5

Feature selection of sparse CCA in nutrigenomic data. Left and right panels show selected genes and fatty acids, respectively. Genes marked with asterisks show significantly different expression in different genotypes

Fig. 6

Feature selection of TSKCCA using nutrigenomic data. Left and right panels show selected genes and fatty acids, respectively. Genes marked with asterisks show significantly different expression in different genotypes. The left panel shows that the 1st singular vector extracts nonlinear correlations associated with the genotype

Feature selection of sparse CCA in nutrigenomic data. Left and right panels show selected genes and fatty acids, respectively. Genes marked with asterisks show significantly different expression in different genotypes Feature selection of TSKCCA using nutrigenomic data. Left and right panels show selected genes and fatty acids, respectively. Genes marked with asterisks show significantly different expression in different genotypes. The left panel shows that the 1st singular vector extracts nonlinear correlations associated with the genotype For further analysis, cross-validation was performed in 100 runs. In each run, 40 samples were randomly split into 30 training samples used for fitting models and 10 validation samples used for evaluating the canonical correlation for fitted models. Figure 7 shows box plots of correlation coefficients in sparse CCA and TSKCCA. Left one represents the first canonical correlation coefficient in sparse CCA and right one represents correlation coefficient obtained with the first singular vectors. Significantly higher test correlation (p<10−6 with a t-test) were achieved by the first singular vectors of TSKCCA, indicating that it avoided overfitting despite having nonlinearity.
Fig. 7

Box plot of test correlations in nutrigenomic data. Left and right panels show the box plot of 100 times test correlation using sparse CCA and TSKCCA, respectively. TSKCCA achieves significantly higher test correlation through its first weight vector (p<10−6 with a t-test)

Box plot of test correlations in nutrigenomic data. Left and right panels show the box plot of 100 times test correlation using sparse CCA and TSKCCA, respectively. TSKCCA achieves significantly higher test correlation through its first weight vector (p<10−6 with a t-test) To account for interactions between features into our model, we calculated pair-wise kernels for nutrigenomic data. Although the number of sub-kernels was huge (120+120×119/2=7260 sub-kernels for genes, 21+21×20/2=231 sub-kernels for fatty acids), TSKCCA successfully extracted a significant association (p<0.001 using a permutation test). To evaluate the stability of feature selection, we performed TSKCCA on 1000 runs with data generated by random sampling of empirical data with replacement. Table 3 shows the frequencies of features (i.e. pairs of features) selected across 1000 runs, suggesting that PMDCI played an important role within the interactions.
Table 3

Frequency of selection per sub-kernel corresponding to genes (left) and fatty acids (right) in nutrigenomic data

Genes/Pair of genesFreq.Fatty acids/Pair of fatty acidsFreq
PMDCI643C16.0-C18.0622
CAR1-PMDCI564C18.0485
PMDCI-THIOL563C16.0-C20.3n.6429
ACBP-PMDCI473C16.0340
L.FABP-PMDCI451C18.0-C20.3n.6315
CYP4A10-PMDCI379--
CYP3A11-PMDCI370--
ALDH3-PMDCI369--
Ntcp-PMDCI354--
PMDCI-SPI1.1347--
ACOTH-PMDCI330--
PMDCI-SR.BI306--
Frequency of selection per sub-kernel corresponding to genes (left) and fatty acids (right) in nutrigenomic data

Discussion

Other researchers have employed the sparse additive model [13] to extend KCCA to high-dimensional problems, and have defined two equivalent formulations, such as sparse additive functional CCA (SAFCCA) and sparse additive kernel CCA (SAKCCA) [12]. The former was defined in a second order Sobolev space and solved using the biconvex back-fitting procedure. The latter, defined in RKHS, was derived by applying representer theorem to the former. Given some function , these algorithms optimize the additive model, . In contrast, our formulation supposes an additive kernel, such as associated with RKHS and finds correlations in this space. This approach enables us to reveal multiple components of associations. Some problems specific to KCCA, such as choosing two parameters (i.e. regularization parameter κ and the width parameter γ) and the number of components, remain unsolved. While cross validation is applicable to set these values [24], they are fixed for simplicity in our study, based on the previous study [9]. Next, we discuss the validity of feature selection in nutrigenomic data performed using sparse CCA and TSKCCA. In the original study, the authors focused on the role of PPAR α as a major transcriptional regulator of lipid metabolism and determined that PPAR α regulates the expression of many genes in mouse liver under lower dietary fat conditions [22]. They provided a list of genes that have significantly different expression levels between wild-type and PPAR α-deficient mice. While only a few genes selected by sparse CCA were included in the list, 13 out of 14 genes selected with the 1st singular vector in TSKCCA were included in the list. This result shows that TSKCCA successfully extracts meaningful nonlinear associations induced by PPAR α-deficiency. Moreover, in our analysis of pair-wise kernels, most of the frequently selected pairs of genes retained PMDCI known as a sort of enoyl-CoA isomerases involved in β-oxidation of polyunsaturated fatty acids. This implies that the interactions of PMDCI and other genes contribute to lipid metabolism in PPAR α-deficient mice. Many variants of sub-kernels, such as string kernels or graph kernels, can be employed in the same framework. In the field of bioinformatics, Yamanishi et al. adopted integrated KCCA (IKCCA), which exploited the simple sum of multiple kernels to combine many sorts of biological data [11]. This technique can be improved by optimizing weight coefficients of each kernel in the frame of TSKCCA. Finally, if kernels are defined on groups of features, it enables us to perform group-wise feature selection, just like group sparse CCA [25-27]. It is beneficial to consider group-wise feature selection for biomarker detection problems.

Conclusions

This paper proposes a novel extension of kernel CCA that we call two-stage kernel CCA, which is able to identify multiple canonical variables from sparse features. This method optimizes the sparse weight coefficients of pre-specified sub-kernels as a sparse matrix decomposition before performing standard kernel CCA. This procedure enables us to achieve interpretability by removing irrelevant features in the context of nonlinear correlational analysis. Through three numerical experiments, we have demonstrated that TSKCCA is more useful for higher dimensional data and for extracting multiple nonlinear associations than an existing method, SAFCCA. Using nutrigenomic data, our results show that TSKCCA can retrieve information about genotype and may reveal an interactive mechanism of lipid metabolism in PPAR α-deficient mice.

Endnotes

1 In this article, denotes the (n,n ′)-th elements of the matrix enclosed by the brackets. 2 In this article, x . denotes the m-th feature of x.
  8 in total

1.  Extraction of correlated gene clusters from multiple genomic data by generalized kernel canonical correlation analysis.

Authors:  Y Yamanishi; J-P Vert; A Nakaya; M Kanehisa
Journal:  Bioinformatics       Date:  2003       Impact factor: 6.937

2.  Quantifying the association between gene expressions and DNA-markers by penalized canonical correlation analysis.

Authors:  Sandra Waaijenborg; Philip C Verselewel de Witt Hamer; Aeilko H Zwinderman
Journal:  Stat Appl Genet Mol Biol       Date:  2008-01-23

3.  A penalized matrix decomposition, with applications to sparse principal components and canonical correlation analysis.

Authors:  Daniela M Witten; Robert Tibshirani; Trevor Hastie
Journal:  Biostatistics       Date:  2009-04-17       Impact factor: 5.899

4.  High-dimensional feature selection by feature-wise kernelized Lasso.

Authors:  Makoto Yamada; Wittawat Jitkrittum; Leonid Sigal; Eric P Xing; Masashi Sugiyama
Journal:  Neural Comput       Date:  2013-10-08       Impact factor: 2.026

5.  Sparse canonical correlation analysis from a predictive point of view.

Authors:  Ines Wilms; Christophe Croux
Journal:  Biom J       Date:  2015-07-06       Impact factor: 2.207

6.  Novel aspects of PPARalpha-mediated regulation of lipid and xenobiotic metabolism revealed through a nutrigenomic study.

Authors:  Pascal G P Martin; Hervé Guillou; Frédéric Lasserre; Sébastien Déjean; Annaig Lan; Jean-Marc Pascussi; Magali Sancristobal; Philippe Legrand; Philippe Besse; Thierry Pineau
Journal:  Hepatology       Date:  2007-03       Impact factor: 17.425

7.  Protein network inference from multiple genomic data: a supervised approach.

Authors:  Y Yamanishi; J-P Vert; M Kanehisa
Journal:  Bioinformatics       Date:  2004-08-04       Impact factor: 6.937

8.  Group sparse canonical correlation analysis for genomic data integration.

Authors:  Dongdong Lin; Jigang Zhang; Jingyao Li; Vince D Calhoun; Hong-Wen Deng; Yu-Ping Wang
Journal:  BMC Bioinformatics       Date:  2013-08-12       Impact factor: 3.169

  8 in total
  3 in total

1.  Iterative random forests to discover predictive and stable high-order interactions.

Authors:  Sumanta Basu; Karl Kumbier; James B Brown; Bin Yu
Journal:  Proc Natl Acad Sci U S A       Date:  2018-01-19       Impact factor: 11.205

2.  An ANOVA approach for statistical comparisons of brain networks.

Authors:  Daniel Fraiman; Ricardo Fraiman
Journal:  Sci Rep       Date:  2018-03-16       Impact factor: 4.379

3.  Enhancing Multi-Center Generalization of Machine Learning-Based Depression Diagnosis From Resting-State fMRI.

Authors:  Takashi Nakano; Masahiro Takamura; Naho Ichikawa; Go Okada; Yasumasa Okamoto; Makiko Yamada; Tetsuya Suhara; Shigeto Yamawaki; Junichiro Yoshimoto
Journal:  Front Psychiatry       Date:  2020-05-28       Impact factor: 4.157

  3 in total

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