Skip to main content
  • Methodology article
  • Open access
  • Published:

Supervised Regularized Canonical Correlation Analysis: integrating histologic and proteomic measurements for predicting biochemical recurrence following prostate surgery

Abstract

Background

Multimodal data, especially imaging and non-imaging data, is being routinely acquired in the context of disease diagnostics; however, computational challenges have limited the ability to quantitatively integrate imaging and non-imaging data channels with different dimensionalities and scales. To the best of our knowledge relatively few attempts have been made to quantitatively fuse such data to construct classifiers and none have attempted to quantitatively combine histology (imaging) and proteomic (non-imaging) measurements for making diagnostic and prognostic predictions. The objective of this work is to create a common subspace to simultaneously accommodate both the imaging and non-imaging data (and hence data corresponding to different scales and dimensionalities), called a metaspace. This metaspace can be used to build a meta-classifier that produces better classification results than a classifier that is based on a single modality alone. Canonical Correlation Analysis (CCA) and Regularized CCA (RCCA) are statistical techniques that extract correlations between two modes of data to construct a homogeneous, uniform representation of heterogeneous data channels. In this paper, we present a novel modification to CCA and RCCA, Supervised Regularized Canonical Correlation Analysis (SRCCA), that (1) enables the quantitative integration of data from multiple modalities using a feature selection scheme, (2) is regularized, and (3) is computationally cheap. We leverage this SRCCA framework towards the fusion of proteomic and histologic image signatures for identifying prostate cancer patients at the risk of 5 year biochemical recurrence following radical prostatectomy.

Results

A cohort of 19 grade, stage matched prostate cancer patients, all of whom had radical prostatectomy, including 10 of whom had biochemical recurrence within 5 years of surgery and 9 of whom did not, were considered in this study. The aim was to construct a lower fused dimensional metaspace comprising both the histological and proteomic measurements obtained from the site of the dominant nodule on the surgical specimen. In conjunction with SRCCA, a random forest classifier was able to identify prostate cancer patients, who developed biochemical recurrence within 5 years, with a maximum classification accuracy of 93%.

Conclusions

The classifier performance in the SRCCA space was found to be statistically significantly higher compared to the fused data representations obtained, not only from CCA and RCCA, but also two other statistical techniques called Principal Component Analysis and Partial Least Squares Regression. These results suggest that SRCCA is a computationally efficient and a highly accurate scheme for representing multimodal (histologic and proteomic) data in a metaspace and that it could be used to construct fused biomarkers for predicting disease recurrence and prognosis.

Background

With the plentitude of multi-scale, multi-modal, disease pertinent data being routinely acquired for diseases such as breast and prostate cancer, there is an emerging need for powerful data fusion (DF) methods to integrate the multiple orthogonal data streams for the purpose of building diagnostic and prognostic meta-classifiers for disease characterization [1]. Combining data derived from multiple sources has the potential to significantly increase classification performance relative to performance trained on any one modality alone [2]. A major limitation in constructing integrated meta-classifiers that can leverage imaging (histology, MRI) and non-imaging (proteomics, genomics) data streams is having to deal with data representations spread across different scales and dimensionalities [3].

For instance, consider two different data streams F A (x) and F B (x) describing the same object x. If F A (x) and F B (x) correspond to the same scale or resolution and also have the same dimensionality, then one can envision, concatenating the two data vectors into a single unified vector [F A (x), F B (x)] which could then be used to train a classifier. However when F A (x) and F B (x) correspond to different scales, resolutions, and dimensionalities, it is not immediately obvious as to how one would go about combining the different types of measurements to build integrated classifiers to make predictions about the class label of x. For instance, directly aggregating data from very different sources without accounting for differences in the number of features and relative scaling, can not only lead to the curse of dimensionality (too many features and not enough corresponding samples [4]), but can lead to classifier bias towards the modality with more attributes. A possible solution is to first project the data streams into a space where the scale and dimensionality differences are removed; a meta-space allowing for a homogeneous, fused, multi-modal data representation.

DF methods try to overcome these obstacles by creating such a metaspace, on which a proper meta-classifier can be constructed. Methods leveraging embedding techniques have been proposed to try and fuse such heterogeneous data for the purpose of classification and prediction [2, 3, 57]. However, all of these DF techniques have their own weaknesses in creating an appropriate representation space that can simultaneously accommodate multiple imaging and non-imaging modalities. Generalized Embedding Concatenation [5] is a DF scheme that relies on dimensionality reduction (DR) methods to first eliminate the differences in scales and dimensionalities between the modalities before fusing them. However, these DR methods face the risk of extracting noisy features which degrade the metaspace [8]. Other variants of the embedding fusion idea, including Consensus embedding [6] and Boosted embedding [3] have yielded promising results, but come at a high computational cost. Consensus embedding attempts to combine multiple low dimensional data projections via a majority voting scheme while the Boosted embedding scheme leverages the Adaboost classifier [9] to combine multiple weak embeddings. In the case of weighted multi-kernel embedding using graph embedding [7] and support vector machine classifiers [2], insufficient training data can lead to overfitting and inaccurate weights to the various kernels, which can lower the performance of the meta-classifier [10].

CCA is a statistical DF technique that extracts linear correlations, by using cross-covariance matrices, between 2 data sources, X and Y. It capitalizes on the knowledge that the different modalities represent different sets of descriptors for characterizing the same object. For this reason, the mutual information that is most correlated between the two modalities will provide the most meaningful transformation into a metaspace. In recent years, CCA has been used to fuse heterogeneous data such as pixel values of images and the text attached between these images [11], assets and liabilities in banks [12], and audio and face images of speakers [13].

Regularized CCA (RCCA) is an improved version of CCA which in the presence of insufficient training data prevents overfitting by using a ridge regression optimization scheme [14]. Denote p and q as the number of features in X and Y, and n as the sample size. When n < < p or n < < q, the features in X and Y tend to be highly collinear. This leads to ill-conditioned matrices C xx and C yy , which denote the covariance matrix of X with itself and Y with itself, such that their inverses are no longer reliable resulting in an invalid computation of CCA and an unreliable metaspace [15]. The condition placed on the data to guarantee that C xx and C yy will be invertible is np + q + 1 [16]. However, that condition is usually not met in the bioinformatics domain, where samples (n) are usually limited, and modern technology has enabled very high dimensional data streams to be routinely acquired resulting in very high dimensional feature sets (p and q). This creates a need for regularization, which works by adding small positive quantities to the diagonals of C xx and C yy to guarantee their invertibility [17]. RCCA has been used to study expressions of genes measured in liver cells and compare them with concentrations of hepatic fatty acids in mice [18]. However, the regularization process required by RCCA is computationally very expensive. Both CCA and RCCA also fail to take complete advantage of class label information, when available [19].

In this paper, we present a novel efficient Supervised Regularized Canonical Correlation Analysis (SRCCA) DF algorithm that is able to incorporate a supervised feature selection scheme to perform regularization. Mainly, it makes better use of labeled information that in turn allows for significantly better stratification of the data in the metaspace. While SRCCA is more expensive than the overfitting-prone CCA, it provides the needed regularization while also being computationally cheaper than RCCA. SRCCA first produces an embedding of the most correlated data in both modalities via a low dimensional metaspace. This representation is then used in conjunction with a classifier (K-Nearest Neighbor [20] and Random Forest [21] are used in this study) to create a highly accurate meta-classifier.

Along with CCA and RCCA, SRCCA is compared with 2 other low dimensional data representation techniques: Principal Component Analysis (PCA) and Partial Least Squares Regression (PLSR). PCA [22] is a linear DR method that reduces high dimensional data to dominant orthogonal eigenvectors that try to represent the maximal amount of variance in the data. PLSR [23] is a DR method that uses one modality as a set of predictors to try to predict the other modality. Tiwari et al. [24] employed PCA in conjunction with a wavelet based representation of different MRI protocols to build a fused classifier to detect prostate cancer in vivo. PLSR has been used with heterogeneous multivariate signaling data collected from HT-29 human colon carcinoma cells stimulated to undergo programmed cell death to uncover aspects of biological cue-signal-response systems [25].

In this work, we apply SRCCA to the problem of predicting biochemical recurrence in prostate cancer (CaP) patients, following radical prostatectomy, by fusing histologic imaging and proteomic signatures. Biochemical recurrence is commonly defined as a detectable elevation of Prostate Specific Antigen (PSA), a key biomarker for CaP [2628]. However, the nonspecificity of PSA leads to over-treatment of CaP, resulting in many unnecessary treatments, which are both stressful and costly [2933]. Even the most widely used prognostic markers such as pathologist assigned Gleason grade [34], which attempts to capture the morphometric and architectural appearance of CaP on histopathology, has been found to be a less than perfect predictor of biochemical recurrence [35]. Additionally, Gleason grade has been found to be subject to inter-, and intra-observer variability [3638]. While some researchers have proposed quantitative, computerized image analysis approaches [1, 39, 40] for modeling and predicting Gleason grade (a number that goes from 1 to 5 based on morphologic appearance of CaP on histopathology), it is still not clear that an accurate, reproducible grade predictor from histology will also be accurate in predicting biochemical recurrence and long term patient outcome [41].

Recent studies have shown that proteomic markers can be used to predict aggressive CaP [42, 43]. Techniques such as mass spectrometry hold promise in their ability to identify protein expression profiles that might be able to distinguish more aggressive from less aggressive CaP and identify candidates for biochemical recurrence [4446]. However, more and more, it is becoming apparent that a single prognostic marker may not possess sufficient discriminability to predict patient outcome which suggests that the solution might lie in an integrated fusion of multiple markers [47]. This then begs the question as to what approaches need to be leveraged to quantitatively fuse imaging and non-imaging measurements to build an integrated prognostic marker for CaP recurrence. The overarching goal of this study is to leverage SRCCA to construct a fused quantitative histologic, proteomic marker, and a subsequent meta-classifier, for predicting 5 year biochemical recurrence in CaP patients following surgery.

Our main contributions in this paper are:

  • A novel data fusion algorithm, SRCCA, that builds an accurate metaspace representation that can simultaneously represent and accommodate two heterogeneous imaging and non-imaging modalities.

  • Leveraging SRCCA to build a meta-classifier to predict risk of 5 year biochemical recurrence in prostate cancer patients following radical prostatectomy by integrating histological image and proteomic features.

The organization of the rest of the paper is as follows: In the methods section, we first review the 4 statistical methods, PCA, PLSR, CCA and RCCA. Next, we introduce our novel algorithm, Supervised Regularized Canonical Correlation Analysis (SRCCA). We then discuss the DF algorithm for metaspace creation and the computational complexities for CCA, RCCA and SRCCA. In the Experimental Design section, we briefly discuss the prostate cancer dataset considered in this study and the subsequent proteomic and histologic feature extraction schemes before moving on to the experiments performed on the dataset where we try to determine the ability of PCA, PLSR, CCA, RCCA and SRCCA to identify patients at risk for biochemical recurrence following surgery. The results are discussed in the subsequent section and the concluding remarks are presented at the end of the paper.

Methods

Review of PCA and PLSR

Principal Component Analysis (PCA) and Partial Least Squares Regression (PLSR) are common statistical methods used to analyze multi-modal data and they are briefly discussed in the following sections. However, further information, explaining how these two methods can be viewed as special cases of the generalized eigenproblem, can be found in [48].

Principal Component Analysis (PCA)

PCA [22] constructs a low dimensional subspace of the data by finding a series of linear orthogonal bases called principal components. Each component seeks to explain the maximal amount of variance in the dataset. Denote two multidimensional variables, X n × pand Y n×q, where p and q are the number of features in X and Y and n the number of overall samples. PCA is usually performed on the data matrix, Z n×(p+q), obtained by concatenating the individual modalities such that: Z = [X Y] [24]. Z ̄ n × ( p + q ) is then obtained by subtracting the means of all features for a certain sample from its original feature value in Z so that the resultant Z ̄ has rows with a 0 mean. Z ̄ is further broken using singular value decomposition into [22]:

Z ̄ = U E V T
(1)

where E n×nis a diagonal matrix containing the eigenvalues of the eigenvectors which are stored in U p×p, and VT m×n. The eigenvalues stored in E explain how much variance of the original Z ̄ is stored in the corresponding eigenvector, or principal component. Using these eigenvalues as a rank, the top d embedding components can be chosen to best represent the original data in a lower dimensional subspace.

Partial Least Squares Regression(PLSR)

PLSR [49] is a statistical technique that generalizes PCA and multiple regression. The general underlying model behind PLSR is [23]:

X = T P T + E
(2)
Y = T C T + F
(3)

where T n×lis a score matrix, P p×land C q×lare loading matrices for X and Y, and E n×pand F n×pare the error terms. PLSR is an iterative process and works by continually approximating, and improving the approximation of the matrices T, P and C [50].

Review of CCA and RCCA

Canonical Correlation Analysis (CCA)

CCA [51] is a way of using cross-covariance matrices to obtain a linear relationship between the two multidimensional variables, X n×pand Y n×q. CCA obtains two directional vectors w x p×1and w y q×1such that Xw x and Yw y will be maximally correlated. It is defined as the optimization problem [11]:

ρ = max w x , w y w x T C x y w y w x T C x x w x w y T C y y w y
(4)

where C xy p×qis the covariance matrix of the matrices X and Y, C xx p×pis the covariance matrix of the matrix X with itself and C yy q × qis the covariance matrix of the matrix Y with itself. The solution to CCA reduces to the solution of the following two generalized eigenvalue problems [52]:

C x y C y y - 1 C y x = λ C x x w x
(5)
C y x C x x - 1 C x y = λ C y y w y
(6)

where λ is the generalized eigenvalue representing the canonical correlation, and w x and w y are the corresponding generalized eigenvectors. CCA can further produce exactly min{p, q) orthogonal embedding components (sets of w x X and w y Y) which can be sorted in order of decreasing correlation, λ.

Regularized Canonical Correlation Analysis (RCCA)

RCCA [53, 54] corrects for noise in X and Y by first assuming that X and Y are contaminated with noise, N x n×pand N Y n×q. We assume that these noise vectors in the p and q columns of N X and N Y , respectively, are gaussian, independent and identically distributed. For this reason, all combinations of the covariances of the p columns of N X and q columns of N Y will be 0 except the covariance of a particular column vector with itself. This variance of each column of N X and N Y is labeled λ x and λ y and these labels are called the regularization parameters. The matrix C xy will not be affected but the matrices C xx and C yy become C xx + λ x I x and C yy + λ x I x . The solution to RCCA now becomes the solution to these generalized eigenvalue problems [52]:

C x y ( C y y + λ y I y ) - 1 C y x = λ ( C x x + λ x I x ) w x
(7)
C y x ( C x x + λ x I x ) - 1 C x y = λ ( C y y + λ y I y ) w y
(8)

The regularization parameters next have to be chosen. For i {1, 2, . . . , n}, let w x i and w y i denote the weights calculated from RCCA when samples X i and Y i are removed. λ x and λ y are varied in a certain range θ1λ x , λ y θ2 and chosen via a grid search [55] optimization of the following cost function [18]:

max λ x , λ y [ c o r r ( { X i w x i } i = 1 n , { Y i w y i } i = 1 n ) ]
(9)

where corr (·, ·) refers to the Pearson's correlation coefficient [56]. The above cost function essentially measures the change in the produced w x i and w y i when a sample i is omitted and seeks the optimal λ x and λ y where this change is minimized. λ x and λ y are chosen using the embedding component with the highest λ and then adjusted for the remaining dimensions [18].

Extending RCCA to SRCCA

Supervised Regularized Canonical Correlation Analysis (SRCCA) chooses λ x and λ y using a supervised feature selection method (t-test, Wilcoxon Rank Sum Test and Wilks Lambda Test are used in this study). Denote W 1 and W 2 as class 1 and class 2 and μ1 and μ2, σ 1 2 and σ 2 2 , n1 and n2 as the means, variances, and sample sizes of W 1 and W 2 . The data in the metaspace, Xw x or Yw y , can be split using its labels into the n1 samples that belong to W 1 and the n2 samples that belong to class W 2 , where n1 + n2 = n. These two partitions can then be used to calculate the discrimination level between the samples of the two classes in the metaspace representation. In this study, we implement RCCA with the t-test (SRCCA TT ), the Wilcoxon Rank Sum Test (SRCCA WRST ) and the Wilks Lambda Test (SRCCA WLT ) to try to choose more appropriate regularization parameters, λ x and λ y , that can more successfully stratify the samples in the metaspace compared to the parameters chosen by RCCA. Similar to RCCA, for SRCCA, λ x and λ y are chosen using the embedding component with the most discriminatory score as chosen by the feature selection schemes below and then adjusted for the remaining dimensions.

SRCCATT

The t-test [57] is a parametric test that assumes the distributions of the two samples are normal and tests whether these distributions have the same means. The t-score, which measures the number of standard deviations the two means of n1 samples of W 1 and n2 samples of W 2 are away from each other, is maximized using a grid search algorithm as:

max λ x , λ y | | μ 1 - μ 2 | | σ 1 2 n 1 + σ 2 2 n 2 .
(10)

SRCCAWRST

Wilcoxon Rank Sum Test [58] sorts both the samples in order from lowest value to highest value. It then uses their respective ranks within the population to calculate the discriminatory score:

max λ x , λ y i = 1 n 2 b i - n 2 ( n 2 + 1 ) 2 , n 1 n 2 - i = 1 n 2 b i + n 2 ( n 2 + 1 ) 2 ,
(11)

where b i represents the rank of the sample i W 2 with respect to the rest of the samples.

SRCCAW LT

In an ideal metaspace representation, samples from each class will be grouped together while the samples from different classes will be grouped separately. The WLT [59] capitalizes on this knowledge and calculates the ratio of within class variance of both samples to the total variance of both samples combined. Wilks Lambda (Λ) is minimized using a grid search algorithm as:

min λ x , λ y n 1 σ 1 2 + n 2 σ 2 2 n σ 2 .
(12)

Data Fusion in the context of CCA, RCCA and SRCCA

DF is performed as described in Foster et al. [60]. When the Xw x and Yw y are maximally correlated, each modality represents similar information, and thus either Xw x or Yw y can be used to represent the original two modalities in the metaspace. Moreover, X and Y are both descriptors of the same object and thus, the most relevant information is the data that exists and is correlated in both modalities. Thus, a high correlation of Xw x and Yw y is indicative that meaningful data, measuring the object of interest, is being added to the metaspace.

In order of decreasing λ, the top d embedding components, up to φ = min{p, q} can be chosen to represent the two modalities in a metaspace. However, the lower embedding components will have a lower λ, and thus a lower correlation between Xw x and Yw y which might imply that non-relevant data is being added to the metaspace. To avoid this issue, a threshold, λ0, can be selected such that only embedding components with λλ0 will be included in the metaspace.

Computational Complexity

Given φ = min{p, q}, CCA has a computational complexity of φ! (based on the source code in [61]). The regularization algorithm requires a grid search process for each ordered pair (λ x , λ y ). Assume v potential λ x and λ y sampled evenly between θ1 and θ2. RCCA requires a training/testing cross-validation strategy, at each ordered pair (λ x , λ y ), to find the optimal λ x and λ y . It will require CCA to be performed an order of n times at each of the v intervals leading to a complexity of vnφ!. SRCCA only requires a CCA factorization once at each of the v intervals leading to a complexity of !.

The computational complexities for each of the CCA schemes are summarized in Table 1. Table 1 indicates that SRCCA is an order of n times faster compared to RCCA. However, SRCCA is also more complex compared to CCA and will have a longer execution time.

Table 1 The computational complexities of all 3 DF methods used in this study

Experimental Design

Data Description

A total of 19 prostate cancer patients at the Hospital at the University of Pennsylvania were considered for this study. All patient identifiers are stripped from the data at the time of acquisition. The data was deemed to be exempt for review by the internal review board at Rutgers University and the protocol was approved by the University of Pennsylvania internal review board. Hence, the data was deemed eligible for use in this study. All of these patients had been found to have prostate cancer on needle core biopsy and subsequently underwent radical prostatectomy. 10 of these patients had biochemical recurrence within 5 years following surgery (BR) and the other 9 did not (NO BR). The 19 patient studies were randomly chosen from a larger cohort of 110 patient studies at the University of Pennsylvania all of whom had been stage and grade matched (Gleason score of 6 or 7) and had undergone gland resection. Of these 110 cases, 55 had experienced biochemical recurrence within 5 years while the other 55 had not. The cost of the mass spectrometry to acquire the proteomic data limited this study to only 19 patient samples. Following gland resection, the gland was sectioned into a series of histological slices with a meat cutter. For each of the 19 patient studies, a representative histology section on which the dominant tumor nodule was observable was identified. Mass Spectrometry was performed at this site to yield a protein expression vector. The representative histologic sections were then digitized at 40 × magnification using a whole slide digital scanner.

In the next two sections, we briefly describe the construction of the proteomic and histologic feature spaces. Subsequently we describe the strategy for combination of quantitative image descriptors from the tumor site on the histological prostatectomy specimen and the corresponding proteomic measurements obtained from the same tumor site, via mass spectrometry. The resultant meta-classifier, constructed in the fused meta-space, is then used to distinguish the patients at 5 year risk of biochemical recurrence following radical prostatectomy from those who are not.

Proteomic Feature Selection

Prostate slides were deparaffinized, and rehydrated essentially as described in [62]. Tumor areas previously defined on a serial H&E section were collected by needle dissection, and formalin cross-links were removed by heating at 99°C. The FASP (Filter-Aided Sample Preparation) method [63] was then used for buffer exchange and tryptic digest. After peptide purification on C-18 StageTips [64] samples were analyzed using nanoflow C-18 reverse phase liquid chromatography/tandem mass spectrometry (nLC-MS/MS) on an LTQ Orbitrap mass spectrometer. A top-5 data-dependent methodology was used for MS/MS acquisition, and data files were processed using the Rosetta Elucidator proteomics package, which is a label-free quantitation package that uses extracted ion chromatograms to calculate protein abundance rather than peptide counts. A high dimensional feature vector was obtained, denoted ϕP 19 × 953, characterizing each patient's protein expression profile following surgery. This data underwent quantile normalization, log(2) transformation, and mean and variance normalization on a per-protein basis.

Quantitative Histologic Feature Extraction

In prostate whole-mount histology, denoted ϕH 19 × 151 (Figure 1 (a), (f)), the objects of interest are the glands (shown in Figure 1 (b), (g)), whose shape and arrangement are highly correlated with cancer progression [1, 39, 65, 66]. We briefly describe this process below. Prior to extracting image features, we employ an automatic region-growing gland segmentation algorithm presented by Monaco et al. [67]. The boundaries of the interior gland lumen and the centroids of each gland, allow for extraction of 1) morphological and 2) architectural features from histology as described briefly below. More extensive details on these methods are in our other publications [5, 39, 68].

Figure 1
figure 1

Multi-modal patient data (top row: relapsed case, bottom row: non-relapsed case). (a), (f) Original prostate histology section showing region of interest, (b), (g) Magnified ROI showing gland segmentation boundaries, (c), (h) Voronoi Diagram (d), (i) Delaunay Triangulation depicting gland architecture, (e), (j) Plot of the proteomic profile obtained from the dominant tumor nodule regions (white box in (a), (f) respectively) via mass spectrometry.

Glandular Morphology

The set of 100 morphological features [1], (denoted ϕM 19 × 100), of attributes, consists of the average, median, standard deviation, and min/max ratio for features such as gland area, maximum area, area ratio, and estimated boundary length (See Table 2).

Table 2 Description of 25 Proteomic Features, 100 Morphological, and 51 Architectural
Architectural Feature Extraction

51 architectural image features, which have been shown to be predictors of cancer [69], (denoted ϕA 19 × 51), were extracted in order to quantify the arrangement of glands present in the section (See Table 2). Voronoi diagrams, Delaunay Triangulation and Minimum Spanning Trees were constructed on the digital histologic image using the gland centroids as vertices, the gland centroids having previously been identified via the scheme in [68].

Fusing Proteomic, Histologic Features for Predicting Biochemical Recurrence in CaP Patients Post-Surgery

Experiment 1 - Comparing SRCCA with CCA and RCCA

We performed CCA, RCCA, and SRCCA on selected multimodal combinations, ϕPand ϕJ, where J {M, A, H}. ϕPwas reduced to 25 features as ranked by the t-test, with a p-value cutoff of p = .05, using a leave-one-out validation strategy. For CCA, ϕPand ϕJwere used as the two multidimensional variables, X and Y, as mentioned above in Section 2. For RCCA and SRCCA, ϕPand ϕJwere used in a manner similar to CCA except they are tested with regularization parameters λ x and λ y evenly spaced from θ1 = .001 to θ2 = .2 with v = 200.

The top d = 3 embedding components (which were experimentally found to meet the criteria of λ0 = .99 for all SRCCA on all 3 multimodal combinations) were produced from CCA, RCCA, SRCCA TT , SRCCA WRST , and SRCCA WLT . The classification accuracies were determined with the classifiers K-Nearest Neighbor, denoted via ϕKNN[20], with K = 1, and Random Forest, denoted via ϕRF[21], with 50 Trees. Both these classifiers were used because of their high computational speed. Accuracies were determined using leave-one-out validation, which was implemented because of the small sample size. In this process, 18 samples were used for the initial feature pruning, determining the optimal regularization parameter and training the classifier while the remaining sample was used as the testing set for evaluating the classifier. This procedure was repeated till all the samples were used in the testing set.

Experiment 2 - Comparing SRCCA with PCA and PLSR

In addition to the steps performed in Experiment 1, metaspaces were also produced with PCA and PLSR. ϕPand ϕJwere concatenated and PCA was then performed on this new data matrix. For PLSR, a regression of ϕJon ϕPwas performed.

Similarly, using the top d = 3 embedding components produced from PCA, PLSR, SRCCA TT , SRCCA WRST , and SRCCA WLT , the classification accuracies of ϕKNN, with K = 1, and ϕRF, with 50 Trees, were determined using leave-one-out validation.

Experiment 3 - Comparing classifier accuracy for PCA, PLSR and CCA variants using metaspace representations

Using the 10 different values for d {1, 2, ..10}, and the 3 fusion schemes considered (ϕP, ϕM), (ϕP, ϕA), and (ϕP, ϕH), 30 different embeddings were obtained for PCA, PLSR, CCA, RCCA, SRCCA TT , SRCCA WRST , and SRCCA WLT . The maximum and median of these 30 different measurements for each classifier were calculated.

In addition, we denote as α1(i), the classification accuracy obtained by the DF scheme i, where i {PCA, PLSR, CCA, RCCA} and α2(j) as the accuracy obtained by the DF scheme i, where j {SRCCA TT , SRCCA WRST , SRCCA WLT }. A two paired student t-test was employed to identify whether there were statistically significant improvements in the 3 SRCCA variants by comparing the classification accuracies with the null hypothesis:

H o : α 1 ( i ) = α 2 ( j )
(13)

for all i {PCA, PLSR, CCA, RCCA} and for all j {SRCCA TT , SRCCA WRST , SRCCA WLT }.

Experiment 4 - Computational consideration for RCCA and SRCCA

We measured the 3 individual single run completion times for RCCA and SRCCA to fuse (ϕP, ϕM), (ϕP, ϕA), and (ϕP, ϕH), with the null hypothesis:

H o : completion time of RCCA  =  completion time of SRCCA
(14)

These experiments were performed on a quadcore computer with a clock speed of 1.8 GHz, and the programs were written on MATLAB(R) platform.

Results and Discussion

Experiment 1

Across both classifiers for d = 3, the 3 SRCCA variants, SRCCA TT , SRCCA WRST , SRCCA WLT , had a combined median classification accuracy of 80% compared to 60% for CCA and 42% for RCCA. SRCCA also performed better in all 36 of 36 direct comparisons with CCA and RCCA (see Tables 3 and 4). The higher classification accuracy results indicate that SRCCA produces a metaspace, where the samples are more stratified, compared to CCA and RCCA. This also seems to indicate that the supervised scheme of choosing regularization parameters, by the 3 SRCCA variants, is a more appropriate scheme for classification purposes compared to the ridge regression scheme used by RCCA.

Table 3 Experiment 1: Classification Accuracy with K-Nearest Neighbor
Table 4 Experiment 1: Classification Accuracy with Random Forest

These results, which seem to suggest that SRCCA outperforms the other two CCA based approaches for this dataset, CCA and RCCA, are observable in the embedding plots of Figure 2, which show the metaspace produced by CCA, RCCA, SRCCA TT , SRCCA WRST and SRCCA WLT with d = 2 components. It may be seen that because CCA lacks regularization, the corresponding covariance matrices are singular and lack inverses. For this reason, in Figure 2 the embedding components are not orthogonal but are highly correlated to each other and yield the same information. RCCA overcomes this regularization problem but still does not produce the same level of discrimination between patient classes compared to the 3 variations of SRCCA. Note that SRCCA TT , SRCCA WRST and SRCCA WLT chose similar regularization parameters, λ x and λ y , and have similar embedding plots.

Figure 2
figure 2

2-dimensional representation of ( ϕP, ϕA). 2-dimensional representation of (ϕP, ϕA) using (a) CCA, (b) RCCA, (c) SRCCA TT , (d) SRCCA WRST and (e) SRCCA WLT where the X and Y axes are the two most significant embedding components produced by the 3 different algorithms. CCA (a) suffers from lack of regularization, RCCA (b) is regularized but does not produce the best metaspace while the three variations of SRCCA (c)(d)(e) result in the best embedding components in terms of classification accuracy distinguished via best fit ellipses with one outlier.

Experiment 2

We see that SRCCA TT , SRCCA WRST , SRCCA WLT are able to outperform PCA and PLSR in all 36 of 36 direct comparisons (see Tables 5 and 6). Even though, across both classifiers for d = 3, PCA and PLSR have median classification accuracies of 64% and 61%, which is higher than the accuracies for CCA and RCCA, it is still much lower than the 80% for SRCCA TT , SRCCA WRST , SRCCA WLT . These results also seem to indicate that SRCCA TT , SRCCA WRST , SRCCA WLT could also create a more appropriate metaspace than, not only CCA and RCCA, but also PCA and PLSR.

Table 5 Experiment 2: Classification Accuracy with K-Nearest Neighbor
Table 6 Experiment 2: Classification Accuracy with Random Forest

Experiment 3

In Tables 7 and 8 we see that the maximum and median ϕKNNand ϕRFof the 3 SRCCA variants for fusion of (ϕI, ϕJ) were much higher than the corresponding values of PCA, PLSR, CCA or RCCA. We also see that SRCCA WLT attains a maximum classifier accuracy of 93.16% (see Table 7). In Tables 9 and 10, the 3 SRCCA variants are statistically significantly better than PCA, PLSR, CCA or RCCA even at the p = .001 level using either classifiers, ϕKNNor ϕRF. We further see that SRCCA WLT tends to marginally outperform SRCCA TT and SRCCA WRST . However given the small sample size it is difficult to draw any definitive conclusions about which of SRCCA TT , SRCCA WRST , or SRCCA WLT might be the better SRCCA variant.

Table 7 Experiment 3: Maximum ϕKNNand ϕRFof DF schemes across d {1, 2, ..10}
Table 8 Experiment 3: Median ϕKNNand ϕRFof DF schemes across d {1, 2, ..10}
Table 9 Experiment 3: Statistical Significance (p-value) of SRCCA for ϕKNN
Table 10 Experiment 3: Statistical Significance (p-value) of SRCCA for ϕRF

In Figures 3 and 4, we see the classification accuracies of the 7 DF methods, PCA, PLSR, CCA, RCCA, SRCCA TT , SRCCA WRST , or SRCCA WLT over a range of d {1, 2, ..10} embedding components for the fusion (ϕP, ϕH). Importantly, we see that the SRCCA TT , SRCCA WRST , and SRCCA WLT all outperform PCA, PLSR, CCA and RCCA for a majority of the embedding dimensions, across both the ϕKNNand ϕRFclassifiers.

Figure 3
figure 3

Classification accuracies of ( ϕP, ϕH) across dimensions d {1, 2, ..10} using the classifier ϕKNN. Accuracies were obtained for fusing (ϕP, ϕH), with PCA, PLSR, CCA, RCCA, SRCCA TT , SRCCA WRST , and SRCCA WLT across d {1, 2, ...10} components, using ϕKNN, with K = 1, and leave-one-out validation to identify patients at the risk of biochemical recurrence from those who are not.

Figure 4
figure 4

Classification accuracies of ( ϕP, ϕH) across dimensions d {1, 2, ..10} using the classifier ϕRF. Accuracies were obtained for fusing (ϕP, ϕH), with PCA, PLSR, CCA, RCCA, SRCCA TT , SRCCA WRST , and SRCCA WLT across d {1, 2, ...10} components, using ϕKNN, with K = 1, and leave-one-out validation to identify patients at the risk of biochemical recurrence from those who are not.

Experiment 4

Figure 5 reveals that the completion time of SRCCA is significantly lower than the completion time of RCCA. Even though the differences in these times are visibly different, a p-value of 1.9 × 10-3 even with just 3 samples, indicates that SRCCA appears to be statistically significantly faster compared to RCCA.

Figure 5
figure 5

Computational run times for SRCCA and RCCA for fusing ( ϕP, ϕM), ( ϕP, ϕA), and ( ϕP, ϕH). SRCCA significantly outperforms RCCA across all fusion experiments. SRCCA significantly outperforms RCCA across all fusion experiments.

Note that the canonical factorization stage is the most time consuming part of the of the algorithm. The Feature Selection stage computation, in comparison, is not as time consuming. SRCCA TT , SRCCA WRST , and SRCCA WLT (whose results are reported in Figure 5) all have similar execution times.

Conclusions

In this paper, we presented a novel data fusion (DF) algorithm called Supervised Regularized Canonical Correlation Analysis (SRCCA) that, unlike CCA and RCCA, is (1) able to fuse with a feature selection (FS) scheme, (2) regularized, and (3) computationally cheap. We demonstrate how SRCCA can be used for quantitative integration and representation of multi-scale, multi-modal imaging and non-imaging data. In this work we leveraged SRCCA for the purpose of constructing a fused quantitative histologic-proteomic classifier for predicting which prostate cancer patients are at risk for 5 year biochemical recurrence following surgery. We have demonstrated that SRCCA is able to (1) produce a metaspace, where the samples are more stratified than the metaspace produced by CCA or RCCA, (2) better identify patients at the risk of biochemical recurrence compared to Principal Component Analysis (PCA), Partial Least Squares Regression (PLSR), CCA or RCCA, (3) perform regularization, all the while being statistically significantly faster compared to RCCA.

While the fused prognostic classifier for predicting biochemical recurrence in this work appears to be promising, we also acknowledge the limitations of this work: (1) As previously mentioned, the cost of mass spectrometry limited this study to only 19 datasets. By using a minimum sample size derivation model [70, 71], we were able to determine that our fused SRCCA classifier would yield an accuracy of 93%, more than 95% of the time if our dataset were expanded to 56 studies. We intend to evaluate our classifier on such a cohort in the future. (2) Ideally, a randomized cross validation strategy should have been employed for the training and evaluation of the classifier. Unfortunately, this was also limited by the size of the cohort. While both parametric and non-parametric feature selection strategies were employed in this work, the availability of a larger dataset for classification in conjunction with SRCCA would allow for employment of parametric selection strategies, assuming that the underlying distribution can be estimated. For small sample datasets, a non-parametric feature selection strategy might be more approrpriate. In future work, we also plan to apply SRCCA in the context of data fusion for other imaging and non-imaging datasets in the context of other problem domains and applications.

Abbreviations

DF:

Data Fusion

CCA:

Canonical Correlation Analysis

RCCA:

Regularized Canonical Correlation Analysis

SRCCA:

Supervised Regularized Canonical Correlation Analysis

PCA:

Principal Component Analysis

PLSR:

Partial Least Squares Regression

DR:

Dimensional Reduction

CaP:

Prostate Cancer

PSA:

Prostate Specific Antigen

MS:

Mass Spectrometry

ϕ KNN :

K-Nearest Neighbor

ϕ RF :

Random Forest.

References

  1. Madabhushi A, Agner S, Basavanhally A, Doyle S, Lee G: Computer-aided prognosis: Predicting patient and disease outcome via quantitative fusion of multi-scale, multi-modal data. CMIG 2011.

    Google Scholar 

  2. Lanckriet GRG, Deng M, Cristianini N, Jordan MI, Noble WS: Kernel-based data fusion and its application to protein function prediction in yeast. Proceedings of the Pacific Symposium on Biocomputing 2004, 300–311.

    Google Scholar 

  3. Tiwari P, Viswanath S, Lee G, Madabhush A: Multi-Modal Data Fusion Schemes for Integrated Classification of Imaging and Non-imaging Biomedical Data. ISBI 2011, 165–168.

    Google Scholar 

  4. Duda RO, Hart PE: Pattern Classification and Scene Analysis. John Wiley & Sons, New York; 1973.

    Google Scholar 

  5. Lee G, Monaco J, Doyle S, Masters S, Feldman M, Tomaszewski J, Madabhushi A: A knowledge representation framework for integration, classification of multi-scale imaging and non-imaging data: Preliminary results in predicting prostate cancer recurrence by fusing mass spectrometry and histology. ISBI 2009, 77–80.

    Google Scholar 

  6. Viswanath S, Rosen M, Madabhushi A: A consensus embedding approach for segmentation of high resolution in vivo prostate magnetic resonance imagery. SPIE Med Imag 2008., 6915(1): 69150U 69150U

    Google Scholar 

  7. Tiwari P, Kurhanewicz J, Rosen M, Madabhushi A: Semi Supervised Multi Kernel (SeSMiK) Graph Embedding: Identifying Aggressive Prostate Cancer via Magnetic Resonance Imaging and Spectroscopy. MICCAI 2010, 6363: 666–673.

    Google Scholar 

  8. Wu Y, Chang EY, Chang KCC, Smith JR: Optimal Multimodal Fusion for Multimedia Data Analysis. ACM Conference on Multimedia 2004, 572–579.

    Google Scholar 

  9. Freund Y, Schapire RE: A decision-theoretic generalization of on-line learning and an application to boosting. In Proceedings of the Second European Conference on Computational Learning Theory. London, UK: Springer-Verlag; 1995:23–37.

    Chapter  Google Scholar 

  10. Lewis DP, Jebara T, Noble WS: Support vector machine learning from heterogeneous data: an empirical analysis using protein sequence and structure. Bioinformatics 2006, 22(22):2753–2760. 10.1093/bioinformatics/btl475

    Article  CAS  PubMed  Google Scholar 

  11. Hardoon DR, Szedmak S, Shawe-Taylor J: Canonical correlation analysis: an overview with application to learning methods. Neural Comput 2004, 16(12):2639–2664. 10.1162/0899766042321814

    Article  PubMed  Google Scholar 

  12. Simonson DG, Stowe JD, Watson CJ: A Canonical Correlation Analysis of Commercial Bank Asset/Liability Structures. Journal of Financial and Quantitative Analysis 1983, 18(01):125–140. 10.2307/2330808

    Article  Google Scholar 

  13. Chaudhuri K, Kakade SM, Livescu K, Sridharan K: Multi-View Clustering via Canonical Correlation Analysis. Proceedings of the 26th Annual International Conference on Machine Learning 2009, 129–136.

    Google Scholar 

  14. Bie TD, Moor BD: On the Regularization of Canonical Correlation Analysis. ICA 2003 2003.

    Google Scholar 

  15. Gou Z, Fyfe C: A canonical correlation neural network for multicollinearity and functional data. Neural Networks 2004, 17(2):285–293. 10.1016/j.neunet.2003.07.002

    Article  PubMed  Google Scholar 

  16. Eaton ML, Perlman MD: The Non-Singularity of Generalized Sample Covariance Matrices. The Annals of Statictics 1973, 1(4):710–717. 10.1214/aos/1176342465

    Article  Google Scholar 

  17. Hoerl AE, Kennard RW: Ridge Regression: Biased Estimation for Nonorthogonal Problems. Technometrics 1970, 12: 55–67. 10.2307/1267351

    Article  Google Scholar 

  18. Gonzalez I, Dejean S, Martin PGP, Baccini A: CCA: An R Package to Extend Canonical Correlation Analysis. Journal of Stat Software 2008, 23(12):1–14.

    Article  Google Scholar 

  19. Kakade SM, Foster DP: Multi-View Regression via Canonical Correlation Analysis. In Proceedings of Conference on Learning Theory 2007, 82–96.

    Chapter  Google Scholar 

  20. Cover T, Hart P: Nearest neighbor pattern classification. Information Theory, IEEE Transactions on 1967, 13: 21–27.

    Article  Google Scholar 

  21. Breiman L: Random Forests. Machine Learning 2001, 45: 5–32. 10.1023/A:1010933404324

    Article  Google Scholar 

  22. Hotelling H: Analysis of a complex of statistical variables into principal components. Journal of Educational Psychology 1933, 24(7):498–520.

    Article  Google Scholar 

  23. Wold S, Sjostrom M, Eriksson L: PLS-regression: a basic tool of chemometrics. Chemometrics and Intelligent Laboratory Systems 2001, 58(2):109–130. 10.1016/S0169-7439(01)00155-1

    Article  CAS  Google Scholar 

  24. Tiwari P, Kurhanewicz J, Viswanath S, Sridhar A, Madabhushi A: Multimodal Wavelet Embedding Representation for data Combination (MaWERiC): Integrating Magnetic Resonance Imaging and Spectroscopy for Prostate Cancer Detection. NMR in Biomedicine 2011, in press.

    Google Scholar 

  25. Janes KA, Kelly JR, Gaudet S, Albeck JG, Sorger PK, Lauffenburger DA: Cue-signal-response analysis of TNF-induced apoptosis by partial least squares regression of dynamic multivariate data. Journal of computational biology a journal of computational molecular cell biology 2004, 11(4):544–561.

    Article  CAS  PubMed  Google Scholar 

  26. Pound CR, Partin AW, Eisenberger MA, Chan DW, Pearson JD, Walsh PC: Natural History of Progression After PSA Elevation Following Radical Prostatectomy. JAMA: The Journal of the American Medical Association 1999, 281(17):1591–1597. 10.1001/jama.281.17.1591

    Article  CAS  PubMed  Google Scholar 

  27. Roberts SG, Blute ML, Bergstralh EJ, Slezak JM, Zincke H: PSA doubling time as a predictor of clinical progression after biochemical failure following radical prostatectomy for prostate cancer. Mayo Clinic Proceedings 2001, 76(6):576–81. 10.4065/76.6.576

    Article  CAS  PubMed  Google Scholar 

  28. Pisansky TM, Kozelsky TF, Myers RP, Hillman DW, l Blute M, Buskirk SJ, Cheville JC, Ferrigni RG, Schild SE: Radiotherapy for Isolated Serum Prostate Specific Antigen Elevation After Prostatectomy For Prostate Cancer. The Journal of Urology 2000, 163(3):845–850. 10.1016/S0022-5347(05)67817-2

    Article  CAS  PubMed  Google Scholar 

  29. Chrouser K, Lieber M: Extended and saturation needle biopsy for the diagnosis of prostate cancer. Current Urology Reports 2004, 5: 226–230. 10.1007/s11934-004-0041-7

    Article  PubMed  Google Scholar 

  30. Welch H, Fisher E, Gottlieb D, Barry M: Detection of prostate cancer via biopsy in the medicare-seer population during the PSA era. Journal of the National Cancer Institute 2007, 99: 1395–1400. 10.1093/jnci/djm119

    Article  PubMed  Google Scholar 

  31. Veenstra TD: Global and targeted quantitative proteomics for biomarker discovery. Journal of Chromatography B 2007, 847: 3–11. 10.1016/j.jchromb.2006.09.004

    Article  CAS  Google Scholar 

  32. Chan DW, Sokoll LJ: Prostate-specific antigen: update 1997. Journal of the International Federation of Clinical Chemistry 1997, 9: 120–125.

    CAS  PubMed  Google Scholar 

  33. Partin AW, Oesterling JE: The clinical usefulness of percent free-PSA. Urology 1996, 48: 1–3.

    Article  CAS  PubMed  Google Scholar 

  34. Gleason DF: Classification of prostatic carcinomas. Cancer Chemother Rep 1966, 50: 125–128.

    CAS  PubMed  Google Scholar 

  35. Stephenson AJ, Kattan MW, Eastham JA, Bianco FJ, Yossepowitch O, Vickers AJ, Klein EA, Wood DP, Scardino PT: Prostate cancer specific mortality after radical prostatectomy for patients treated in the prostate-specific antigen era. Journal of Clinical Oncology 2009, 27: 4300–4305. 10.1200/JCO.2008.18.2501

    Article  PubMed Central  PubMed  Google Scholar 

  36. Montironi R, Mazzuccheli R, Scarpelli M, Lopez-Beltran A, Fellegara G, Algaba F: Gleason grading of prostate cancer in needle biopsies or radical prostatectomy specimens: contemporary approach, current clinical significance and sources of pathology discrepancies. BJU International 2005, 95(8):1146–1152. 10.1111/j.1464-410X.2005.05540.x

    Article  PubMed  Google Scholar 

  37. Allsbrook WC, Mangold KA, Johnson MH, Lane RB, Lane CG, Amin MB, Bostwick DG, Humphrey PA, Jones EC, Reuter VE, Sakr W, Sesterhenn IA, Troncoso P, Wheeler TM, Epstein JI: Interobserver reproducibility of Gleason grading of prostatic carcinoma: Urologic pathologists. Human Pathology 2001, 32: 74–80. 10.1053/hupa.2001.21134

    Article  PubMed  Google Scholar 

  38. King CR: Patterns of prostate cancer biopsy grading: Trends and clinical implications. International Journal of Cancer 2000, 90(6):305–311. 10.1002/1097-0215(20001220)90:6<305::AID-IJC1>3.0.CO;2-U

    Article  CAS  Google Scholar 

  39. Doyle S, Hwang M, Shah K, Madabhushi A, Tomaszewski J, Feldman M: Automated Grading of Prostate Cancer using Architectural and Textural Image Features. IEEE International Symposium on Biomedical Imaging (ISBI) 2007, 1284–87.

    Google Scholar 

  40. Tabesh A, Teverovskiy M, Pang HY, Kumar V, Verbel D, Kotsianti A, Saidi O: Multifeature Prostate Cancer Diagnosis and Gleason Grading of Histological Images. Medical Imaging, IEEE Transactions on 2007, 26(10):1366–1378.

    Article  Google Scholar 

  41. Sved PD, Gomez P, Manoharan M, Kim SS, Soloway MS: Limitations Of Biopsy Gleason Grade: Implications For Counseling Patients With Biopsy Gleason Score 6 Prostate Cancer. The Journal Of Urology 2004, 172: 98–102. 10.1097/01.ju.0000132135.18093.d6

    Article  PubMed  Google Scholar 

  42. Fredolini C, Liotta LA, Petricoin EF: Application of proteomic technologies for prostate cancer detection, prognosis, and tailored therapy. Critical Reviews in Clinical Laboratory Sciences 2010, 47(3):125–138. 10.3109/10408363.2010.503558

    Article  CAS  PubMed  Google Scholar 

  43. Ornstein DK, Tyson DR: Proteomics for the identification of new prostate cancer biomarkers. Urologic Oncology: Seminars and Original Investigations 2006, 24(3):231–236. 10.1016/j.urolonc.2005.11.035

    Article  CAS  PubMed  Google Scholar 

  44. Veenstra TD, Conrads TP, Hood BL, Avellino AM, Ellenbogen RG, Morrison RS: Biomarkers: Mining the Biofluid Proteome. Molecular & Cellular Proteomics 2005, 4(4):409–418. 10.1074/mcp.M500006-MCP200

    Article  CAS  Google Scholar 

  45. Adam BL, Qu Y, Davis JW, Ward MD, Clements MA, Cazares LH, Semmes OJ, Schellhammer PF, Yasui Y, Feng Z, Wright GL: Serum Protein Fingerprinting Coupled with a Pattern-matching Algorithm Distinguishes Prostate Cancer from Benign Prostate Hyperplasia and Healthy Men. Cancer Research 2002, 62(13):3609–3614.

    CAS  PubMed  Google Scholar 

  46. Al-Ruwaili JA, Larkin SE, Zeidan BA, Taylor MG, Adra CN, Aukim-Hastie Cl, Townsend PA: Discovery of Serum Protein Biomarkers for Prostate Cancer Progression by Proteomic Analysis. Cancer Genomics - Proteomics 2010, 7(2):93–103.

    CAS  PubMed  Google Scholar 

  47. Tolonen TT, Tammela TL, Kujala PM, Tuominen VJ, Isola JJ, Visakorpi T: Histopathological variables and biomarkers enhancer of zeste homologue 2, Ki-67 and minichromosome maintenance protein 7 as prognosticators in primarily endocrine-treated prostate cancer. BJU International 2011, in press.

    Google Scholar 

  48. Borga M, Landelius T, Knutsson H: A Unified Approach to PCA, PLS, MLR and CCA. 1997. Tech. rep., Report LiTH-ISY-R-1992, ISY, SE-581 83 Linkoping, Sweden

    Google Scholar 

  49. Abdi H: Partial least squares (PLS) regression. Encyclopedia of Social Sciences Research Methods 2003, 1–7.

    Google Scholar 

  50. Rosipal R, Kramer N: Overview and Recent Advances in Partial Least Squares. Subspace, Latent Structure and Feature Selection 2006, 3940: 34–51. 10.1007/11752790_2

    Article  Google Scholar 

  51. Hotelling H: Relations between two sets of variants. Biometrika 1936, 28: 321–377.

    Article  Google Scholar 

  52. Sun L, Ji S, Ye J: A least squares formulation for canonical correlation analysis. ICML 2008, 33: 1024–1031.

    Article  Google Scholar 

  53. Vinod HD: Canonical ridge and econometrics of joint production. Journal of Econometrics 1976, 4(2):147–166. 10.1016/0304-4076(76)90010-5

    Article  Google Scholar 

  54. Leurgans SE, Moyeed RA, Silverman BW: Canonical Correlation Analysis when the Data are Curves. Journal of the Royal Statistical Society Series B (Methodological) 1993, 55(3):725–740.

    Google Scholar 

  55. Guo Y, Hastie T, Tibshirani R: Regularized linear discriminant analysis and its application in microarrays. Biostatistics 2007, 8: 86–100.

    Article  PubMed  Google Scholar 

  56. Yates RD, Goodman D: Probability and Stochastic Processes: A Friendly Introduction for Electrical and Computer Engineers. John Wiley and Sons; 2005.

    Google Scholar 

  57. Jafari P, Azuaje F: An assessment of recently published gene expression data analyses: reporting experimental design and statistical factors. BMC Medical Informatics and Decision Making 2006, 6: 27. 10.1186/1472-6947-6-27

    Article  PubMed Central  PubMed  Google Scholar 

  58. Thomas JG, Olson JM, Tapscott SJ, Zhao LP: An efficient and robust statistical modeling approach to discover differentially expressed genes using genomic expression profiles. Genome Res 2001, 11: 1227–1236. 10.1101/gr.165101

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  59. Hwang D, Schmitt WA, Stephanopoulos G, Stephanopoulos G: Determination of minimum sample size and discriminatory expression patterns in microarray data. Bioinformatics 2002, 18: 1184–1193. 10.1093/bioinformatics/18.9.1184

    Article  CAS  PubMed  Google Scholar 

  60. Foster DP, Kakade SM, Zhang T: Multi-view dimensionality reduction via canonical correlation analysis. Technical Report TR-2008–4, TTI-Chicago 2008.

    Google Scholar 

  61. Borga M, Friman O, Lundberg P, Knutsson H: Blind Source Separation of Functional MRI Data. SSBA 2002.

    Google Scholar 

  62. Heaton K, Master S: Peptide Extraction from Formalin-Fixed Paraffin-Embedded Tissue. Current Protocols in Protein Science, supplement 65, Unit 23.5 2011, in press.

    Google Scholar 

  63. Wisniewski JR, Zougman A, Nagaraj N, Mann M: Universal sample preparation method for proteome analysis. Nature Methods 2009, 6(5):359–362. 10.1038/nmeth.1322

    Article  CAS  PubMed  Google Scholar 

  64. Rappsilber J, Mann M, Ishihama Y: Protocol for micro-purification, enrichment, pre-fractionation and storage of peptides for proteomics using StageTips. Nature Protocols 2007, 2(8):1896–1906. 10.1038/nprot.2007.261

    Article  CAS  PubMed  Google Scholar 

  65. Doyle S, Feldman M, Tomaszewski J, Shih N, Madabhushi A: Cascaded Multi-Class Pairwise Classifier (CascaMPa) For Normal, Cancerous, And Cancer Confounder Classes In Prostate Histology. IEEE International Symposium on Biomedical Imaging (ISBI) 2011, 715–718.

    Google Scholar 

  66. Sparks R, Madabhushi A: Novel Morphometric based Classification via Diffeomorphic based Shape Representation using Manifold Learning. In International Conference on Medical Image Computing and Computer-Assisted Intervention (MICCAI), Volume 6363. Springer Verlag, Beijing, China: Springer Verlag; 2010:658–665.

    Google Scholar 

  67. Monaco J, Tomaszewski J, Feldman M, Moradi M, Mousavi P, Boag A, Davidson C, Abolmaesumi P, Madabhushi A: Detection of Prostate Cancer from Whole-Mount Histology Images Using Markov Random Fields. In Workshop on Microscopic Image Analysis with Applications in Biology (in conjunction with MICCAI). New York, NY; 2008.

    Google Scholar 

  68. Monaco J, Tomaszewski J, Feldman M, Hagemann I, Moradi M, Mousavi P, Boag A, Davidson C, Abolmaesumi P, Madabhushi A: High-throughput detection of prostate cancer in histological sections using probabilistic pairwise Markov models. Medical Image Analysis 2010, 14(4):617–629. 10.1016/j.media.2010.04.007

    Article  PubMed Central  PubMed  Google Scholar 

  69. Basavanhally A, Ganesan S, Agner S, Monaco J, Feldman M, Tomaszewski J, Bhanot G, Madabhushi A: Computerized image-based detection and grading of lymphocytic infiltration in HER2+ breast cancer histopathology. IEEE Transactions on Biomedical Engineering 2010, 57: 642–653.

    Article  PubMed  Google Scholar 

  70. Mukherjee S, Tamayo P, Rogers S, Rifkin R, Engle A, Campbell C, Golub TR, Mesirov JP: Estimating Dataset Size Requirements for Classifying DNA Microarray Data. Journal of Computational Biology 2003, 10(2):119–142. 10.1089/106652703321825928

    Article  CAS  PubMed  Google Scholar 

  71. Basavanhally A, Doyle S, Madabhushi A: Predicting Classifier Performance With a Small Training Set: Applications to Computer-Aided Diagnosis and Prognosis. In IEEE International Symposium on Biomedical Imaging (ISBI). IEEE, Rotterdam, NL: IEEE; 2010:229–232.

    Google Scholar 

Download references

Acknowledgements

This work was made possible by grants by the Walter H. Coulter Foundation, National Cancer Institute (Grant Nos. R01CA136535, R01CA140772, and R03CA143991), Department of Defense (W81XWH-08-1-0145), The Cancer Institute of New Jersey and the Society for Imaging Informatics in Medicine.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Anant Madabhushi.

Additional information

Authors' contributions

AM and AG devised the methodology and formulated the experiments. AG drafted the manuscript in collaboration with GL. AM edited the manuscript. SRM, MDF, JET, and JWS provided the data and the clinical expertise. All authors have read and approved the final manuscript.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Golugula, A., Lee, G., Master, S.R. et al. Supervised Regularized Canonical Correlation Analysis: integrating histologic and proteomic measurements for predicting biochemical recurrence following prostate surgery. BMC Bioinformatics 12, 483 (2011). https://doi.org/10.1186/1471-2105-12-483

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-12-483

Keywords