Next Article in Journal
Iterative Intraperitoneal Chemotherapy in Gastric Cancer Peritoneal Carcinomatosis
Previous Article in Journal
Systemic Mechanisms of Ionic Regulation in Carcinogenesis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

PLASMA: Partial LeAst Squares for Multiomics Analysis

1
Division of Hematology, Department of Internal Medicine, Ohio State University, Columbus, OH 43210, USA
2
Department of Biomedical Informatics, Ohio State University, Columbus, OH 43210, USA
3
Department of Pathology and Laboratory Medicine, Medical University of South Carolina, Charleston, SC 29425, USA
4
Department of Biostatistics, Data Science, and Epidemiology, School of Public Health, Georgia Cancer Center at Augusta University, Augusta, GA 30912, USA
*
Author to whom correspondence should be addressed.
Cancers 2025, 17(2), 287; https://doi.org/10.3390/cancers17020287
Submission received: 13 December 2024 / Revised: 6 January 2025 / Accepted: 14 January 2025 / Published: 17 January 2025
(This article belongs to the Section Methods and Technologies Development)

Simple Summary

Advances in biotechnology have led to a boom in the generation of different kinds of biological data from the same samples, an approach called “multiomics”. So, we need better methods to combine data sources. There are now many “unsupervised” methods that ignore patient outcomes. But there is still a lack of “supervised” methods that can incorporate and learn how to predict patient outcomes. To fill this need, we introduce PLASMA, the first algorithm that can combine multiomics data and predict outcomes like overall survival. PLASMA is built on existing methods that work well on single omics data sets. We trained and tested PLASMA on publicly available stomach cancer data. We validated the model on a closely related but independent cancer type. We also tested the model on a dissimilar cancer type, where it failed to make useful predictions. This result suggests that the components of the model are biologically meaningful.

Abstract

Background/Objectives: Recent growth in the number and applications of high-throughput “omics” technologies has created a need for better methods to integrate multiomics data. Much progress has been made in developing unsupervised methods, but supervised methods have lagged behind. Methods: Here we present the first algorithm, PLASMA, that can learn to predict time-to-event outcomes from multiomics data sets, even when some samples have only been assayed on a subset of the omics data sets. PLASMA uses two layers of existing partial least squares algorithms to first select components that covary with the outcome and then construct a joint Cox proportional hazards model. Results: We apply PLASMA to the stomach adenocarcinoma (STAD) data from The Cancer Genome Atlas. We validate the model both by splitting the STAD data into training and test sets and by applying them to the subset of esophageal cancer (ESCA) containing adenocarcinomas. We use the other half of the ESCA data, which contains squamous cell carcinomas dissimilar to STAD, as a negative comparison. Our model successfully separates both the STAD test set (p = 2.73 × 10−8) and the independent ESCA adenocarcinoma data (p = 0.025) into high-risk and low-risk patients. It does not separate the negative comparison data set (ESCA squamous cell carcinomas, p = 0.57). The performance of the unified multiomics model is superior to that of individually trained models and is also superior to an unsupervised method (Multi-Omics Factor Analysis; MOFA), which finds latent factors to be used as putative predictors in a post hoc survival analysis. Conclusions: Many of the factors that contribute strongly to the PLASMA model can be justified from the biological literature.

1. Introduction

Recent years have seen the development of numerous algorithms and computational packages for the analysis of multiomics data sets [1,2,3,4,5,6,7]. As with other applications of machine learning, problems addressed by these algorithms are divided into two broad categories: unsupervised (e.g., clustering or class discovery) and supervised (including class comparison and class prediction) [8]. Advances in the area of unsupervised learning have been substantially broader and deeper than the advances in supervised learning.
One challenge when trying to integrate multiomics data sets arises from multiple levels of missing data. At a low level, individual features in some data sets may fail to be measured in individual samples. It is usually easy to deal with low-level missing data. In some cases, they can be ignored; in others, appropriate imputation methods may be able to fill in the blanks [9,10]. At a high level, some patients may have been omitted entirely from one of the omics data sets. A common, highly conservative, response is to work with the subset of patients who have “complete data”, that is, the intersection of samples used in all data sets [11]. This approach may throw away much potentially useful data. Especially for time-to-event (“survival”) analyses, where the statistical power depends on the number of events, restricting to the complete data subset may reduce the total sample size to a point where it is no longer possible for a machine learning algorithm to learn a useful prognostic model.
As of this writing, we do not know of any supervised multiomics method that can learn to predict outcomes when some samples have only been assayed on a subset of the omics data sets. In this paper, we present a novel algorithm, Partial LeAst Squares for Multiomics Analysis (PLASMA), to predict time-to-event outcomes in the presence of incomplete data. The core idea of PLASMA relies on a two-step process, built on ideas that have proved useful for analyzing related problems in single omics data sets.
  • Use partial least squares (PLS) with Cox regression analysis [12] to identify factors that can predict time-to-event outcomes in each individual omics data set.
  • For each pair of omics data sets, use samples common to both data sets to train and extend models of each factor to the union of assayed samples. For this step, we use PLS with linear regression [13,14].
First, for each of the omics data sets, we apply the PLS Cox regression algorithm to the time-to-event outcome data to learn separate predictive models (indicated in red, green, and blue, respectively, in Figure 1). Each of the individual models may be incomplete, since they are not defined for patients who have not been assayed (shown in white) using that particular omics technology. In the second step, for each pair of omics data sets, we apply PLS linear regression to learn how to predict the Cox regression components from one data set using features from the other data set. This step extends (shown in pastel red, green, and blue, respectively) each of the original models, in different ways, from the intersection of samples assayed on both data sets to their union. Then we average all the different extended models (ignoring missing data) to get a single coherent model of components across all omics data sets. Assuming that this process has been applied to learn the model from a training data set, we can evaluate the final Cox regression model on both the training set and a new test set of patient samples.
Our approach is motivated, in part, by the unsupervised method of Multi-Omics Factor Analysis (MOFA) [15,16]. MOFA, like PLASMA, does not require all omics assays to have been performed on all samples. It is still able to discover class structure across omics data sets. Also like PLASMA, it starts with a standard method—Latent Factor Analysis—that is known to work well on a single omics data set. It then fits a coherent model that identifies latent factors that are common to, and able to explain the data well in, all the omics data sets under study. Our investigation (unpublished) of the factors found by MOFA suggests that, at least in some cases, it is approximately equivalent to a two-step process analogous to the one we propose in PLASMA.

Terminology

Because of the layered nature of the PLASMA algorithm, we intend to use the following terminology to help clarify the later discussions.
  • The input data contains a list of omics data sets.
  • Each omics data set contains measurements of multiple features.
  • The first step in the algorithm uses PLS Cox regression to find a set of components. Each component is a linear combination of features. The components are used as predictors in a Cox proportional hazards model, which predicts the log hazard ratio as a linear combination of components.
  • The second step in the algorithm creates a secondary layer of components. We do not give these components a separate name. They are not an item of particular focus; we view them as a way to extend the first level components to more samples by “re-interpreting” them in other omics data sets.

2. Methods

Our computational method is implemented in version 1.1.3 of the plasma package, which is available from the Comprehensive R Archive Network (https://CRAN.R-project.org/package=plasma, accessed on 5 December 2024).

2.1. Data

The results included here are based upon data generated by the TCGA Research Network. We downloaded the entire STAD and ESCA Level 3 data sets [17,18] from the FireBrowse web site (http://firebrowse.org/ [19]) on 6 August 2018. We filtered the data sets so that only the most variable, and presumably the most informative, features were retained. To summarize:
  • From TCGA, we obtained 140 columns of clinical, demographic, and laboratory data on 436 patient samples. We removed any columns that always contained the same value, and any columns that were duplicates of other data in the set. We also removed any columns whose values were missing in more than 25% of the patients. We converted categorical variables into sets of binary variables using one-hot-encoding. We then separated the clinical data into three parts:
    • Outcome (overall survival)
    • Binary covariates (75 columns)
    • Continuous covariates (three columns)
  • Exome sequencing data for 430 patients with STAD were obtained as mutation allele format (MAF) files. We removed any gene that was mutated in fewer than 4% of the samples. The resulting data set contained 1329 mutated genes.
  • Methylation data for 388 STAD patients were obtained as beta values computed by TCGA from Illumina Methylation 450K arrays. We removed any CpG site for which the standard deviation of the beta values was less than 0.25 or for which the mean was within 0.15 of the boundary values of 0 or 1. The resulting data set contained 2291 highly variable CpGs.
  • Already normalized sequencing data on 2588 microRNAs (miRs) were obtained for 382 patients. We removed any miR for which the standard deviation of normalized expression was less than 0.10, which left 1064 miRs in the final data set.
  • Already normalized sequencing data on 20,531 mRNAs were obtained in 411 patients. We removed any mRNA whose mean normalized expression was less than five or whose standard deviation was less than 1.25. The final data set included 1690 mRNAs.
  • Normalized expression data from reverse phase protein arrays (RPPA) were obtained from antibodies targeting 133 proteins in 350 patients. All data were retained for further analysis.

2.2. Imputation

We imputed missing data for any patient sample assayed in an input data set that yielded partial incomplete data (that is, at least some meaningful data for that particular sample). The underlying issue is that the PLS models for individual omics data sets will not make predictions on a sample if even one data point is missing. As a result, if a sample is missing at least one data point in every omics data set, then it will be impossible to use that sample at all.
For a range of available methods and R packages, see the CRAN Task View on Missing Data (https://CRAN.R-project.org/view=MissingData, accessed on 5 December 2024). We also recommend the R-miss-tastic web site on missing data (https://rmisstastic.netlify.app/, accessed on 5 December 2024). Their simulations suggest that, for the purposes of producing predictive models from omics data, the imputation method is not particularly important. Because of the latter finding, we have implemented two simple imputation methods in the plasma package:
  • meanModeImputer will replace any missing data with the mean value of the observed data if there are more than five distinct values; otherwise, it will replace missing data with the mode. This approach works for both continuous data and for binary or small categorical data.
  • samplingImputer replaces missing values by sampling randomly from the empirical data distribution.
For both the STAD and ESCA data, we used the sampling imputer.

2.3. Computational Approach

The PLASMA algorithm is based on Partial Least Squares (PLS), which has been shown to be an effective method for finding components that can predict clinically interesting outcomes [13]. The workflow of the PLASMA algorithm is illustrated in Figure 1. First, for each omics data set, we apply the PLS Cox regression algorithm (plsRcox Version 1.7.7 [12]) to the time-to-event data to learn separate predictive models. Each individual omics model consists of three kinds of regression models:
  • The plsRcoxmodel contains the coefficients of the components learned by PLS Cox regression. The number of components is determined automatically as a function of the logarithm of the number of features in the omics data set. The output of this model is a continuous prediction of “risk” for the time-to-event outcome of interest.
  • Next, two separate models are constructed using the prediction of risk on the training data.
    -
    The riskModel is a coxph model using continuous predicted risk as a single predictor.
    -
    The splitModel is a coxph model using a binary split of the risk (at the median) as the predictor.
Each of these models may be incomplete, since they are not defined for patients who have not been assayed using that particular omics technology. In the second step, for each pair of omics data sets, we apply the PLS linear regression algorithm (pls Version 2.8.4 [14]) to learn how to predict the Cox regression components from one data set using features from the other data set. This step extends each of the original models from the intersection of samples assayed on both data sets to their union. Third, we average all the different extended models to get a single coherent model of components across all omics data sets. We then apply the Akaike Information Criterion (AIC) to select a final model from the set of all components arising from all individual models. Assuming that this process has been applied to learn the model from a training data set, we can evaluate the final Cox regression model on both the training set and a new test set of patient samples.
All computations were performed in R version 4.4.1 (2024-06-14 ucrt) of the R Statistical Software Environment [20]. Cox proportional hazards models for survival analysis were fit using version 3.6.4 of the survival R package [21].

2.4. Gene Enrichment

In order to interpret the model, we converted feature identifiers into gene names. This task was straightforward for the mutation, mRNASeq, and RPPA data sets. We used annotation files downloaded from the Illumina web site (https://webdata.illumina.com/downloads/productfiles/humanmethylation450/humanmethylation450_15017482_v1-2.csv, accessed on 5 December 2024) to extract associated genes (possibly more than one per locus) from the methylation data set. Gene enrichment (pathway or annotation) analysis was performed by uploading gene lists to ToppGene (https://toppgene.cchmc.org/) [22]. Results from ToppGene were limited to 40 entries per ToppGene category.

2.5. Preparing the Data

To be consistent with the MOFA R package [15], all of the data sets are arranged so that patient samples are columns and assay features are rows. Each data set includes the same complete set of patients, with columns entirely composed of “NA’s” to indicate samples that were not assayed.

3. Results

3.1. Preprocessing

To illustrate the PLASMA method, we use the stomach adenocarcinoma (STAD) and esophageal cancer (ESCA) data sets from The Cancer Genome Atlas (TCGA). We filtered the data to retain the most variable features and imputed missing data for samples assayed in an input data set with partial incomplete data (See Section 2). These data were then divided into 60% for training and 40% for testing (Figure 2). Before proceeding, we confirmed that there was no significant difference in survival between the randomly assigned training and test sets (Supplemental Figure S1).

3.2. Individual PLS Cox Regression Models

In the first step of the PLASMA algorithm, we fit PLS Cox models on each omics data set separately. On the training set, all seven contributing data sets are able to find a PLS model that can successfully separate high-risk from low-risk patients in the training data (Figure 3).

3.3. Single Omics Predictions on the Test Set

Next, we compared the test results of the joint omics model to the predictions made on the test data from the separate single omics models. The Kaplan−Meier plots in Supplemental Figure S2 show that most of the individual models exhibit poor performance on the test data.

3.4. Training and Testing a Unified Model of Overall Survival

The second step of the algorithm is to extend the individual omics-based models across other omics data sets. Since this step is performed for all pairs of data sets, in our case there are seven different sets of predictions of each PLS component. These different predictions are averaged. The structure of the complete models created is the same as for the separate, individual omics models. Figure 4 shows the final composite Kaplan−Meier plot using the predicted risk, split at the median value of the training data, on both the training and test data sets. The model yields a statistically significant separation of outcomes between the high- and low-risk patients in both the training (p = 3.99 × 10−18) and test (p = 2.73 × 10−8) sets.

3.5. Independent Validation

Because previous unsupervised analyses of the ESCA data suggest that there are two classes of esophageal cancer (one similar to stomach adenocarcinomas and one similar to head-and-neck squamous cell cancers) [17,23], we split the ESCA data into these two types and used them both to evaluate the independent predictive power of the model (Figure 5). As we expected, the model performed poorly on the squamous cell cancers (p = 0.576) and performed well on the adenocarcinomas p = 0.025).

3.6. Interpreting the Model

At this point, our model appears to be a complex black box. We have constructed a matrix of components, based on linear combinations of actual features in different omics data sets. These components are then combined in yet another linear model that predicts the time-to-event outcome through Cox regression. In this section, we want to explore how the individual features from different omics data sets contribute to the models. Our first step in opening the black box is to realize that not all the components discovered from the individual omics data sets survived into the final composite model. Some components were eliminated (by stepwise feature selection based on the Akaike Information Criterion) because they appeared to be nearly linearly related to components found in other omics data sets. So, we can examine the final composite model more closely. In Table 1, we list the components that were retained in the final model, along with their coefficients, hazard ratios (“exp(coef)”), and statistical significance. While the sign of a coefficient indicates whether that component increases (positive) or decreases (negative) the hazard ratio, the full interpretation of those effects will be better understood later when we look at the contributions of individual biological features to the final model.
We see that at least one component discovered from four of the five “true” omics data sets survived in the final model; both the continuous clinical data (ClinicalCont) and the protein (RPPA) components failed. By contrast, three components from the binary clinical data were retained in the final model.

3.7. Final (Composite) Weights

A key point to note is that the core of the PLASMA model consists of a composition of two levels of linear models. One model starts with individual omics data sets and predicts the “components” that we have learned across all data sets. The second model uses the components as predictors in a Cox proportional hazards model of time-to-event (i.e., overall survival) data. The composite of these two steps is yet another linear model. In particular, we can compute the matrix that links the features from the omics-level data sets directly to the final survival outcome. Features from the individual omics data sets with the highest weight for that omics data set in the final model are shown in Figure 6. (We omitted continuous clinical features from this figure since there are only three features, none of which were significant. Also, note that the ninth label on the “ClinicalBin” plot is left-truncated; the full version reads “histological.type.stomach..adenocarcinoma..diffuse.type”.)

3.8. Gene Enrichment Using ToppGene

For each component, we determined the list of significant genes (arbitrarily defined as those in the top 5% by absolute value) contributing to that component. We uploaded those gene lists to the ToppGene web site [22] to perform gene enrichment analyses. We performed an additional gene enrichment analysis using the union of all significant genes from all components. Finally, we performed a similar analysis using the genes with the largest (top 5% by standardized weight) contribution to the final composite model. We clustered both the ToppGene annotation categories and the model components based on correlation between the vectors of the negative log10 p-values of the enrichment scores. Clustering determined the order of the rows and columns of the pathway annotations presented in Figure 7. A more conventional heatmap display of the pathway annotations is also included as Supplemental Figure S3. Corresponding bubble plots for other ToppGene database categories (biological process, cellular location, disease, and drug) are shown in Supplemental Figures S4–S7.

4. Discussion

One of the most interesting aspects of this study is that the PLASMA algorithm successfully discovered a model on the training set that generalized to produce statistically significant results on the test set (Figure 4). Further, it accomplished this goal even though most of the individual omics models did not generalize well to the data set (Supplemental Figure S2). We can think of three possible reasons to explain this performance.
  • “Wisdom of the crowd”. There has long been an idea in the machine learning field that combining ensembles of weak models can give rise to a strong model. Well-established examples of this idea are bagging and boosting [24]
  • “Out of phase”. Each omics data set may overfit the model in a different way. Instead of reinforcing each other, the extent of overfitting may cancel out.
  • “Feature Elimination”. The combined method successfully identifies useful predictive factors. So, we are still able to fit a generalizable Cox model on the final components.
  • More research will need to be conducted on a variety of data sets to determine whether this phenomenon is more general.
In the original analysis of the STAD dataset by the TCGA Research Network [18], the authors identified four molecularly distinct subtypes: tumors positive for Epstein–Barr virus; microsatellite unstable tumors; genomically stable tumors; and tumors with chromosomal instability. These subtypes, albeit possessing distinct molecular characteristics, were not significantly different from each other in terms of survival outcomes. We also performed an unsupervised analysis using MOFA, and found that the latent factors it uncovered were not related to survival (Supplemental Tables S1–S3, Supplemental Figures S8–S13). Thus, we took a different approach: we trained a multiomic model supervised on overall survival, and then dissected the feature weights of omics assays.
First, however, we confirmed that the PLASMA model for STAD could be validated in an independent cohort. We divided the TCGA-ESCA data into esophageal adenocarcinoma (EAC) and esophageal squamous cell carcinoma (ESCC). Based on known biological similarities between EAC and STAD [17,23], we hypothesized that external validation of the PLASMA STAD-model with EAC would yield positive results, and validation with ESCC would serve as a negative comparison. Indeed, we observed that the Kaplan−Meier plot of OS shows little separation between the low- and high-risk patient groups in the validation with ESCC, while there is significant separation in the validation with EAC (Figure 5).
We recognize that a prognostic or predictive model that depends on multiple genome-wide omics technologies is unlikely to move into clinical use soon. The costs to perform the assays, both in dollars and in the delays imposed by waiting for all results, limit its clinical applicability. We expect that it will be necessary to refine the model to use a much smaller set of molecular predictors before it can be clinically useful. Toward that eventual goal, we performed several analyses to determine where to focus our attention.
One approach involved performing gene enrichment analysis to understand the biological role of the complicated factors that PLASMA found across omics data sets (Figure 7). Somewhat surprisingly, the final gene set had weaker associations with any of the biological pathways than did the individual components derived from single omics datasets. However, a heatmap of the same values (Supplemental Figure S3) indicates that the annotation categories for the final gene list are strongly correlated with those for the union of all the component gene sets. It is possible that the associations are weaker because the final model retains fewer related/redundant genes than the individual PLS models. Future research in other disease contexts will be required to understand this phenomenon.
Nevertheless, the gene enrichment analyses may provide a useful way to focus on important factors for overall survival in gastric cancer. The left and right ends of the bubble plot (and the heatmap) mainly contain pathways that distinguish between the factors. But the central portion of the plots, from the KEGG_ERBB_SIGNALING_PATHWAY on the left to the WP_GLIOBLASTOMA_SIGNALING_PATHWAYS on the right, primarily consists of signaling pathways that have been identified as important across all the multiomic factors we found. Moreover, many of these signaling pathways have already been identified in the literature as important in gastric cancer. These include signaling pathways involving ERBB (EGFR) [25], Gastrin [26], Leptin [27], KIT [28], Oncostatin M [29], CKAP4 [30], and the PI3K-AKT-MTOR pathway [31]. There is also a strong association with Prolactin signaling, which has previously been highlighted for its role in breast cancer [32] and in colon cancer [33].
One limitation of gene enrichment analysis is that it ignores the direction of association between pathways (or genes) and survival. Genes with both positive and negative weights, either for individual components or in the final model, were combined when performing gene enrichment analysis. In order to better understand the contributions of individual gene features, we looked more closely at their weights in the final model of survival (Figure 6). We found that some of the binary clinical variables (ClinicalBin) successfully separated high- and low-risk patients in the STAD test set. Furthermore, the weights given to these features in the final composite model appeared reasonable. Being tumor free had a large negative weight, indicating decreased risk, while having a residual tumor had a positive weight, indicating increased risk. Similarly, having grade 2 or stage IB tumors or complete response to therapy were markers of good prognosis, while having grade 3 or stage IIIB tumors were markers of poor prognosis.
From the mutation allele format (MAF) dataset, we found that the most positive weight is from ERBB3, a member of the EGFR family that can heterodimerize with other family members, notably ERBB2 [34]. Overexpression of ERBB3 and ERBB1 mRNAs and proteins in histological specimens of gastric cancer has been significantly associated with tumor relapse and poorly differentiated morphology [35]. From the RPPA data set, we observed that ERBB2 possesses a positive weight, and is therefore positively associated with worse outcome. This result, again, matches what is currently known in ERBB2-mutant gastric cancers and other cancers such as breast and lung cancers: overexpression of ERBB2 promotes tumor growth and survival by downstream signaling through the PI3K-AKT and RAS-MAPK pathways. Many of the results from the mRNAseq data set can also be validated from the literature. These include the fact that increased expression of SYK [36], DMBT1 [37], CASP7 [38], OLFM4 [39], and PIGR [40] has been reported to be associated with prolonged survival. High expression of MAGEA6 [41], DKK1 [42], and the MYC-induced long noncoding RNA H19 [43] has been associated with shorter survival.
In a wide variety of cancers, TP53 mutations are generally associated with a poor prognosis, including in gastric adenocarcinomas when TP53 was assessed by immunohistochemistry [44]. However, our analysis of the MAF data set found that the presence of a TP53 mutation was associated with a negative weight, and therefore better overall survival. This result is supported by a univariate analysis using the STAD TCGA data set that reported that wild type TP53 was associated with poorer prognosis in patients with gastric cancer [45], confirming independent findings reported previously [46,47,48]. However, several other studies found no association between TP53 and survival in stomach cancer [49,50,51,52]. Earlier studies were characterized by a variety of methods to assess mutation status, including immunohistochemical staining [44] and limited direct sequence analysis of specific mutation hotspots [53]. Since our approach is based on whole exome sequencing of the entire gene, as well as the indirect contribution of genes such as TP53 through various components, it is still possible that TP53 has a small, non-independent effect that merely contributes to the effects of other mutations. We also found that ATM mutations and ATM expression were associated with a better outcome. Similar to mutated TP53, the literature contains conflicting results, with reports of low ATM expression associated with both poor [54] and good [55] prognosis. These apparently discrepant findings suggest that the association between mutation status and prognosis depends upon both the context and the methods used to assess mutation status.
The weights from the miRNA-seq data set have mixed agreement with what is known about the role of miRs in STAD. We found that miR-509 and miR-338 have negative weights and thus lower levels should be associated with worse prognosis, which agrees with the literature [56,57,58,59]. But we also found that miR-552, miR-105, and miR-196a have negative weights, yet the literature suggests that higher levels of these miRs are associated with tumor severity in gastric cancer or breast cancer [60,61,62]. Similarly, downregulation of miR-31 has been reported to be associated with worse overall survival of gastric cancer patients [63], which, again, is the opposite of our results. We are unable to fully explain the discrepancies between our findings and the literature. The differences may be related to the fact that many earlier studies used different technologies (for example, microarrays rather than sequencing). There may also be differences depending on whether assays are targeting primary miRNAs, precursor miRNAs, or 3′ or 5′ mature miRNAs.

5. Conclusions

We have identified a multiomic machine learning model that found composites of the variables, i.e., “components,” supervised with respect to patient outcome. We found 23 components, 14 of which were retained in the final PLASMA model. We validated the model with 1/3 of the STAD dataset and with the adenocarcinoma subset of the independent ESCA dataset. Using gene enrichment analysis, we were able to associate the predictive components with important pathways relevant to gastric cancer. By dissecting the weight matrix, we were also able to find a list of variables from different omics datasets with large contributions to patient outcome, many of which could be confirmed in the literature. Thus, we have demonstrated that PLASMA can be used as a discovery tool to highlight features associated with patient outcomes of interest. This process may ultimately prove useful by providing hints of novel targets in both gastric and other cancers.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/cancers17020287/s1, Figure S1: Kaplan−Meier plot of overall survival for the training and test sets. Figure S2: Kaplan−Meier plots of overall survival on the STAD test set from separate PLS Cox omics models. Figure S3: Heatmap of components clustered based on biological process annotation p-values. Figure S4: Bubble plot of components clustered based on biological process annotation p-values. Figure S5: Bubble plot of components clustered based on biological process annotation p-values. Figure S6: Bubble plot of components clustered based on disease annotation p-values. Figure S7: Bubble plot of components clustered based on drug annotation p-values. The supplementary file also contains a complete analysis using MOFA to learn latent factors and trying to use them to predict survival. This analysis includes Figure S8: Correlation between MOFA latent factors. Figure S9: Amount of variance explained by latent factors in omics data sets. Table S1: Details of the univariate Cox Proportional Hazards models for overall survival (OS) using MOFA factors as predictors (Coef = log hazard ratio, HR = hazard ratio, score = log-rank test statistic). Table S2: Details of the multivariate Cox Proportional Hazards model for overall survival (OS) using all MOFA factors as predictors (coef = log hazard ratio, exp(coef = hazard ratio, se = standard error). Table S3: Details of the multivariate Cox Proportional Hazards model for overall survival (OS) with variables selected using stepwise regression with AIC. Table S4: The comma-separated-values (CSV) spreadsheet. Figure S10: Kaplan−Meier plot based on risk predicted by MOFA latent factors. Figure S11: Kaplan−Meier plot of approximate MOFA model on the training data. Figure S12: Kaplan−Meier plot of MOFA model on test data. Figure S13: Kaplan−Meier plot of MOA model on the ESCA adenocarcinoma validation data.

Author Contributions

Conceptualization, K.R.C. and C.C.O.; methodology, K.R.C., L.Y., K.Y. and S.A.; software, K.R.C., K.Y. and S.A.; validation, K.Y. and S.A; formal analysis, K.R.C. and K.Y.; investigation, K.Y.; resources, C.C.O.; data curation, K.Y. and S.A.; writing—original draft preparation, K.R.C. and K.Y.; writing—review and editing, C.C.O., L.Y., S.A. and L.V.A.; visualization, K.Y. and S.A.; supervision, K.R.C. and C.C.O.; funding acquisition, K.R.C. and C.C.O. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by a collaboration grant from the Department of Biomedical Informatics at The Ohio State University, and by startup funds from the Ohio State University Comprehensive Cancer Center and from the Georgia Cancer Center at Augusta University.

Institutional Review Board Statement

Not applicable, since all data used in this paper were already deidentified and publicly available from TCGA.

Informed Consent Statement

Waived, since all consents were obtained by TCGA before making the data publicly available for reuse.

Data Availability Statement

The results included here are wholly based upon data generated by the TCGA Research Network (https://www.cancer.gov/ccg/research/genome-sequencing/tcga). The plasma R package can be obtained from The Comprehensive R Archive Network (CRAN) at https://CRAN.R-project.org/package=plasma. The latest version of the package can always be obtained from R-Forge at https://r-forge.r-project.org/R/?group_id=1746. Source code and data for the full analysis presented here can be obtained from GitLab, at https://gitlab.com/krcoombes/plasma. All accessed on 5 December 2024.

Conflicts of Interest

The authors declare no potential conflicts of interest.

References

  1. Subramanian, I.; Verma, S.; Kumar, S.; Jere, A.; Anamika, K. Multi-Omics Data Integration, Interpretation, and Its Application. Bioinform. Biol. Insights 2020, 14, 1177932219899051. [Google Scholar] [CrossRef] [PubMed]
  2. Graw, S.; Chappell, K.; Washam, C.L.; Gies, A.; Bird, J.; Robeson, M.S.; Byrum, S.D. Multi-Omics Data Integration Considerations and Study Design for Biological Systems and Disease. Mol. Omics 2021, 17, 170–185. [Google Scholar] [CrossRef] [PubMed]
  3. Heo, Y.J.; Hwa, C.; Lee, G.H.; Park, J.M.; An, J.Y. Integrative Multi-Omics Approaches in Cancer Research: From Biological Networks to Clinical Subtypes. Mol. Cells 2021, 44, 433–443. [Google Scholar] [CrossRef]
  4. Picard, M.; Scott-Boyer, M.P.; Bodein, A.; Perin, O.; Droit, A. Integration Strategies of Multi-Omics Data for Machine Learning Analysis. Comput. Struct. Biotechnol. J. 2021, 19, 3735–3746. [Google Scholar] [CrossRef]
  5. Reel, P.S.; Reel, S.; Pearson, E.; Trucco, E.; Jefferson, E. Using Machine Learning Approaches for Multi-Omics Data Analysis: A Review. Biotechnol. Adv. 2021, 49, 107739. [Google Scholar] [CrossRef]
  6. Vlachavas, E.I.; Bohn, J.; Uckert, F.; Nurnberg, S. A Detailed Catalogue of Multi-Omics Methodologies for Identification of Putative Biomarkers and Causal Molecular Networks in Translational Cancer Research. Int. J. Mol. Sci. 2021, 22, 2822. [Google Scholar] [CrossRef] [PubMed]
  7. Adossa, N.; Khan, S.; Rytkonen, K.T.; Elo, L.L. Computational Strategies for Single-Cell Multi-Omics Integration. Comput. Struct. Biotechnol. J. 2021, 19, 2588–2596. [Google Scholar] [CrossRef]
  8. Simon, R.M.; Dobbin, K. Experimental Design of DNA Microarray Experiments. Biotechniques 2003, 34 (Suppl. S3), 16–21. [Google Scholar] [CrossRef]
  9. Halder, R.K.; Uddin, M.N.; Uddin, M.A.; Aryal, S.; Saha, S.; Hossen, R.; Ahmed, S.; Rony, M.A.T.; Akter, M.F. ML-CKDP: Machine Learning-Based Chronic Kidney Disease Prediction with Smart Web Application. J. Pathol. Inform. 2024, 15, 100371. [Google Scholar] [CrossRef]
  10. Karim, H.T.; Lee, S.; Gerlach, A.; Stinley, M.; Berta, R.; Mahbubani, R.; Tudorascu, D.L.; Butters, M.A.; Gross, J.J.; Andreescu, C. Hippocampal Subfield Volume in Older Adults with and Without Mild Cognitive Impairment: Effects of Worry and Cognitive Reappraisal. Neurobiol. Aging 2024, 141, 55–65. [Google Scholar] [CrossRef] [PubMed]
  11. Danstrup, C.S.; Andersen, M.; Lundbye-Christensen, S.; Sommer, M.; Lyhne, N.M. Survey of Danish Head and Neck Cancer Patients’ Positions on Personalized Medicine, Gene Tests, and Personalized Follow-Up. J. Pers. Med. 2024, 14, 404. [Google Scholar] [CrossRef] [PubMed]
  12. Bertrand, F.; Maumy-Bertrand, M. Fitting and Cross-Validating Cox Models to Censored Big Data With Missing Values Using Extensions of Partial Least Squares Regression Models. Front. Big Data 2021, 4, 684794. [Google Scholar] [CrossRef]
  13. Bastien, P.; Bertrand, F.; Meyer, N.; Maumy-Bertrand, M. Deviance Residuals-Based Sparse PLS and Sparse Kernel PLS Regression for Censored Data. Bioinformatics 2015, 31, 397–404. [Google Scholar] [CrossRef] [PubMed]
  14. Mishra, P.; Liland, K.H. Swiss Knife Partial Least Squares (SKPLS): One Tool for Modelling Single Block, Multiblock, Multiway, Multiway Multiblock Including Multi-Responses and Meta Information Under the ROSA Framework. Anal. Chim. Acta 2022, 1206, 339786. [Google Scholar] [CrossRef]
  15. Argelaguet, R.; Velten, B.; Arnol, D.; Dietrich, S.; Zenz, T.; Marioni, J.C.; Buettner, F.; Huber, W.; Stegle, O. Multi-Omics Factor Analysis-a Framework for Unsupervised Integration of Multi-Omics Data Sets. Mol. Syst. Biol. 2018, 14, e8124. [Google Scholar] [CrossRef] [PubMed]
  16. Argelaguet, R.; Arnol, D.; Bredikhin, D.; Deloro, Y.; Velten, B.; Marioni, J.C.; Stegle, O. MOFA+: A Statistical Framework for Comprehensive Integration of Multi-Modal Single-Cell Data. Genome Biol. 2020, 21, 111. [Google Scholar] [CrossRef]
  17. Kim, J.; Bowlby, R.; Mungall, A.J.; Robertson, A.G.; Odze, R.D.; Cherniack, A.D.; Shih, J.; Pedamallu, C.S.; Cibulskis, C.; Dunford, A.; et al. Integrated Genomic Characterization of Oesophageal Carcinoma. Nature 2017, 541, 169–175. [Google Scholar] [CrossRef]
  18. Cancer Genome Atlas Research Network. Comprehensive Molecular Characterization of Gastric Adenocarcinoma. Nature 2014, 513, 202–209. [Google Scholar] [CrossRef] [PubMed]
  19. Deng, M.; Bragelmann, J.; Kryukov, I.; Saraiva-Agostinho, N.; Perner, S. FirebrowseR: An R Client to the Broad Institute’s Firehose Pipeline. Database 2017, 2017, baw160. [Google Scholar] [CrossRef]
  20. R Core Team. R: A Language and Environment for Statistical Computing; R Foundation for Statistical Computing: Vienna, Austria, 2022. [Google Scholar]
  21. Therneau, T.M.; Grambsch, P.M. Modeling Survival Data: Extending the Cox Model; Dietz, K., Gail, M., Krickeberg, K., Samet, J., Tsiatis, A., Eds.; Statistics for Biology and Health; Springer: New York, NY, USA, 2000; ISBN 978-1-4419-3161-0/978-1-4757-3294-8. [Google Scholar]
  22. Chen, J.; Bardes, E.E.; Aronow, B.J.; Jegga, A.G. ToppGene Suite for Gene List Enrichment Analysis and Candidate Gene Prioritization. Nucleic Acids Res. 2009, 37, W305–W311. [Google Scholar] [CrossRef]
  23. Abrams, Z.B.; Zucker, M.; Wang, M.; Asiaee Taheri, A.; Abruzzo, L.V.; Coombes, K.R. Thirty Biologically Interpretable Clusters of Transcription Factors Distinguish Cancer Type. BMC Genom. 2018, 19, 738. [Google Scholar] [CrossRef]
  24. Sutton, C.D. Classification and Regression Trees, Bagging, and Boosting. Handb. Stat. 2005, 24, 303–329. [Google Scholar] [CrossRef]
  25. Arienti, C.; Pignatta, S.; Tesei, A. Epidermal Growth Factor Receptor Family and Its Role in Gastric Cancer. Front. Oncol. 2019, 9, 1308. [Google Scholar] [CrossRef] [PubMed]
  26. Zhao, Y.; Wang, Q.; Zeng, Y.; Xie, Y.; Zhou, J. Gastrin/CCK-B Receptor Signaling Promotes Cell Invasion and Metastasis by Upregulating MMP-2 and VEGF Expression in Gastric Cancer. J. Cancer 2022, 13, 134–145. [Google Scholar] [CrossRef] [PubMed]
  27. Lin, T.-C.; Hsiao, M. Leptin and Cancer: Updated Functional Roles in Carcinogenesis, Therapeutic Niches, and Developments. Int. J. Mol. Sci. 2021, 22, 2870. [Google Scholar] [CrossRef]
  28. Pan, S.; Tan, J.; Deng, Y.; Wan, B.-H.; Zhang, X.-Y.; Guan, B.-G. KIT Performed as a Driver Gene Candidate Affecting the Survival Status of Patients with Stomach Adenocarcinoma. Oncotarget 2017, 8, 70183–70191. [Google Scholar] [CrossRef]
  29. Su, L.; Wu, X.; Li, J.; Yu, Z.; Liu, B. Interaction of Oncostatin M and Its Receptor OSMR Promotes Gastric Cancer Progression via STAT3/FAK/Src Signaling. Ann. Oncol. 2018, 29, viii678. [Google Scholar] [CrossRef]
  30. Luo, M.; Chen, Y.-J.; Xie, Y.; Wang, Q.-R.; Xiang, Y.-N.; Long, N.-Y.; Yang, W.-X.; Zhao, Y.; Zhou, J.-J. Dickkopf-Related Protein 1/Cytoskeleton-Associated Protein 4 Signaling Activation by Helicobacter Pylori-Induced Activator Protein-1 Promotes Gastric Tumorigenesis via the PI3K/AKT/mTOR Pathway. World J. Gastroenterol. 2022, 28, 6769–6787. [Google Scholar] [CrossRef]
  31. Matsuoka, T.; Yashiro, M. The Role of PI3K/Akt/mTOR Signaling in Gastric Carcinoma. Cancers 2014, 6, 1441–1463. [Google Scholar] [CrossRef] [PubMed]
  32. Standing, D.; Dandawate, P.; Anant, S. Prolactin Receptor Signaling: A Novel Target for Cancer Treatment—Exploring Anti-PRLR Signaling Strategies. Front. Endocrinol. 2022, 13, 1112987. [Google Scholar] [CrossRef]
  33. Neradugomma, N.K.; Subramaniam, D.; Tawfik, O.W.; Goffin, V.; Kumar, T.R.; Jensen, R.A.; Anant, S. Prolactin Signaling Enhances Colon Cancer Stemness by Modulating Notch Signaling in a Jak2-STAT3/ERK Manner. Carcinogenesis 2014, 35, 795–806. [Google Scholar] [CrossRef] [PubMed]
  34. Jaiswal, B.S.; Kljavin, N.M.; Stawiski, E.W.; Chan, E.; Parikh, C.; Durinck, S.; Chaudhuri, S.; Pujara, K.; Guillory, J.; Edgar, K.A.; et al. Oncogenic ERBB3 Mutations in Human Cancers. Cancer Cell 2013, 23, 603–617. [Google Scholar] [CrossRef]
  35. Moghbeli, M.; Makhdoumi, Y.; Soltani Delgosha, M.; Aarabi, A.; Dadkhah, E.; Memar, B.; Abdollahi, A.; Abbaszadegan, M.R. ErbB1 and ErbB3 Co-over Expression as a Prognostic Factor in Gastric Cancer. Biol. Res. 2019, 52, 2. [Google Scholar] [CrossRef] [PubMed]
  36. Nakashima, H.; Natsugoe, S.; Ishigami, S.; Okumura, H.; Matsumoto, M.; Hokita, S.; Aikou, T. Clinical Significance of Nuclear Expression of Spleen Tyrosine Kinase (Syk) in Gastric Cancer. Cancer Lett. 2006, 236, 89–94. [Google Scholar] [CrossRef] [PubMed]
  37. Sousa, J.F.; Ham, A.-J.L.; Whitwell, C.; Nam, K.T.; Lee, H.-J.; Yang, H.-K.; Kim, W.H.; Zhang, B.; Li, M.; LaFleur, B.; et al. Proteomic Profiling of Paraffin-Embedded Samples Identifies Metaplasia-Specific and Early-Stage Gastric Cancer Biomarkers. Am. J. Pathol. 2012, 181, 1560–1572. [Google Scholar] [CrossRef] [PubMed]
  38. Liang, R.; Chen, W.; Chen, X.-Y.; Fan, H.-N.; Zhang, J.; Zhu, J.-S. Dihydroartemisinin Inhibits the Tumorigenesis and Invasion of Gastric Cancer by Regulating STAT1/KDR/MMP9 and P53/BCL2L1/CASP3/7 Pathways. Pathol. Res. Pract. 2021, 218, 153318. [Google Scholar] [CrossRef] [PubMed]
  39. Luo, Z.; Zhang, Q.; Zhao, Z.; Li, B.; Chen, J.; Wang, Y. OLFM4 Is Associated with Lymph Node Metastasis and Poor Prognosis in Patients with Gastric Cancer. J. Cancer Res. Clin. Oncol. 2011, 137, 1713–1720. [Google Scholar] [CrossRef]
  40. Fristedt, R.; Gaber, A.; Hedner, C.; Nodin, B.; Uhlén, M.; Eberhard, J.; Jirström, K. Expression and Prognostic Significance of the Polymeric Immunoglobulin Receptor in Esophageal and Gastric Adenocarcinoma. J. Transl. Med. 2014, 12, 83. [Google Scholar] [CrossRef]
  41. Endo, M.; Kanda, M.; Sawaki, K.; Shimizu, D.; Tanaka, C.; Kobayashi, D.; Hattori, N.; Hayashi, M.; Yamada, S.; Koike, M.; et al. Tissue Expression of Melanoma-associated Antigen A6 and Clinical Characteristics of Gastric Cancer. Anticancer. Res. 2019, 39, 5903–5910. [Google Scholar] [CrossRef] [PubMed]
  42. Gao, C.; Xie, R.; Ren, C.; Yang, X. Dickkopf-1 Expression Is a Novel Prognostic Marker for Gastric Cancer. J. Biomed. Biotechnol. 2012, 2012, 804592. [Google Scholar] [CrossRef]
  43. Zhang, E.-B.; Han, L.; Yin, D.-D.; Kong, R.; De, W.; Chen, J. C-Myc-induced, Long, Noncoding H19 Affects Cell Proliferation and Predicts a Poor Prognosis in Patients with Gastric Cancer. Med. Oncol. 2014, 31, 914. [Google Scholar] [CrossRef] [PubMed]
  44. Lazăr, D.; Tăban, S.; Sporea, I.; Dema, A.; Cornianu, M.; Lazăr, E.; Goldiş, A.; Raţiu, I.; Vernic, C. The Immunohistochemical Expression of the P53-Protein in Gastric Carcinomas. Correlation with Clinicopathological Factors and Survival of Patients. Rom. J. Morphol. Embryol. Rev. Roum. Morphol. Embryol. 2010, 51, 249–257. [Google Scholar]
  45. Deng, W.; Hao, Q.; Vadgama, J.; Wu, Y. Wild-Type TP53 Predicts Poor Prognosis in Patients with Gastric Cancer. J. Cancer Sci. Clin. Ther. 2021, 5, 134–153. [Google Scholar] [CrossRef] [PubMed]
  46. Victorzon, M.; Nordling, S.; Haglund, C.; Lundin, J.; Roberts, P.J. Expression of P53 Protein as a Prognostic Factor in Patients with Gastric Cancer. Eur. J. Cancer 1996, 32A, 215–220. [Google Scholar] [CrossRef] [PubMed]
  47. Bazas, V.M.; Lukyanova, N.Y.; Lisovenko, G.S.; Rozumiy, D.O.; Potebnya, G.P. Postoperative Autovaccinotherapy for Patients with Gastric Cancer and Expression of Some Proteins in Tumor Tissue. Exp. Oncol. 2009, 31, 182–184. [Google Scholar] [PubMed]
  48. Gonçalves, A.R.; Carneiro, A.J.V.; Martins, I.; de Faria, P.A.S.; Ferreira, M.A.; de Mello, E.L.R.; Fogaça, H.S.; Elia, C.C.S.; de Souza, H.S.P. Prognostic Significance of P53 Protein Expression in Early Gastric Cancer. Pathol. Oncol. Res. POR 2011, 17, 349–355. [Google Scholar] [CrossRef] [PubMed]
  49. Ismail, H.M.; Moneer, M.; El-Baradie, M.; Khorshid, O.; Touny, A. Clinicopathologic and Prognostic Significance of Overexpression of Her-2/Neu and P53 Oncoproteins in Gastric Carcinoma Using Tissue Microarray. J. Egypt. Natl. Cancer Inst. 2007, 19, 147–157. [Google Scholar]
  50. Sezer, C.; Yildirim, M.; Yildiz, M.; Sezgin, A.; Donem Dilli, U.; Goktas, S.; Bulbuller, N. Prognostic Significance of Biological Apoptosis Factors in Gastric Cancer. J BUON 2013, 18, 138–146. [Google Scholar] [PubMed]
  51. Liu, X.; Yu, H.; Cai, H.; Wang, Y. Expression of CD24, P21, P53, and c-Myc in Alpha-Fetoprotein-Producing Gastric Cancer: Correlation with Clinicopathologic Characteristics and Survival. J. Surg. Oncol. 2014, 109, 859–864. [Google Scholar] [CrossRef]
  52. Ahadi, M.; Moradi, A.; Musavinejad, L.; Movafagh, A.; Moradi, A. The Expression of P53, CD44, Ki-67, and HER-2/Neu Markers in Gastric Cancer and Its Association with Histopathological Indicators: A Retrospective Study. Asian Pac. J. Cancer Prev. APJCP 2020, 21, 1607–1614. [Google Scholar] [CrossRef] [PubMed]
  53. Tahara, T.; Shibata, T.; Okamoto, Y.; Yamazaki, J.; Kawamura, T.; Horiguchi, N.; Okubo, M.; Nakano, N.; Ishizuka, T.; Nagasaka, M.; et al. Mutation Spectrum of TP53 Gene Predicts Clinicopathological Features and Survival of Gastric Cancer. Oncotarget 2016, 7, 42252–42260. [Google Scholar] [CrossRef]
  54. Abdel-Fatah, T.; Arora, A.; Gorguc, I.; Abbotts, R.; Beebeejaun, S.; Storr, S.; Mohan, V.; Hawkes, C.; Soomro, I.; Lobo, D.N.; et al. Are DNA Repair Factors Promising Biomarkers for Personalized Therapy in Gastric Cancer? Antioxid. Redox Signal. 2013, 18, 2392–2398. [Google Scholar] [CrossRef] [PubMed]
  55. Kim, J.W.; Im, S.-A.; Kim, M.A.; Cho, H.J.; Lee, D.W.; Lee, K.-H.; Kim, T.-Y.; Han, S.-W.; Oh, D.-Y.; Lee, H.-J.; et al. Ataxia-Telangiectasia-Mutated Protein Expression with Microsatellite Instability in Gastric Cancer as Prognostic Marker. Int. J. Cancer 2014, 134, 72–80. [Google Scholar] [CrossRef] [PubMed]
  56. Zhang, J.; Zhu, Z.; Sheng, J.; Yu, Z.; Yao, B.; Huang, K.; Zhou, L.; Qiu, Z.; Huang, C. miR-509-3-5P Inhibits the Invasion and Lymphatic Metastasis by Targeting PODXL and Serves as a Novel Prognostic Indicator for Gastric Cancer. Oncotarget 2017, 8, 34867–34883. [Google Scholar] [CrossRef]
  57. Sun, J.; Li, J.; Zhang, W.; Zhang, J.; Sun, S.; Li, G.; Song, H.; Wan, D. MicroRNA-509-3p Inhibits Cancer Cell Proliferation and Migration via Upregulation of XIAP in Gastric Cancer Cells. Oncol. Res. 2017, 25, 455–461. [Google Scholar] [CrossRef] [PubMed]
  58. Sun, F.; Yu, M.; Yu, J.; Liu, Z.; Zhou, X.; Liu, Y.; Ge, X.; Gao, H.; Li, M.; Jiang, X.; et al. miR-338-3p Functions as a Tumor Suppressor in Gastric Cancer by Targeting PTP1B. Cell Death Dis. 2018, 9, 522. [Google Scholar] [CrossRef] [PubMed]
  59. Liu, S.; Suo, J.; Wang, C.; Sun, X.; Wang, D.; He, L.; Zhang, Y.; Li, W. Downregulation of Tissue miR-338-3p Predicts Unfavorable Prognosis of Gastric Cancer. Cancer Biomark. Sect. A Dis. Markers 2017, 21, 117–122. [Google Scholar] [CrossRef] [PubMed]
  60. Feng, X.; Zhu, M.; Liao, B.; Tian, T.; Li, M.; Wang, Z.; Chen, G. Upregulation of miR-552 Predicts Unfavorable Prognosis of Gastric Cancer and Promotes the Proliferation, Migration, and Invasion of Gastric Cancer Cells. Oncol. Res. Treat. 2020, 43, 103–111. [Google Scholar] [CrossRef] [PubMed]
  61. Lin, B.; Liu, C.; Shi, E.; Jin, Q.; Zhao, W.; Wang, J.; Ji, R. MiR-105-3p Acts as an Oncogene to Promote the Proliferation and Metastasis of Breast Cancer Cells by Targeting GOLIM4. BMC Cancer 2021, 21, 275. [Google Scholar] [CrossRef] [PubMed]
  62. Zheng, G.; Xiong, Y.; Xu, W.; Wang, Y.; Chen, F.; Wang, Z.; Yan, Z. A Two-microRNA Signature as a Potential Biomarker for Early Gastric Cancer. Oncol. Lett. 2014, 7, 679–684. [Google Scholar] [CrossRef] [PubMed]
  63. Wang, H.; Zhang, X.; Liu, Y.; Ni, Z.; Lin, Y.; Duan, Z.; Shi, Y.; Wang, G.; Li, F. Downregulated miR-31 Level Associates with Poor Prognosis of Gastric Cancer and Its Restoration Suppresses Tumor Cell Malignant Phenotypes by Inhibiting E2F2. Oncotarget 2016, 7, 36577–36589. [Google Scholar] [CrossRef]
Figure 1. Workflow schematic for PLASMA algorithm with three omics data sets. Details of each step in the algorithm are explained in the main text.
Figure 1. Workflow schematic for PLASMA algorithm with three omics data sets. Details of each step in the algorithm are explained in the main text.
Cancers 17 00287 g001
Figure 2. Overview of training and test data. (N is the number of samples in a data set; D is the number of features. RPPA = reverse phase protein arrays; Meth450 = Illumina 450K methylation arrays; MAF = mutation allele format; ClinicalBin = binary clinical features; ClinicalCont = continuous clinical features.).
Figure 2. Overview of training and test data. (N is the number of samples in a data set; D is the number of features. RPPA = reverse phase protein arrays; Meth450 = Illumina 450K methylation arrays; MAF = mutation allele format; ClinicalBin = binary clinical features; ClinicalCont = continuous clinical features.).
Cancers 17 00287 g002
Figure 3. Kaplan−Meier plots of overall survival on the STAD training set from separate PLS Cox omics models.
Figure 3. Kaplan−Meier plots of overall survival on the STAD training set from separate PLS Cox omics models.
Cancers 17 00287 g003
Figure 4. Kaplan−Meier plot of overall survival using the unified PLASMA Cox model on (A) the STAD training set and (B) the STAD test set.
Figure 4. Kaplan−Meier plot of overall survival using the unified PLASMA Cox model on (A) the STAD training set and (B) the STAD test set.
Cancers 17 00287 g004
Figure 5. Kaplan−Meier plot of overall survival using the unified PLASMA Cox model on (A) the negative comparison ESCA squamous cell cancers and (B) the ESCA adenocarcinoma validation set.
Figure 5. Kaplan−Meier plot of overall survival using the unified PLASMA Cox model on (A) the negative comparison ESCA squamous cell cancers and (B) the ESCA adenocarcinoma validation set.
Cancers 17 00287 g005
Figure 6. Highly weighted features in the final Cox model. All weights have been standardized within omics data set. Positive weights (magenta) indicate increased hazard ratio; negative weights (green) indicate decreased hazard ratio. Note that the ninth label on the “ClinicalBin” plot is left-truncated; the full version reads “histological.type.stomach..adenocarcinoma..diffuse.type”. Prefix M = MAF; prefix R = mRNASeq.
Figure 6. Highly weighted features in the final Cox model. All weights have been standardized within omics data set. Positive weights (magenta) indicate increased hazard ratio; negative weights (green) indicate decreased hazard ratio. Note that the ninth label on the “ClinicalBin” plot is left-truncated; the full version reads “histological.type.stomach..adenocarcinoma..diffuse.type”. Prefix M = MAF; prefix R = mRNASeq.
Cancers 17 00287 g006
Figure 7. Clustering components based on pathway annotation p-values. Gene enrichment analysis was performed in ToppGene for individual and combined components. The Pearson correlation coefficient between p-values for enrichment of biological pathways was used to cluster both the components and the pathways. The sizes of bubbles reflect the enrichment score, and the colors reflect the p-value. The comma-separated-values (CSV) spreadsheet (Supplementary Table S4) maps the displayed values to the full original values.
Figure 7. Clustering components based on pathway annotation p-values. Gene enrichment analysis was performed in ToppGene for individual and combined components. The Pearson correlation coefficient between p-values for enrichment of biological pathways was used to cluster both the components and the pathways. The sizes of bubbles reflect the enrichment score, and the colors reflect the p-value. The comma-separated-values (CSV) spreadsheet (Supplementary Table S4) maps the displayed values to the full original values.
Cancers 17 00287 g007
Table 1. Coefficients of the omics components retained in the final model.
Table 1. Coefficients of the omics components retained in the final model.
coefexp(coef)se(coef)zp
MAF11.5314.6240.3824.0060.00006
MAF21.2833.6080.1916.7290.00000
MAF36.092442.2441.5094.0370.00005
miRSeq11.1313.0980.3343.3870.00071
miRSeq30.2631.3010.1042.5320.01135
miRSeq4−0.9850.3730.449−2.1930.02833
ClinicalBin1−1.7000.1830.955−1.7800.07501
ClinicalBin2−6.4070.0023.309−1.9360.05285
ClinicalBin3−4.4260.0121.961−2.2580.02397
mRNASeq1−0.1800.8350.128−1.4050.16005
mRNASeq20.9492.5820.2923.2480.00116
mRNASeq40.7792.1780.4361.7880.07385
Meth4501−0.0950.9090.041−2.3010.02140
Meth4502−1.9920.1360.924−2.1560.03105
Abbreviations: coef = log hazard ratio; exp(coef) = hazard ratio; MAF = mutation allele frequency data component; miRSeq = microRNA sequencing data component; ClinicalBin = clinical binary data component; mRNASeq = mRNA sequencing data component; Meth = methylation data component.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Yamaguchi, K.; Abdelbaky, S.; Yu, L.; Oakes, C.C.; Abruzzo, L.V.; Coombes, K.R. PLASMA: Partial LeAst Squares for Multiomics Analysis. Cancers 2025, 17, 287. https://doi.org/10.3390/cancers17020287

AMA Style

Yamaguchi K, Abdelbaky S, Yu L, Oakes CC, Abruzzo LV, Coombes KR. PLASMA: Partial LeAst Squares for Multiomics Analysis. Cancers. 2025; 17(2):287. https://doi.org/10.3390/cancers17020287

Chicago/Turabian Style

Yamaguchi, Kyoko, Salma Abdelbaky, Lianbo Yu, Christopher C. Oakes, Lynne V. Abruzzo, and Kevin R. Coombes. 2025. "PLASMA: Partial LeAst Squares for Multiomics Analysis" Cancers 17, no. 2: 287. https://doi.org/10.3390/cancers17020287

APA Style

Yamaguchi, K., Abdelbaky, S., Yu, L., Oakes, C. C., Abruzzo, L. V., & Coombes, K. R. (2025). PLASMA: Partial LeAst Squares for Multiomics Analysis. Cancers, 17(2), 287. https://doi.org/10.3390/cancers17020287

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop