Literature DB >> 27570650

Breast Cancer Prognostics Using Multi-Omics Data.

Sisi Ma1, Jiwen Ren1, David Fenyö1.   

Abstract

Breast cancer affects one in eight women in America and is a leading cause of death from cancer worldwide. In the current study, four types of Omics data including copy number variation, gene expression, proteome and phosphoproteome were collected from seventy-seven breast cancer patients. Individual types of Omics data were used to separately construct predictive models to predict ten-year survival, an important clinical hallmark. The predictive models constructed with proteome data achieved decent predictivity (mean AUC = 0.725) and outperforms the models constructed with other types of Omics data. This indicates that high quality, large scale protein data is more effective for survival prediction compared to other types of omics data. Further, we experimented with ten different data fusion techniques (generic and Multi-kernel learning based) to test whether combining multi-Omics data can result in improved predictive performance. None of the data fusion techniques tested in the current study outperforms the predictive models built with the proteome data.

Entities:  

Year:  2016        PMID: 27570650      PMCID: PMC5001766     

Source DB:  PubMed          Journal:  AMIA Jt Summits Transl Sci Proc


Introduction

Breast cancer affects one in eight women in America, and is a leading cause of death from cancer worldwide (1). Extensive genomic characterization of breast cancer has been conducted in the last ten years, leading to clinically relevant molecular subtyping (2), increased accuracy in prognostication (3 –5), and success in targeted therapy (6, 7). One missing link in our knowledge is how genomic changes translate into changes in proteome and phosphoproteome which in turn execute the phenotypic characteristics of the disease. Since the proteome and phosphoproteome are more proximal to the manifestation of the disease, it is likely that they contain more predictive information regarding the clinical outcomes of the disease and could lead to the development of more accurate prognostic technologies. While proteomic characterization was performed in the Cancer Genome Atlas (TCGA) breast cancer study using reversed phase protein arrays (8), only 171 cancer-related proteins and phosphoproteins were quantified. To provide greater depth of proteomics characterization, the NCI Clinical Proteomic Tumor Analysis Consortium (CPTAC) (9) analyzed the global proteomes of genomically annotated TCGA breast tumor specimens. In the current study, we utilized machine learning method to predict ten-year survival, an important clinical hallmark, of breast cancer patients. First, we constructed predictive models with four different types Omics data, including copy number variation, gene expression, proteome, and phosphoproteome, to determine which type of Omics data is the most predictive regarding ten-year survival. Then, different data fusion techniques were employed to combine the above mentioned four types of Omics data, as an effort to improve the predictive performance obtained from the models based on a single type of Omics data. Data fusion for data coming from difference sources has been an active area of research in machine learning. Data fusion techniques have been applied to solve problems in various domains, including robotics, market research and medicine (10 –13). However, to the best of our knowledge, the current study is one of the first to benchmark the efficacy of different data fusion technique on genome-scale multi-Omics data, since global proteome data has only recently became available. Identifying the type of Omics data or the combination of multi-Omics data that lead to the best predictive performance is critical in the following ways. First, it could serve as a guide for experimentalists and clinicians, such that more experimental resource can be dedicated to the identified Omics data domain and generate new data for mechanistically relevant discovery and hypothesis testing. Second, the mathematical predictive models constructed with the most informative Omics data type(s) could be readily translated into prognostic technologies and used in a clinical setting.

Methods

Data

Copy number variation, gene expression, proteome and phosphoproteome data for 77 breast cancer tumors characterized by the TCGA were utilized to predict the ten-year survival of the patients. 11 out of the 77 patients did not survive longer than ten-years. For copy number variation and gene expression data, the original characterization from TCGA were used, and the proteome and phosphoproteome data was generated by the Broad Institute as a part of the CPTAC Consortium (14). Tumor samples were analyzed by high-resolution, accurate mass tandem mass spectrometry that included extensive peptide fractionation by high pH reversed phase chromatography and phosphopeptide enrichment by immobilized metal affinity chromatography (IMAC). An isobaric peptide labeling approach (iTRAQ) was employed to quantify protein and phosphosite levels across samples, with 37 iTRAQ 4- plexes analyzed in total. Each 4-plex contained 3 samples from different subtypes and a common reference that was created by pooling material from 40 tumors (with equal representation by weight of the 4 subtypes of breast tumors). 24,174 features of copy number variation, 16,525 features of gene expression, 12,553 features of proteome, and 32,939 features of phosphoproteome characterizing the global molecular profile of the breast tumors were used in the present study.

Predictive Models

All analytical experiments conducted in this study are summarized in table 1.
Table 1:

Classification models and feature selection methods used for 4 individual Omics data and data fusion strategies used to combine 4 individual Omics data/ 2 individual Omics data. For some data fusion strategies, not all feature selection methods were explored, to avoid repetition. For example (i)_4 with univariate association is the same as (ii)_4 with univariate association.

Data Used for ModelingFeature Set/Data Fusion Stratergy NameClassifierFeature Selection Method
No Feature SelectionUnivariate AssociationSVMRFE
Single Omics Data Copy Number Variation classifier(A-E)
Gene Expression classifier(A-E)
Proteome classifier(A-E)
Phosphoproteome classifier(A-E)
Combination of 4 (i)_4:All Omics concatenated_4 classifier(A-E)
(ii)_4:All Omics concatenated with feature selectlon_4 classifler(A-E)
(iii)_4: Selected features concatenated_4 classificr(A-E)
(iv)_4:MKL_4 MKL
(v) 4: Selected features MKL 4 MKL
Combination of 2 (i)_2:All Omics concatenated_2 classifier(A-E)
(ii)_2:All Omics concatenated with feature selection_2 classifler(A-E)
(iii)_2: Selected features concatenated_2 classifier(A-E)
(iv)_2:MKL_2 MKL
(v) 2: Selected features MKL 2 MKL
To assess which set of Omics data is the most informative in predicting ten-year survival, predictive models were built with each type of Omics data, i.e. copy number variation, gene expression, proteome, and phosphoproteome respectively.For individual type of Omics data, we trained the following five classification models: (A) support vector machine (SVM) with linear kernel, (B) SVM with polynomial kernel, (C) SVM with rbf kernel (15), (D) Bayesian logistic regression (16), and (E) random forest (17). For the SVM models and Bayesian logistic regression, hyperparameters were selected via nested cross validation. Three feature selection strategies were explored: (a) no feature selection: all features were used; (b) univariate association: all features that are associated with the target univariately were selected; (c) SVM RFE: features were selected via recursive elimination process based on the predictive performance of a linear SVM model (18). To assess whether combining different types of Omics data can improve the predictive performance over predictive models built with a single type of Omics data, we explored the following data fusion techniques (summarized in Figure 1): (i) All Omics concatenated: features from individual Omics data concatenated. (ii) All Omics concatenated with feature selection: features from individual Omics data concatenated with feature selection employed on the concatenated features. (iii) Selected features concatenated: features were selected first for individual types of Omics data by some feature selection method. The selected features were then concatenated.(19) (iv) Multi-kernel learning (MKL): 8 kernel matrices (using linear kernel; polynomial kernel with degree 1, 2, and 3; and rbf kernels with sigma (10-6, 10-4, 10-2, and 10-1) were computed for individual types of Omics data, and MKL was applied for classification. (v) Selected features MKL: feature selection was conducted on individual type of Omics data. Then, 8 kernel matrices were computed for the selected features for individual type of Omics data. MKL was applied for classification (20, 21). It is worth noting that, different from the previous two data fusion techniques, which only takes care of combining data from different sources, the MKL also learns the decision boundary for the classification. The above five data fusion techniques were used to combine two sets of Omics data: the first set comprised of data types including copy number variation, gene expression, proteome, and phosphoproteome. We denote data fusion strategies resulting from this set with “_4”; the second set comprised of data types including proteome and phosphoproteome. We denote data fusion strategies resulting from this set with “_2”As a result, ten data fusion strategies were obtained: (i)_4 All Omics concateneated_4, (ii)_4 All Omics concatenated with feature selection_4, (iii)_4 Selected features concatenated_4, (iv)_4 MKL_4, (v)_4 Selected features MKL_4, (i)_2 All Omics concateneated_2, (ii)_2 All Omics concatenated with feature selection_2, (iii)_2 Selected features concatenated_2, (iv)_2 MKL_2, and (v)_2 Selected features MKL_2. The rationale of combining proteome and phosphoproteome is that these two type of Omics data results in better predictive performance when used to build predictive models individually. Figure 1 gives a graphical illustration of the above mentioned ten data fusion strategies.
Figure 1.

Data fusion strategies employed in the present study.

For data fusion strategy (i)-(iii), we trained the following five classification models: support vector machine (SVM) with linear kernel, SVM with polynomial kernel, SVM with rbf kernel, Bayesian logistic regression, and random forest. For data fusion strategies (iv) and (v), MKL were used as the classifier. For the SVM models, Bayesian logistic regression and MKL, hyperparameters were selected via nested cross validation. Two feature selection strategies were explored for data fusion strategies (ii), (iii), (v), univariate association and SVM RFE. The SVM models were constructed with LibSVM software (22). The Bayesian logistic regression models were constructed with the BBR software (23). And the random forest models were constructed with the random forest package in R (24). The SKMsmo software was used for MKL (20, 21).

Performance Estimation and Statistical Comparison

For performance estimation, 4 fold cross validation were implemented with 10 stratified (on ten year survival) random splits, resulting in 40 performance estimates for each model. Area under the ROC curve was used as the performance estimation metric. Paired sample t test were used to compare the performance between pairs of models. p-values were FDR adjusted to correct for multiple comparisons (25).

Results

Proteomics Data is the most Informative in Predicting Ten-year Survival

Among the predictive models constructed with a single type of Omics data, models constructed with proteomics data achieved better predictive performance (as measured by AUC) for all classification models except random forest. The random forest classifier did not perform well in general in the current study. The best performance of the random forest results in a AUC of 0.634±0.157 using copy number data modality and univariate feature selection method. Feature selection using univariate association improved the predictive performance compared to when feature selection was not employed, whereas feature selection by SVM-RFE did not improve the predictive performance in most of the cases (Table 2). Figure 2 shows the average AUC of the models trained with SVM rbf using univariate association as the feature selection method. The predictive performance for the model trained with the proteomics data (0.725±0.222, Mean±Std) is significantly better (p-values<0.05) compared with the models trained with phosphoproteome (0.671±0.234), gene expression (0.547±0.207), and copy number variation (0.463±0.218). The predictive performance of models constructed with features from a single type of Omics data with SVM rbf as the classifier and three different feature selection methods were shown in Table 2. The predictive performance of the other classification methods follows a similar pattern as the SVM rbf (see online appendix table 1 at sisima.net/breast_cancer_study/index.html).
Table 2:

Predictive Performance of models constructed with a single type Omics data vs. that with multi-Omics Data. Results are shown for SMV rbf classifier and MKL. Different feature selection methods were applied when applicable. Results are shown in the form of mean AUC with standard deviations inside a pair of Parentheses.

Data Used for ModelingFeature Set/Data Fusion Stratergy NameClassifierFeature Selection Method
No Feature SelectionUnivariate AssociationSVM RFE
Single Omics DataCopy Number VariationSVM rbf0.551(0.187)0.463(0.218)0.546(0.244)
Gene ExpressionSVM rbf0.431(0.152)0.547(0.207)0.431(0.276)
ProteomeSVM rbf0.557(0.263) 0.725(0.222) 0.536(0.262)
PhosphoproteomeSVM rbf0.516(0.257)0.671(0.234)0.582(0.219)
Combination of 4 types of Omics Data(i) 4:All Omics concatenated 4SVM rbf0.482(0.216)
(ii) 4:All Omics concatenated with feature selection 4SVM rbf 0.607(0.217)0.517(0.219)
(iii) 4: Selected features concatenated 4SVM rbf 0.607(0.217)0.476(0.259)
(iv) 4:MKL 4MKL0.469(0.118)
(v) 4:Selected features MKL 4MKL 0.561(0.170)0.504(0.268)
Combination of 2 types of Omics Data(i) 2:All Omics concatenated 2SVM rbf0.495(0.235)
(ii) 2:All Omics concatenated with feature selection 2SVM rbf 0.676(0.235)0.566(0.222)
(iii) 2: Selected features concatenated 2SVM rbf 0.676(0.235)0.557(0.253)
(iv) 2:MKL 2MKL0.494(0.109)
(v) 2:Selected features MKL 2MKL 0.588(0.190)0.530(0.233)
Figure 2.

The AUCs for predictive models built with one type of Omics data with SVM rbf and univariate association for feature selection. Models built with proteome data out performs models built with other data modules.

Combining Multi-Omics Data did not Improve Predictive Performance in the Current Experimental Setting

To examine whether combining multi-Omics data could improve the predictive performance of the models constructed with data from a single type of Omics data, five different data fusion strategies were employed. The five different methods were used to combine two sets of Omics data: (i) all four types of Omics data available, (ii) proteome and phosphoproteome. Ten data fusion strategies were obtained from the above process. None of the ten data fusion strategies tested in the current study resulted in significantly better predictive performance compared to the model constructed with the proteome data alone (Figure 3 and Table 2). When using the SVM rbf classifier the best data fusion strategy is (vii) All Omics concatenated with feature selection_2 with univariate association as the feature selection method. This strategy achieved a predictive performance of 0.676±0.234 and is not significantly different from the model built with proteome data (0.725±0.222). It is worth noting that strategy (ii) and strategy (iii), as well as strategy (vii) and strategy (viii), are equivalent when univariate association was applied as the feature selection method, since the order of applying data concatenation and applying univariate association as feature selection does not affect what features would be selected. The predictive performance of the other classification methods follows a similar pattern as the SVM rbf (see online appendix table 1 at sisima.net/breast cancer study/index.html).
Figure 3.

Predictive performance for model built with proteome data vs. that with data fusion methods. Figures shows predictive performance of models built with SVM rbf with univariate association as feature selection methods when applicable.

Discussion

The primary contribution of this study is to show that the global/system level proteome data have superior predictive value for predicting ten-year survival for breast cancer patients. The predictive signal in the proteome data is significantly greater compared to that in the copy number variation data and the gene expression data. This is likely due to the fact that changes on the gene level need to manifest in alternations on the proteome level to drive phenotypical, functional and pathological changes. Examining the most predictive proteins for ten-year survival can help identify the biological and/or pathological pathways leading to resilience/vulnerability of breast cancer death. Molecular treatment targets might be discovered from these pathways. This work can be extended and validated by examining a larger population of breast cancer patients. The current sample size (N=77) is limited by the availability of proteome data and phosphoproteome data. The superior predictive value of the proteome for ten-year survival identified in this study warrants the collection of global/system level proteome data from more breast tumors and other types of tumors, in order to systematically assess the value of proteome data in cancer outcome prediction. Moreover, of the 77 breast cancer samples, 18 of them were Basal-like type; 12 of them HER2; 23 of them were Luminal A; 24 of them were Luminal B type. In terms of anatomic stages, 7 patients were determined to be Stage I; 50 patients were Stage II; 19 patients were at Stage III; the rest of the patients were at Stage IV. Surveying more breast cancer samples of different molecular subtype and stages and examining their multi-Omics profile could provide more insight into the different pathology of different types of breast tumor and potentially result in tumor type specific prognostic models and treatment strategies. Furthermore, recent study has indicated that integrating mammography features and selected GWAS data can improve breast cancer diagnosis (26). Similarly, prognostics of breast cancer might be improved by combining molecular profile of the patients (e.g. proteome) with other clinical data sources, such as family history, imaging data, life style information, previous treatment information, medication and various laboratory test results. Another area for extending the current work is by exploring additional data fusion techniques. In the current study, we explored generic data fusion methods (concatenation, concatenation with feature selection and feature selection prior to concatenation) and data fusion methods based on MKL. None of these methods improved predictivity compared to model built with proteome data. However, other data fusion methods might be more effective. Ensemble methods that build separate predictive models on different types of Omics data and obtain the final prediction through an ensemble classifier might be a viable candidate (27, 28). In addition, data driven feature construction/feature reduction techniques can be examined. Examples of these techniques include principle component analysis (PCA) based feature reduction, kernel PCA based feature reduction(29), and genetic algorithm(30). Moreover, domain knowledge based feature selection and feature construction methods could be beneficial as well. One potential feature construction strategy is to combine proteome data phosphoproteome data by computing the ratio between the quantities of a particular phosphoprotein and its corresponding protein, since this ratio reflects the activation of a particular protein. Ritchie et. al. has provided a comprehensive review of data fusion methods in multi-Omics data fusion including concatenation based methods, transformation based methods, model based methods and knowledge based methods (31). The field will benefit from a comprehensive benchmark study evaluating those data fusion techniques.

Conclusion

The current study examined global/system scale multi-Omics data, and identified proteome data as the most informative data modality for breast cancer prognosis prediction. Various data fusion strategies were implemented for combining global/system scale multi-Omics data, however, these strategies did not result in better predictive performance. It is our hope that future development of data driven and domain knowledge based data fusion methods could lead to improvement in predictive tasks in biomedicine.
  11 in total

1.  Identification of human triple-negative breast cancer subtypes and preclinical models for selection of targeted therapies.

Authors:  Brian D Lehmann; Joshua A Bauer; Xi Chen; Melinda E Sanders; A Bapsi Chakravarthy; Yu Shyr; Jennifer A Pietenpol
Journal:  J Clin Invest       Date:  2011-07       Impact factor: 14.808

Review 2.  Methods of integrating data to uncover genotype-phenotype interactions.

Authors:  Marylyn D Ritchie; Emily R Holzinger; Ruowang Li; Sarah A Pendergrass; Dokyoon Kim
Journal:  Nat Rev Genet       Date:  2015-01-13       Impact factor: 53.242

Review 3.  Mechanisms of disease: understanding resistance to HER2-targeted therapy in human breast cancer.

Authors:  Rita Nahta; Dihua Yu; Mien-Chie Hung; Gabriel N Hortobagyi; Francisco J Esteva
Journal:  Nat Clin Pract Oncol       Date:  2006-05

4.  The Cancer Genome Atlas Pan-Cancer analysis project.

Authors:  John N Weinstein; Eric A Collisson; Gordon B Mills; Kenna R Mills Shaw; Brad A Ozenberger; Kyle Ellrott; Ilya Shmulevich; Chris Sander; Joshua M Stuart
Journal:  Nat Genet       Date:  2013-10       Impact factor: 38.330

5.  The triple negative paradox: primary tumor chemosensitivity of breast cancer subtypes.

Authors:  Lisa A Carey; E Claire Dees; Lynda Sawyer; Lisa Gatti; Dominic T Moore; Frances Collichio; David W Ollila; Carolyn I Sartor; Mark L Graham; Charles M Perou
Journal:  Clin Cancer Res       Date:  2007-04-15       Impact factor: 12.531

6.  Molecular portraits of human breast tumours.

Authors:  C M Perou; T Sørlie; M B Eisen; M van de Rijn; S S Jeffrey; C A Rees; J R Pollack; D T Ross; H Johnsen; L A Akslen; O Fluge; A Pergamenschikov; C Williams; S X Zhu; P E Lønning; A L Børresen-Dale; P O Brown; D Botstein
Journal:  Nature       Date:  2000-08-17       Impact factor: 49.962

7.  Supervised risk predictor of breast cancer based on intrinsic subtypes.

Authors:  Joel S Parker; Michael Mullins; Maggie C U Cheang; Samuel Leung; David Voduc; Tammi Vickery; Sherri Davies; Christiane Fauron; Xiaping He; Zhiyuan Hu; John F Quackenbush; Inge J Stijleman; Juan Palazzo; J S Marron; Andrew B Nobel; Elaine Mardis; Torsten O Nielsen; Matthew J Ellis; Charles M Perou; Philip S Bernard
Journal:  J Clin Oncol       Date:  2009-02-09       Impact factor: 44.544

8.  New genetic variants improve personalized breast cancer diagnosis.

Authors:  Jie Liu; David Page; Peggy Peissig; Catherine McCarty; Adedayo A Onitilo; Amy Trentham-Dietz; Elizabeth Burnside
Journal:  AMIA Jt Summits Transl Sci Proc       Date:  2014-04-07

9.  Good things peak in pairs: a note on the bimodality coefficient.

Authors:  Roland Pfister; Katharina A Schwarz; Markus Janczyk; Rick Dale; Jonathan B Freeman
Journal:  Front Psychol       Date:  2013-10-02

10.  Information content and analysis methods for multi-modal high-throughput biomedical data.

Authors:  Bisakha Ray; Mikael Henaff; Sisi Ma; Efstratios Efstathiadis; Eric R Peskin; Marco Picone; Tito Poli; Constantin F Aliferis; Alexander Statnikov
Journal:  Sci Rep       Date:  2014-03-21       Impact factor: 4.379

View more
  4 in total

Review 1.  Methods, Tools and Current Perspectives in Proteogenomics.

Authors:  Kelly V Ruggles; Karsten Krug; Xiaojing Wang; Karl R Clauser; Jing Wang; Samuel H Payne; David Fenyö; Bing Zhang; D R Mani
Journal:  Mol Cell Proteomics       Date:  2017-04-29       Impact factor: 5.911

2.  DIABLO: an integrative approach for identifying key molecular drivers from multi-omics assays.

Authors:  Amrit Singh; Casey P Shannon; Benoît Gautier; Florian Rohart; Michaël Vacher; Scott J Tebbutt; Kim-Anh Lê Cao
Journal:  Bioinformatics       Date:  2019-09-01       Impact factor: 6.937

3.  Extracting Pathway-level Signatures from Proteogenomic Data in Breast Cancer Using Independent Component Analysis.

Authors:  Wenke Liu; Samuel H Payne; Sisi Ma; David Fenyö
Journal:  Mol Cell Proteomics       Date:  2019-06-18       Impact factor: 5.911

4.  Adaptive Multiview Nonnegative Matrix Factorization Algorithm for Integration of Multimodal Biomedical Data.

Authors:  Bisakha Ray; Wenke Liu; David Fenyö
Journal:  Cancer Inform       Date:  2017-08-18
  4 in total

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