A Novel Classification Predicts Prognosis and Drug Sensitivity in Osteosarcoma Based on Alterations in Gene Sets

Aging 2024 AI 8 Explanations View Original
Original Paper (PDF)

Unable to display PDF. Download it here or view on PMC.

Plain-English Explanations
Pages 1-2
Osteosarcoma: A High-Stakes Bone Cancer with a Persistent Survival Plateau

Osteosarcoma is the most common primary malignant tumor of the bone, arising from osteoblasts, the cells responsible for forming new bone tissue. It disproportionately strikes children, adolescents, and young adults, most often appearing in the metaphyses of long bones during the peak growth years of rapid skeletal development. Despite decades of research, the five-year survival rate for patients with localized disease hovers around 60-70%, and drops to roughly 20-30% once the cancer has spread, predominantly to the lungs.

Biological characteristics: Osteosarcoma is defined by high genomic instability, frequent chromosomal rearrangements, and marked inter- and intra-tumor heterogeneity. This genetic chaos makes single-biomarker approaches unreliable for guiding prognosis or treatment selection. While serum alkaline phosphatase (ALP) and lactate dehydrogenase (LDH) have historically been used as crude prognostic indicators, neither is specific enough to stratify patients for individualized therapy or to predict which drugs will prove most effective.

The pathway-level gap: Most prior studies focused on individual molecules, such as specific microRNAs, circulating tumor cells, or point mutations in genes like TP53 and RB1. The authors argue this single-molecule framing misses the fundamental biology: osteosarcoma is driven by coordinated disruptions across multiple interacting signaling networks simultaneously. A patient's overall survival is shaped not by one deranged protein but by the combined activity state of dozens of pathways. This study takes a systems-level approach, quantifying the enrichment of entire pathway programs within each tumor and then using that multidimensional profile as the basis for patient classification.

Clinical motivation: Existing chemotherapy regimens, typically combinations of high-dose methotrexate, doxorubicin, and cisplatin (MAP protocol), were established decades ago and have not been substantially improved since. A patient stratification system capable of predicting both survival outcome and differential drug sensitivity would enable oncologists to individualize therapy, potentially sparing patients from toxic agents they are unlikely to respond to while directing them toward more promising alternatives.

TL;DR: Osteosarcoma remains lethal in roughly 30-40% of localized cases and 70-80% of metastatic cases. Prior biomarker studies targeted single molecules; this study instead profiles whole signaling pathway networks across 85 TARGET patients and 53 GEO patients to build a more powerful prognostic and drug-sensitivity classifier.
Pages 2-3
Cohort Assembly: TARGET and GEO Transcriptomic Datasets

The study draws on two independent cohorts of osteosarcoma patients, both providing bulk RNA sequencing data. The primary discovery cohort came from the Therapeutically Applicable Research to Generate Effective Treatments (TARGET) program, a National Institutes of Health initiative focused on identifying molecular alterations in juvenile malignancies through multi-genomic profiling. Transcriptome RNA-seq data were downloaded via the UCSC XENA platform, which provides processed and aligned genomic datasets suited for downstream bioinformatics analysis.

Cohort sizes: After applying inclusion criteria requiring complete clinical information, the TARGET cohort contained 85 patients and served as the training set for both model development and the primary survival analysis. An independent validation cohort of 53 patients was sourced from the Gene Expression Omnibus (GEO), a public repository maintained by the NCBI. The use of two entirely separate datasets allows genuine out-of-sample testing, reducing the risk that strong performance in TARGET simply reflects overfitting to that cohort's particular noise structure.

Data type and preprocessing: All analyses were conducted on RNA sequencing-derived transcript-level expression data. Gene set enrichment scores were calculated from these expression profiles using the Gene Set Variation Analysis (GSVA) R package, which converts per-gene expression values into per-pathway enrichment scores for each individual patient. GSVA operates on single-sample data without requiring a reference group, making it suitable for the heterogeneous, relatively small osteosarcoma cohorts available. The full pathway library drew on established databases to cover a wide spectrum of signaling programs relevant to tumor biology.

Statistical framework: Differences between risk groups were assessed using Wilcoxon rank-sum or unpaired Student's t-tests for continuous variables and chi-square tests for dichotomous variables. A two-sided significance threshold of p less than 0.05 was applied throughout. All analyses were implemented in R version 4.3.0. The use of a single R environment across all modules ensures reproducibility and consistency in the computational pipeline.

TL;DR: 85 TARGET patients (training) and 53 GEO patients (validation) with complete clinical data and bulk RNA-seq expression profiles; GSVA converted individual expression values into pathway-level scores; all statistical testing used p less than 0.05 in R 4.3.0.
Pages 3-4
Gene Set Variation Analysis: Scoring 486 Survival-Associated Pathways per Patient

Rather than asking which individual genes are differentially expressed, the authors computed enrichment scores for entire signaling pathways within each patient's tumor, using the GSVA R package. This approach quantifies the collective activity level of a pathway as a continuous score, capturing coordinated shifts across dozens or hundreds of genes simultaneously. It is conceptually related to Gene Set Enrichment Analysis (GSEA) but operates at the level of individual samples rather than group comparisons, making it compatible with the relatively small cohort sizes typical in rare pediatric cancers.

Scale of the analysis: The initial sweep across the TARGET cohort identified 486 pathways significantly associated with overall survival in osteosarcoma patients. This is a large number, and directly feeding 486 variables into a predictive model would invite severe overfitting. The investigators therefore applied a filtering step, retaining only the top 20 signaling pathways ranked by the smallest p-values in univariate survival analysis. These top 20 represented the strongest individual associations with outcome and formed the input feature set for subsequent machine learning modeling.

Why pathways rather than genes: Osteosarcoma genomes are notoriously heterogeneous. Two patients may have tumors with completely different mutation profiles yet arrive at the same dysregulated signaling state through convergent alterations at different points in the same pathway. By working at the pathway level, the model captures this convergence, grouping patients who share a functional phenotype even when their underlying genetic lesions differ. This conceptual shift from genetic sequence to functional pathway state is increasingly recognized as important for rare cancers where sample sizes are too small to achieve statistical power at the gene level.

Clinical relevance of pathway-level scoring: Signaling pathway enrichment scores are also more directly actionable in a therapeutic context. Identifying that a patient's tumor has high enrichment of the IL-2/STAT5 axis or the Wnt signaling cascade maps more directly to available targeted therapies than knowing that a particular gene carries a missense mutation of uncertain significance. The pathway-based model therefore connects biology to potential treatment options more naturally than mutation-centric approaches.

TL;DR: GSVA identified 486 survival-associated pathways in TARGET osteosarcoma patients; the top 20 by p-value were retained as machine learning inputs; pathway-level scoring captures functional convergence missed by single-gene analyses and maps more directly to therapeutic targets.
Pages 4-5
Benchmarking 20 Machine Learning Algorithms for Survival Feature Selection

A central methodological contribution of this study is the systematic comparison of 20 machine learning algorithms for identifying the most informative pathway features. Rather than defaulting to a single popular method, the authors evaluated an ensemble of approaches spanning regularized regression, survival-specific tree methods, support vector machines, and dimensionality reduction techniques. The algorithms tested included survivalSVM, Ridge regression, SuperPC, Elastic Net with alpha values of 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, and 0.9, LASSO (Elastic Net alpha = 1.0), Random Survival Forest (RSF), stepwise Cox regression, and gradient boosting-based methods.

Concordance index as the evaluation criterion: Model performance was compared using the C-index (concordance index), which measures the proportion of patient pairs for which the model correctly ranks the higher-risk patient as having a shorter survival. A C-index of 0.5 indicates no predictive value (equivalent to random chance), while 1.0 indicates perfect discrimination. The C-index is the standard metric for survival models because it accounts for censored data, where some patients have not yet reached the event of interest by the end of follow-up.

Random Survival Forest selected: Among all 20 algorithms, the Random Survival Forest method achieved the highest C-index in the TARGET training cohort. RSF extends the standard random forest framework to censored survival data by constructing an ensemble of decision trees using log-rank splitting rules optimized for survival outcomes. Each tree is built from a bootstrap sample of patients with a random subset of features considered at each node, and predictions are aggregated across hundreds or thousands of trees to reduce variance. The var.select function from the varSelRF R package was then applied to the RSF output to extract the most predictive subset of pathways, yielding four candidate features.

Robustness of the multi-algorithm comparison: The practice of testing many algorithms before settling on one is methodologically important because no single machine learning approach uniformly dominates across all datasets or outcome types. By demonstrating that RSF outperforms regularized regression methods, tree boosting, and support vector approaches on this specific dataset, the authors provide evidence that the nonlinear, interaction-capturing structure of RSF is better suited to osteosarcoma pathway data than linear alternatives. This comparison also reduces the risk of inadvertently selecting a method that performs well by chance on a small cohort.

TL;DR: 20 machine learning algorithms were benchmarked using the C-index; Random Survival Forest (RSF) achieved the highest C-index and was selected for feature extraction via the varSelRF package, ultimately identifying four key signaling pathways from the original top-20 candidates.
Pages 5-7
Four Signaling Pathways Form a Multivariate Cox Risk Score with Strong Predictive Accuracy

The four pathways identified by RSF feature selection were: PID_IL2_STAT5_PATHWAY (IL-2 signaling mediated by STAT5), REACTOME_INTERLEUKIN_7_SIGNALING (IL-7 receptor signaling), WHITEHURST_PACLITAXEL_SENSITIVITY (a gene signature associated with sensitivity to paclitaxel-based chemotherapy), and YANG_BREAST_CANCER_ESR1_UP (an estrogen receptor-related gene expression program originally characterized in breast cancer but cross-validated in other tumor types). All four had prior literature support linking them to osteosarcoma biology, providing biological plausibility for the computational selection.

Cox proportional hazards model construction: To translate the four pathway enrichment scores into a single clinically usable number, the authors fitted a multivariate Cox proportional hazards regression. The resulting risk score formula is: Risk score = (-3.08) x PID_IL2_STAT5 + (-0.30) x REACTOME_IL7 + (-4.74) x WHITEHURST_PACLITAXEL_SENSITIVITY + (-2.14) x YANG_BREAST_CANCER_ESR1_UP. All four coefficients are negative, meaning that higher enrichment of any of these four pathways corresponds to lower predicted risk, classifying those patients into a low-risk group with better prognosis. Patients were dichotomized into high-risk and low-risk groups based on median risk score in each cohort.

Survival discrimination in both cohorts: In the TARGET training cohort, patients in the low-risk group showed significantly better overall survival than those in the high-risk group. The same survival separation was confirmed in the independent GEO validation cohort, establishing generalizability of the classifier. The statistical significance of these group differences was assessed by log-rank testing, though specific p-values are not detailed in the text beyond confirmation of significance.

AUC performance: Receiver operating characteristic (ROC) curves were constructed for 1-, 3-, and 5-year survival predictions in both cohorts. In TARGET, the area under the curve (AUC) was 0.88 at 1 year, 0.79 at 3 years, and 0.77 at 5 years. These values represent strong predictive accuracy, particularly at the 1-year mark which captures early treatment response and rapid progression. The GEO validation cohort showed somewhat lower performance, with AUC values of 0.68, 0.63, and 0.60 at 1, 3, and 5 years respectively. The reduction in AUC in the external cohort is expected given different patient selection, sequencing platforms, and sample processing protocols.

TL;DR: Four pathways (IL-2/STAT5, IL-7 signaling, paclitaxel sensitivity, ESR1-upregulated) combined into a Cox risk score; TARGET AUC = 0.88/0.79/0.77 at 1/3/5 years; GEO validation AUC = 0.68/0.63/0.60; all four coefficients negative, indicating high pathway enrichment predicts better outcome.
Pages 7-8
Why These Four Pathways: IL-2/STAT5, IL-7, Paclitaxel Sensitivity, and ESR1

IL-2/STAT5 pathway: The PID_IL2_STAT5 pathway encompasses signaling events downstream of the interleukin-2 receptor that are transduced through the STAT5 transcription factor. In osteosarcoma, STAT5A has been shown to regulate tumor cell proliferation and stemness maintenance. Suppressing STAT5 signaling in osteosarcoma models impairs growth, and decreased STAT5A expression is associated with worse outcomes in clinical series. The negative Cox coefficient in this model means that tumors with higher IL-2/STAT5 activity are classified as lower risk, consistent with published evidence that intact STAT5 signaling may restrain aggressive behavior in osteosarcoma rather than promoting it.

IL-7 signaling: Interleukin-7 is a cytokine most classically associated with B cell and T cell development, influencing lymphocyte survival, proliferation, and differentiation through the common gamma-chain receptor complex. Within the tumor microenvironment, IL-7 signaling shapes immune cell composition and influences the effectiveness of antitumor immune responses. The inclusion of this pathway as a negative risk predictor suggests that tumors with higher IL-7 signaling activity maintain a more immunologically active microenvironment, consistent with improved immune surveillance and better survival outcomes.

Paclitaxel sensitivity gene set: The WHITEHURST_PACLITAXEL_SENSITIVITY gene signature was derived from functional genomic screens identifying genes whose expression levels correlate with cellular sensitivity to paclitaxel, a taxane that stabilizes microtubules and blocks mitotic exit. Its inclusion as a prognostic feature in osteosarcoma is biologically significant: patients whose tumors express this signature at high levels are predicted to be more responsive to paclitaxel-class drugs. The negative coefficient suggests that paclitaxel-sensitive tumors have a better prognosis, likely reflecting a more drug-responsive phenotype overall.

ESR1-upregulated program: The YANG_BREAST_CANCER_ESR1_UP gene set captures estrogen receptor alpha (ESR1)-driven transcriptional programs originally characterized in breast cancer. Although osteosarcoma is not classically considered an estrogen-dependent cancer, estrogen receptor signaling influences bone metabolism through osteoblast biology, and there is emerging evidence that ER signaling affects osteosarcoma proliferation and treatment response. High enrichment of this program in osteosarcoma tumors being associated with lower risk score adds a novel angle to the biology of bone tumor heterogeneity, though the authors acknowledge this connection warrants further investigation.

TL;DR: IL-2/STAT5 restrains osteosarcoma stemness; IL-7 supports immune surveillance; the paclitaxel sensitivity signature flags drug-responsive tumors; ESR1-driven transcription may reflect favorable differentiation biology. All four operate as protective signals in the model, meaning higher pathway enrichment predicts better survival.
Pages 8-9
Immune Cell Infiltration Differences and Drug Sensitivity Predictions Across Risk Groups

Beyond survival prediction, the study examined whether the two risk groups differed systematically in their tumor immune microenvironment composition. Immune cell fractions were quantified using the xCell and IOBR R packages, which apply gene signature-based deconvolution to estimate the relative abundance of specific immune and stromal cell populations from bulk RNA-seq data. xCell and IOBR have demonstrated superior accuracy compared to earlier methods including CIBERSORT in benchmarking studies using cytometry immunophenotyping as the reference standard.

Immune infiltration results: A broad panel of immune cell types was quantified, including activated dendritic cells (aDC), CD4+ naive T cells, CD8+ central memory T cells (CD8+ Tcm), class-switched memory B cells, conventional dendritic cells (DC), fibroblasts, hematopoietic stem cells (HSC), immature dendritic cells (iDC), macrophages (total, M1, and M2 subtypes), megakaryocytes, monocytes, microvascular endothelial cells, neurons, plasmacytoid dendritic cells (pDC), and regulatory T cells (Tregs). The ImmuneScore, StromaScore, and Microenvironment Score were also calculated as aggregate measures. In a striking finding, all of these immune cell populations and composite scores differed significantly between the high-risk and low-risk groups, with the low-risk group consistently showing more favorable immune infiltration patterns.

Drug sensitivity analysis: The oncoPredict R package was used to calculate predicted drug sensitivity values for each patient based on expression data. This tool was trained on the Genomics of Drug Sensitivity in Cancer (GDSC) database, which contains sensitivity measurements for 198 compounds across hundreds of cancer cell lines. Three drugs were highlighted as having significant differential sensitivity between risk groups in osteosarcoma: Wnt-C59 (a porcupine inhibitor that blocks Wnt ligand secretion), Vincristine (a vinca alkaloid that destabilizes microtubules), and Epirubicin (an anthracycline DNA-damaging agent). Patients in the low-risk group were predicted to be more sensitive to these agents, while high-risk patients showed relative resistance.

Clinical implications of drug sensitivity differences: The finding that high-risk and low-risk groups differ in sensitivity to Vincristine and Epirubicin is particularly clinically relevant, as both drugs are used or considered in osteosarcoma salvage regimens. A model that can preemptively identify which patients are likely to respond provides a rational basis for adapting chemotherapy choices rather than applying the same protocol uniformly. The sensitivity difference for Wnt-C59 also reinforces the biological coherence of the pathway-based classification, since Wnt signaling was among the pathways linked to the osteosarcoma phenotype in the supporting literature.

TL;DR: Low-risk patients showed more favorable immune infiltration across all 20 cell types and composite scores; drug sensitivity analysis across 198 GDSC compounds identified Wnt-C59, Vincristine, and Epirubicin as significantly differentially sensitive between risk groups, with low-risk patients predicted to respond better.
Pages 9-10
Constraints on the Current Model and the Path Toward Clinical Translation

The study's primary limitation is the small and retrospective nature of both cohorts. The TARGET training cohort contains 85 patients and the GEO validation cohort 53 patients, numbers that are modest even by standards of rare cancer research. Small cohorts increase the risk of overfitting during model training and reduce statistical power for detecting differences between subgroups, particularly for secondary analyses like immune cell composition comparisons. The observed AUC drop between TARGET (0.88) and GEO (0.68) at one year is likely partly attributable to this sample size limitation rather than purely to biological differences between cohorts.

Retrospective single-institution bias: Although the TARGET and GEO datasets aggregate samples from multiple contributing institutions in some cases, neither represents a prospectively designed biomarker study with standardized treatment protocols and outcome tracking. Retrospective transcriptomic studies are subject to ascertainment bias, where samples available for sequencing may not be representative of the broader osteosarcoma population, potentially skewing the model toward patients who underwent primary surgical resection at academic centers or who survived long enough to generate complete clinical records.

Cell line-based drug sensitivity limitation: The drug sensitivity predictions generated by oncoPredict are derived from GDSC cell line data, not from patient-level clinical trials. Cancer cell lines grown in vitro differ substantially from primary tumors in their growth environment, drug exposure conditions, and cellular heterogeneity. Sensitivity predictions from cell line training sets are useful as hypothesis-generating tools but require prospective clinical validation before informing treatment decisions. There are no clinical trial data confirming that osteosarcoma patients with low risk scores per this model actually respond better to Vincristine or Epirubicin in practice.

Future directions: The authors identify several concrete priorities for validation and extension: expanding the analysis to larger, multi-institutional osteosarcoma cohorts; testing whether the four-pathway model adds independent prognostic value beyond standard clinical variables such as surgical resection margin, tumor size, and alkaline phosphatase levels; validating drug sensitivity predictions in patient-derived organoid models or prospective clinical cohorts; and exploring whether the ESR1-upregulated pathway component opens a rational basis for estrogen receptor-targeted intervention in osteosarcoma. Functional experiments testing the causal role of each pathway in modulating drug sensitivity would also substantially strengthen the biological claims.

TL;DR: Key limitations include small cohort sizes (85 training, 53 validation), retrospective design, and drug sensitivity predictions based on cell line data rather than clinical outcomes. Future work requires prospective validation in larger multi-center cohorts, organoid-based drug testing, and functional mechanistic studies for all four pathways.