{"id":68462,"date":"2025-10-21T10:40:04","date_gmt":"2025-10-21T10:40:04","guid":{"rendered":"https:\/\/biomedpharmajournal.org\/?p=68462"},"modified":"2025-10-22T06:47:44","modified_gmt":"2025-10-22T06:47:44","slug":"multi-omics-cancer-subtyping-with-robust-correlation-umap-and-topological-hypergraph-learning","status":"publish","type":"post","link":"https:\/\/biomedpharmajournal.org\/staging\/vol18octoberspledition\/multi-omics-cancer-subtyping-with-robust-correlation-umap-and-topological-hypergraph-learning\/","title":{"rendered":"Multi-Omics Cancer Subtyping with Robust Correlation, UMAP, and Topological Hypergraph Learning"},"content":{"rendered":"<p><strong>Introduction<\/strong><\/p>\n<p>Cancer is no longer considered a homogenous disease but a continuum of biologically complex and clinically heterogeneous diseases characterised by complex interactions between genetic, epigenetic, transcriptomic, proteomic and metabolic abnormalities. <sup>1<\/sup><sup>&#8211;<\/sup><sup>2<\/sup> Even tumours of the same type show highly different molecular faces, which affect their behaviour, evolution and response to treatment. This heterogeneity compromises the efficacy of traditional uniform treatment paradigms and drives the movement toward precision oncology, in which patients are targeted into clinically meaningful subsets based on molecular profiles.<sup>3<\/sup><sup>&#8211;<\/sup><sup>4<\/sup> Such subtyping leads to improved prognosis, better risk stratification, therapeutic choice and personalised interventions. The rise of high-throughput technologies opens up the possibility of profiling on multiple levels of molecular organisation; however, effective integration of multi-omics data sets is challenging. Data are high-dimensional, noisy, incomplete and heterogeneous in modalities.<sup>5<\/sup><sup>&#8211;<\/sup><sup>6<\/sup> Issues like the curse of dimensionality,<sup>7<\/sup> sparsity and noise obscure biologically significant signals and variations in data types make alignments and integration difficult,<sup>8<\/sup> Conventional clustering methods, such as k-means, hierarchical clustering, and Gaussian mixture models, are not applicable because they are based on the naive Euclidean assumptions and they don&#8217;t capture the non-linear and manifold geometry of biological processes.<sup>9<\/sup><sup>&#8211;<\/sup><sup>10<\/sup> Naive integration schemes, such as early concatenation, are at risk of signal dilution by the possibility of dominant omics overwhelming subtle but meaningful patterns.<sup>11<\/sup> Even more sophisticated integration schemes are often not able to preserve both inter-omics dependencies and intra-omics variance. More fundamentally still, interpretability is critical: Patient subgroups are of limited use unless they are related to a biological process, a pathway, or a clinical outcome, e.g., survival or response to therapy.<sup>12<\/sup> Despite advances in computational oncology, current methods have limitations in terms of accurately identifying clinically relevant cancer subtypes. Most methods are based on linear assumptions and pairwise associations, without taking into account nonlinear, higher-order biological interactions that underlie the heterogeneity of cancer.<sup>13<\/sup> Furthermore, few approaches take full advantage of the geometrical and topological structure of omics data, which is crucial to uncover latent structural relationships and biologically coherent patient groups. To address these gaps, this work presents an integrative computational framework that encompasses several key components. First, we employ robust correlation estimation, followed by nonlinear dimensionality reduction using UMAP.<sup>14<\/sup> Subsequently, we utilise <em>p<\/em>-Laplacian Hypergraph learning to capture higher-order interdependencies.<sup>15<\/sup> And conduct topological data analysis with Mapper.<sup>16<\/sup> Collectively, these modules address the hurdles of noise, local and global manifold structure, group-wise relationships, and biologically interpretable subtypes. The framework is modular, scalable and robust to missing modalities, supporting nuanced, clinically actionable patient stratification<\/p>\n<p><strong>Materials and Methods<\/strong><\/p>\n<p><strong>Dataset Acquisition<\/strong><\/p>\n<p>The data sets for this study are derived from The Cancer Genome Atlas TCGA, one of the most comprehensive repositories of multi-omics cancer and clinical information. TCGA offers high-quality, well-annotated molecular and clinical profiles of multiple tumour types, making TCGA an ideal platform for integrative subtyping. Five types of cancer are chosen to reflect a wide range of tissue origins, molecular landscapes, prognostic patterns and clinical complexities, to provide a broad evaluation of the proposed framework:<\/p>\n<p><strong>BRCA Breast Invasive Carcinoma<\/strong><\/p>\n<p>An endocrine-related cancer with significant molecular heterogeneity. Subclassification based on estrogen receptor ER, progesterone receptor PR, and HER2 expression makes it an established candidate for molecular subtyping <sup>17<\/sup><\/p>\n<p><strong>GBM Glioblastoma Multiforme<\/strong><\/p>\n<p>A highly aggressive brain cancer with rapid progression and poor survival. Its profound intratumoral heterogeneity necessitates refined subtyping for the development of targeted therapies <sup>18<\/sup><\/p>\n<p><strong>KIRC Kidney Renal Clear Cell Carcinoma<\/strong><\/p>\n<p>An immunologically active tumour with a diverse molecular landscape, variable immune infiltration, and distinct clinical trajectories, making it well-suited for multi-omics integration<\/p>\n<p><strong>LUAD Lung Adenocarcinoma<\/strong><\/p>\n<p>A major form of non-small cell lung cancer with large inter-patient heterogeneity and numerous oncogenic drivers, often linked to smoking and environmental exposures.<sup>19<\/sup><\/p>\n<p><strong>COAD Colon Adenocarcinoma<\/strong><\/p>\n<p>A genomically complex cancer shaped by both genetic alterations and gut microbiome influences. It is marked by features such as microsatellite and chromosomal instability, providing a rich dataset for subtype discovery <sup>20<\/sup><\/p>\n<p><strong>Preprocessing Pipeline <\/strong><\/p>\n<p>A systematic preprocessing pipeline is used to ensure biological validity and reliable integration across omics layers. Samples for which complete RNA-seq, DNA methylation and miRNA expression are missing are excluded to minimise inconsistency. Clinical variables, such as overall survival, event status and vital status, are combined with molecular profiles for downstream analysis. Data transformation and normalisation are applied in the same way across modalities. RNA-seq data are log2-transformed FPKM+1 to stabilise variance, and all omics features are Z-score normalised for comparability. Missing values are imputed by k-nearest neighbors k=5, which maintain a local data structure. To reduce the dimensionality and keep the signal, the top 3000 most variable features for each omics type are selected by Median Absolute Deviation MAD. Quality control, including Principal Component Analysis PCA to visualise global structure and detect outliers. Where required, batch effects are corrected with the ComBat algorithm without removing the true biological variation. This preprocessing strategy leads to clean, balanced and biologically meaningful input data, providing a good basis for the integrative framework based on robust correlation estimation, UMAP, Hypergraph learning and topological analysis.<\/p>\n<p><strong>Related work<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">\u00a0<strong>Authors\u00a0\u00a0\u00a0<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"60\"><strong>Year<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"223\"><strong>Method Used<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"281\"><strong>Key Results<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Wang et al <sup>21<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2024<\/td>\n<td style=\"text-align: center;\" width=\"223\">HyperTMO Trusted Multi-Omics Integration Framework<br \/>\n\u2022 Hypergraph Convolutional Network<br \/>\n\u2022 Dempster-Shafer Theory<br \/>\n\u2022 Dirichlet Model<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 Introduced the Hypergraph structure to represent non-binary associations in omics.<br \/>\n\u2022 Integrated omics at the evidence level using uncertainty modeling.<br \/>\n\u2022 Outperformed baseline methods on BRCA TCGA and ROSMAP Alzheimer&#8217;s datasets.<br \/>\n\u2022 Demonstrated strong classification accuracy and robustness.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Yuhan Wang et al <sup>22<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2024<\/td>\n<td style=\"text-align: center;\" width=\"223\">MORE Multi-Omics hypeRgraph intEgration Network<br \/>\n\u2022 Hyperedge construction for cross-omics correlation<br \/>\n\u2022 Hypergraph Encoding<br \/>\n\u2022 Self-Attention Aggregation<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 Designed to address limitations in cross-modal correlation modeling and unequal modality weighting.<br \/>\n\u2022 Demonstrated strong classification performance on mRNA, DNA methylation, and miRNA datasets for Alzheimer\u2019s, breast cancer, and glioblastoma.<br \/>\n\u2022 Outperformed SOTA methods in both classification and biomarker discovery.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Bingjun Li &amp; Nabavi. <sup>23<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2024<\/td>\n<td style=\"text-align: center;\" width=\"223\">Multimodal GNN Framework for Cancer Subtype Classification<br \/>\n\u2022 Heterogeneous multi-layer graphs<br \/>\n\u2022 Combined GCN and GAT layers<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 Used both inter-omics and intra-omic connections.<br \/>\n\u2022 Integrated graph and global genome features for robust classification.<br \/>\n\u2022 Tested on TCGA Pan-cancer and BRCA datasets.<br \/>\n\u2022 Outperformed four SOTA models in accuracy, F1 score, precision, and recall.<br \/>\n\u2022 GAT is better for small graphs; GCN is better for large graphs.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Dong Ouyang et al.<sup>24<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2023<\/td>\n<td style=\"text-align: center;\" width=\"223\">MOGLAM Multi-Omics Graph Learning with Attention Mechanism<br \/>\n\u2022 Adaptive graph learning with feature selection<br \/>\n\u2022 Multi-omics attention mechanism<br \/>\n\u2022 Omics-integrated representation learning<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 Addressed limitations of fixed graph structures in graph-based methods.<br \/>\n\u2022 Dynamically learned high-quality omics-specific embeddings.<br \/>\n\u2022 Adaptively weighted different omics using attention.<br \/>\n\u2022 Captured complex shared and complementary omics information.<br \/>\n\u2022 Outperformed SOTA methods across three datasets.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Bo Yang et al.<sup>25<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2023<\/td>\n<td style=\"text-align: center;\" width=\"223\">MRGCN Multi-Reconstruction Graph Convolutional Network<br \/>\n\u2022 Simultaneous encoding and reconstruction of expression and similarity<br \/>\n\u2022 Shared latent embedding space<br \/>\n\u2022 Indicator matrix for handling missing partial omics<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 Unified framework for full and partial multi-omics integration.<br \/>\n\u2022 Achieved superior cancer subtyping results across 11 multi-omics datasets.<br \/>\n\u2022 Showed stronger enrichment of clinical parameters.<br \/>\n\u2022 Outperformed typical integrative methods based on survival analysis log-rank p-values.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Ling Du et al.<sup>26<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2023<\/td>\n<td style=\"text-align: center;\" width=\"223\">TMODINET Trustworthy Multi-Omics Dynamic Learning Integration Network<br \/>\n\u2022 Adaptive dynamic learning per sample<br \/>\n\u2022 Graph dynamic learning with GCN<br \/>\n\u2022 Dirichlet distribution + Dempster\u2013Shafer theory for uncertainty-aware decision-level integration<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 Addressed the lack of interpretability and trust in existing models.<br \/>\n\u2022 Integrated multi-omics data adaptively at the decision level.<br \/>\n\u2022 Demonstrated superior accuracy and reliability across four real-world multi-omics medical datasets.<br \/>\n\u2022 Shown strong potential for clinical applications in precision medicine.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Tao Jiang et al.<sup>27<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2024<\/td>\n<td style=\"text-align: center;\" width=\"223\">MetaGXplore<br \/>\n\u2022 Deep learning-based framework<br \/>\n\u2022 Graph Convolutional Network GCN for pan-cancer metastasis prediction<br \/>\n\u2022 Interpretation with GNNExplainer<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 First framework to predict metastasis probability using pan-cancer multi-omics data.<br \/>\n\u2022 Achieved high classification accuracy with K-fold validation.<br \/>\n\u2022 Identified key genes and pathways via enrichment analysis.<br \/>\n\u2022 Combined graph structure analysis and omics interpretation for robust biomarker discovery.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Xin Duan et al.<sup>28<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2024<\/td>\n<td style=\"text-align: center;\" width=\"223\">MOSD Multi-Omics Integration via Weighted Affinity and Self-Diffusion<br \/>\n\u2022 Local scaling affinity construction per omics<br \/>\n\u2022 Weighted linear combination<br \/>\n\u2022 Self-diffusion for similarity enhancement<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 Efficient and interpretable integration framework.<br \/>\n\u2022 Applied across ten cancer types using gene expression, DNA methylation, and miRNA data.<br \/>\n\u2022 Outperformed several SOTA methods in computational efficiency.<br \/>\n\u2022 Achieved significant survival differences and biologically meaningful subtypes.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Rohit K. Tripathy et al.<sup>29<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2025<\/td>\n<td style=\"text-align: center;\" width=\"223\">GNNRAI Graph Neural Network with Representation and Attention-based Integration<br \/>\n\u2022 Integrates multi-omics with prior knowledge graphs<br \/>\n\u2022 GNN-based supervised learning<br \/>\n\u2022 Includes biomarker explainability<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 Outperformed MOGONET by 2.2% in average validation accuracy across 16 Alzheimer\u2019s biodomains BDs.<br \/>\n\u2022 Used both transcriptomics and proteomics with prior AD knowledge.<br \/>\n\u2022 Proteomics is more predictive than transcriptomics in an unimodal setting.<br \/>\n\u2022 Provided interpretable and biologically grounded biomarker discovery.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Raihanul Bari Tanvir et al.<sup>30<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2024<\/td>\n<td style=\"text-align: center;\" width=\"223\">MOGAT Multi-Omics Graph Attention Network<br \/>\n\u2022 Graph Attention Network GAT<br \/>\n\u2022 Multi-head attention for neighbor importance<br \/>\n\u2022 Attention-based feature integration<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 First to apply GAT for multi-omics integration in cancer subtyping.<br \/>\n\u2022 Outperformed MOGONET by 32\u201346% and SUPREME by 2\u201316% in various cancer subtype prediction tasks.<br \/>\n\u2022 Evaluated on TCGA and METABRIC breast cancer datasets.<br \/>\n\u2022 GAT embeddings provided superior survival stratification over raw features.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Shuguang Ge et al.<sup>31<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2022<\/td>\n<td style=\"text-align: center;\" width=\"223\">LRCMC Laplacian Rank Constrained Multiview Clustering<br \/>\n\u2022 One-step multiview clustering approach<br \/>\n\u2022 Graph-based fusion with adaptive neighbor construction<br \/>\n\u2022 Laplacian rank constraint to preserve cluster structure<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 Effectively integrates multi-genomic data for cancer subtype recognition.<br \/>\n\u2022 Addresses unequal contribution of omics data during fusion.<br \/>\n\u2022 Outperformed several state-of-the-art clustering methods on TCGA and other benchmark datasets.<br \/>\n\u2022 Achieved improved clustering accuracy and biological consistency.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"200\">Juan Wang et al.<sup>32<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"60\">2020<\/td>\n<td style=\"text-align: center;\" width=\"223\">LLRR Laplacian Regularized Low-Rank Representation<br \/>\n\u2022 Subspace clustering method<br \/>\n\u2022 Graph-based Laplacian regularization<br \/>\n\u2022 Self-expressive dictionary using original data<\/td>\n<td style=\"text-align: center;\" width=\"281\">\u2022 Improved recognition of cancer subtypes using genomic data.<br \/>\n\u2022 Captures both global and local geometric structure of high-dimensional data.<br \/>\n\u2022 Outperformed LRR and MLLRR in robustness to noise and clustering accuracy.<br \/>\n\u2022 Demonstrated effectiveness on real genomic cancer datasets.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Proposed Methodology<\/strong><\/p>\n<p>The proposed framework is organised as a modular pipeline, where the individual computational components solve a different problem associated with cancer subtyping. These modules are not independent but connected sequentially: robust estimation of correlation yields a noise-resistant similarity network, UMAP applies this network to obtain a low-dimensional, biologically faithful, p-Laplacian Hypergraph learning captures higher order relationships between the patients, and finally, Mapper-based topological analysis extracts the global shape of the data to identify the interpretable subtypes of cancer. Together, these stages assure preservation of local manifold geometry and of global topological patterns, resulting in subtypes that are biologically coherent and clinically meaningful. The complete workflow of the proposed integrative framework is illustrated in <em>Figure 1<\/em>, showing how modules interact from data preprocessing through feature engineering, correlation estimation, dimensionality reduction, Hypergraph modelling, and topological clustering, culminating in the evaluation and interpretation of cancer subtypes.<\/p>\n<p><strong>Robust Correlation Estimation<\/strong><\/p>\n<p>Multioimcs data are noisy and heterogeneous, and contain outliers, making the standard similarity methods such as Pearson correlation unsuitable due to their linearity assumptions and their sensitivities to noise.<sup>33<\/sup> To build a stable patient similarity network, the framework adopts a two-stage robust correlation strategy<\/p>\n<p><strong>Spearman\u2019s Rank Correlation<\/strong><\/p>\n<p>We replace Pearson correlation with Spearman&#8217;s rank correlation, which captures non-linear monotonic relationships and is inherently robust to outliers and skewed distributions in high-dimensional biological data.<sup>34<\/sup><\/p>\n<p>For patients <em>i<\/em> and <em>j<\/em>, Spearman\u2019s correlation captures monotonic non-linear relationships:<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-68474\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq1.jpg\" alt=\"\" width=\"423\" height=\"56\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq1-300x40.jpg 300w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq1.jpg 423w\" sizes=\"(max-width: 423px) 100vw, 423px\" \/><\/p>\n<p>Where r<em><sub>if<\/sub><\/em>\u200b \u00a0is the rank of feature <em>f<\/em> for patient <em>I,<\/em> and <em>d<sub>k<\/sub><\/em> is the number of features in omics type <em>k<\/em>.<\/p>\n<p><strong>Ledoit-Wolf Shrinkage Regularisation<\/strong><\/p>\n<p>The correlation matrix is stabilised by shrinkage<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-68475\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq2.jpg\" alt=\"\" width=\"186\" height=\"68\" \/><\/p>\n<p>Where \u03a3 is the sample covariance matrix, I is the identity matrix, and \u03b1 is an analytically estimated shrinkage intensity.<sup>35<\/sup> The output of this step is a robust similarity matrix.<\/p>\n<p><strong>S \u2208 R <sup>n\u00d7n<\/sup>, which is the foundation for manifold learning in the next stage.<\/strong><\/p>\n<p><strong>UMAP-Based Dimensionality Reduction<\/strong><\/p>\n<p>To overcome the curse of dimensionality and expose latent manifold structures in the similarity network, the framework adapts Uniform Manifold Approximation and Projection UMAP.<sup>36<\/sup> UMAP is ideally suited to biological data because it is based on the algebra of topology and the geometry of Riemannian data to retain local and global structures.<\/p>\n<p><strong>High-Dimensional Fuzzy Graph<\/strong><\/p>\n<p>Using the correlation-based similarity matrix S, UMAP constructs a fuzzy k-nearest neighbour graph. For patients <em>i<\/em> and j:<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-68476\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq3.jpg\" alt=\"\" width=\"322\" height=\"57\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq3-300x53.jpg 300w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq3.jpg 322w\" sizes=\"(max-width: 322px) 100vw, 322px\" \/><\/p>\n<p>Where d i ,j is the correlation distance, \u03c1i is the nearest-neighbor distance, and \u03c3i is a scaling parameter.<\/p>\n<p>Symmetric probabilities are then defined as:<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-68477\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq4.jpg\" alt=\"\" width=\"215\" height=\"35\" \/><\/p>\n<p><strong>Low-Dimensional Embedding<\/strong><\/p>\n<p>In the reduced space Y= {y1,y2,\u2026,yn }\u2282R<sup>d<\/sup> similarities are modelled as:<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-68478\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq5.jpg\" alt=\"\" width=\"225\" height=\"38\" \/><\/p>\n<p>The embedding is optimised by minimising cross-entropy between high- and low-dimensional graphs:<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-68479\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq6.jpg\" alt=\"\" width=\"408\" height=\"77\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq6-300x57.jpg 300w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq6.jpg 408w\" sizes=\"(max-width: 408px) 100vw, 408px\" \/><\/p>\n<p>The resulting low-dimensional representation Y is then used as the basis for Hypergraph construction <sup>36<\/sup><\/p>\n<p><strong><em>p<\/em>-Laplacian Hypergraph Construction<\/strong><\/p>\n<p>Standard graphs capture only pairwise relationships, whereas biological processes often involve complex multi-way interactions. To model this, we build a Hypergraph from the UMAP embedding. The <em>p<\/em>-Laplacian Hypergraph learning step is crucial since it generalizes simple pairwise similarity to higher-order group interactions, which better reflect the cooperative behavior of molecular systems. By diffusing information over Hyperedges instead of individual edges, the model picks up on subtle similarities among patients that may not be apparent in pairwise graphs. This makes subtype boundaries sharper, improves the robustness to noise, and allows the discovery of biologically coherent groups that are more in line with clinical outcomes.<\/p>\n<p><strong>Hyperedge Formation<\/strong><\/p>\n<p>Each patient is connected to its k=7 nearest neighbors in Y, forming Hyperedges that represent local clusters of biologically similar samples.<\/p>\n<p><strong><em>p<\/em><\/strong><strong>-Laplacian Regularisation<\/strong><\/p>\n<p>The <em>p<\/em>-Laplacian Hypergraph learning step is crucial since it generalises simple pairwise similarity to higher-order group interactions, which better reflect the cooperative behaviour of molecular systems. By diffusing information over Hyperedges instead of individual edges, the model picks up on subtle similarities among patients that may not be apparent in pairwise graphs. This makes subtype boundaries sharper, improves the robustness to noise, and allows the discovery of biologically coherent groups that are more in line with clinical outcomes. To propagate information across these Hyperedges, we use the nonlinear p-Laplacian operator. For a Hypergraph H V, E with incidence matrix H, vertex degree matrix Dv\u200b, hyperedge degree matrix De\u200b, and weight matrix W:<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-68480\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq7.jpg\" alt=\"\" width=\"304\" height=\"39\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq7-300x38.jpg 300w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Eq7.jpg 304w\" sizes=\"(max-width: 304px) 100vw, 304px\" \/><\/p>\n<p>Where f is a patient-level signal e.g., survival outcome. Setting p=1.5 balances locality and smoothness, improving subtype resolution. The output is a refined representation of patient relationships that serves as input to the Mapper analysis. Improves the robustness to noise and allows the discovery of biologically coherent groups that are more in line with clinical outcomes.<\/p>\n<p><strong>Topological Clustering via the Mapper Algorithm<\/strong><\/p>\n<p>To capture the global structure of patient similarity networks, the framework uses the Mapper algorithm, a core algorithm of Topological Data Analysis TDA, which conducts shape-sensitive clustering, which is suitable for the nonlinear structures of multi-omics data.<sup>15<\/sup> Starting from reduced dimension embedding X \u2282 R<sup>d <\/sup>obtained via UMAP, a continuous filter function f: X\u2192R<sup>k<\/sup> is defined, where in this study the two-dimensional UMAP coordinates act as the filter for neighbourhood integrity. The image Z = f X is then covered by overlapping intervals, specified by such parameters as a resolution of 30 intervals, a gain of 2.0 to increase spread, and 50% overlap to guarantee continuity. Each cover element Ui \u2282 R<sup>2<\/sup> induces a pullback set Xi = f <sup>1<\/sup>Ui, containing the patient samples mapped into that region. Within each Xi, clustering algorithms such as DBSCAN or single linkage are applied to produce locally coherent clusters {Ci,j}. A simplicial graph G = V, E is then constructed, where each node in V corresponds to a cluster Ci,j\u200b and edges in E connect clusters sharing at least one common patient, i.e., C<sub>i,j<\/sub>, C<sub>k,j<\/sub> \u2208 E\u2005\u200a\u27fa\u2005\u200aCi,j \u2229 Ck, l\u2260\u2205. More generally, Mapper outputs a simplicial complex M = C, \u2107, where C is the set of clusters and E encodes their overlaps. Final cancer subtypes are then extracted as connected components in this Mapper graph, which can support non-convex cluster shapes, such as loops or branches, can handle variable densities, and are robust to noise. This approach offers a topological perspective on the data that is both statistically and geometrically informative, and complements the local manifold and Hypergraph-based structures by capturing both regional resemblances and global connectivity. As such, Mapper-based clustering facilitates subtype discovery by revealing biologically meaningful and clinically actionable patient groups.<\/p>\n<p><strong>Statistical Analysis<\/strong><\/p>\n<p>All statistical analyses Kaplan-Meier survival estimation and log-rank tests are done in R survival package and Python Lifelines library. The quality clustering is determined by scikit-learn Silhouette Coefficient, whereas the enrichment of the pathways is done through the GSEA and KEGG databases. UMAP-learn and hand-written Python routines to construct the p-Laplacian Hypergraph and Mapper are used to convert topology-based learning and dimensionality reduction.<\/p>\n<p><strong>Multi-Omics Data Acquisition<\/strong><strong style=\"font-size: revert;\">\u00a0<\/strong><\/p>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 29.2422%;\"><img decoding=\"async\" class=\"alignnone wp-image-68482 size-thumbnail\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig1-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig1-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig1-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig1.jpg 796w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td style=\"width: 70.7578%;\"><strong>Figure 1: Workflow of the proposed multi-omics cancer subtyping framework integrating robust correlation estimation, UMAP-based manifold learning, <em>p<\/em>-Laplacian Hypergraph construction, and Mapper-based topological clustering.<\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig1.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Pseudo-code Algorithm<\/strong><\/p>\n<p><strong>Preprocessing<\/strong><\/p>\n<p>Match common patient samples across all omics.<\/p>\n<p>Normalize features Z-score; log2 FPKM+1 for RNA-seq.<\/p>\n<p>Impute missing values using k-NN k = 5.<\/p>\n<p>Select the top 3000 variable features per omics using MAD.<\/p>\n<p><strong>Robust Correlation Estimation<\/strong><\/p>\n<p>Compute Spearman rank correlations between patients.<\/p>\n<p>Apply Ledoit\u2013Wolf shrinkage to stabilise the correlation matrix.<\/p>\n<p>Construct patient similarity matrix R.<\/p>\n<p><strong>Dimensionality Reduction UMAP<\/strong><\/p>\n<p>Apply UMAP to R using correlation distance.<\/p>\n<p>Generate low-dimensional embedding Y \u2208 \u211d^d.<\/p>\n<p><strong>Hypergraph Construction<\/strong><\/p>\n<p>Use k-NN k = 7 on Y to form Hyperedges.<\/p>\n<p>Regularise Hypergraph with p-Laplacian p = 1.5.<\/p>\n<p>Compute sample embeddings from eigenvectors of L\u209a.<\/p>\n<p><strong>Topological Clustering Mapper<\/strong><\/p>\n<p>Use Y as the filter function.<\/p>\n<p>Partition filter space into overlapping intervals<\/p>\n<p>Resolution = 30, gain = 2.0, overlap = 50%.<\/p>\n<p>Apply local clustering DBSCAN\/single-linkage within intervals.<\/p>\n<p>Build Mapper graph G = V, E where nodes = clusters, edges = overlaps.<\/p>\n<p>Extract subtypes C as connected components of G.<\/p>\n<p><strong>Evaluation<\/strong><\/p>\n<p>Clinical validation: log-rank test, Restricted Life Expectancy Difference RLED.<\/p>\n<p>Structural validation: silhouette score.<\/p>\n<p>Biological validation: pathway enrichment analysis.<\/p>\n<p>Return: Patient subtype clusters C<\/p>\n<p><strong>Results<\/strong><\/p>\n<p>To evaluate the performance and clinical importance of the proposed multi-omics cancer subtyping framework, we performed comparative experiments using five TCGA cohorts: GBM, BRCA, LUAD, KIRC and COAD. Our approach was evaluated against three state-of-the-art baselines: SNF <em>Similarity Network Fusion<\/em>, NEMO Neighborhood-based Multi-Omics clustering, and RSC-OTRI Regularised Spectral Clustering with Optimised Thresholding and Randomised Initialisation based on survival stratification, clinical utility, clustering quality, and biological interpretability.<\/p>\n<p><strong>Survival Stratification via Log-Rank Test<\/strong><\/p>\n<p>The capacity of a subtyping approach to divide patient populations with appreciable differences in survival is an important endpoint in precision oncology. We evaluated stratification of survival based on the log-rank test, comparing Kaplan-Meier survival curves. As shown in <em>Table 1<\/em> and<em> Figure 2<\/em>, our framework consistently achieved lower p-values compared to competing methods across all 5 datasets, indicating better survival discrimination. For example, in GBM, our model yielded a p-value of 0.0006 versus 0.0213 for SNF, 0.0091 for NEMO, and 0.0054 for RSC-OTRI. Similarly, great improvements were shown for BRCA 0.0017 and KIRC 0.0003.<\/p>\n<p><strong>Table 1:<\/strong> <strong>Log-rank p-values for survival stratification across five TCGA cohorts. Lower values indicate stronger survival separation.<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"154\"><strong>Dataset<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"154\"><strong>Proposed<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"154\"><strong>SNF<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"154\"><strong>NEMO<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"154\"><strong>RSC-OTRI<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"154\">GBM<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0006<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0213<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0091<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0054<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"154\">BRCA<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0017<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0230<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0180<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0140<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"154\">LUAD<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0021<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0270<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0167<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0123<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"154\">KIRC<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0003<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0191<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0145<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0107<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"154\">COAD<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0032<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0248<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0209<\/td>\n<td style=\"text-align: center;\" width=\"154\">0.0158<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 29.2422%;\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-68483\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig2-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig2-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig2-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig2-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig2.jpg 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td style=\"width: 70.7578%;\"><strong>Figure 2: <\/strong><strong>Log-rank p-values for survival stratification across five TCGA cancer cohorts GBM, BRCA, LUAD, KIRC, COAD: <\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig2.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Clinical Utility via Restricted Life Expectancy Difference RLED<\/strong><\/p>\n<p>To complement statistical significance with clinical relevance, we calculated the Restricted Life Expectancy Difference RLED, a measure of differences in survival time between the longest lived and shortest lived subtypes. As reported in <em>Table 2<\/em> and <em>Figure 3<\/em>, in all the data sets, our framework achieved higher RLED values, indicating a better prognostic separation. For example, for GBM, we found subtypes that differed by 221 days on average using the proposed method compared with 147 for SNF, 169 for NEMO, and 173 for RSC-OTRI. Similarly, KIRC had the largest RLED 243 days, further supporting the framework&#8217;s capacity for characterizing clinically relevant heterogeneity.<\/p>\n<p><strong>Table 2: Restricted Life Expectancy Difference RLED in days across TCGA cohorts. Higher values indicate greater clinical utility.<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"152\"><strong>Dataset<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"152\"><strong>Proposed<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"152\"><strong>SNF<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"152\"><strong>NEMO<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"152\"><strong>RSC-OTRI<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"152\">GBM<\/td>\n<td style=\"text-align: center;\" width=\"152\">221<\/td>\n<td style=\"text-align: center;\" width=\"152\">147<\/td>\n<td style=\"text-align: center;\" width=\"152\">169<\/td>\n<td style=\"text-align: center;\" width=\"152\">173<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"152\">BRCA<\/td>\n<td style=\"text-align: center;\" width=\"152\">178<\/td>\n<td style=\"text-align: center;\" width=\"152\">116<\/td>\n<td style=\"text-align: center;\" width=\"152\">134<\/td>\n<td style=\"text-align: center;\" width=\"152\">139<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"152\">LUAD<\/td>\n<td style=\"text-align: center;\" width=\"152\">192<\/td>\n<td style=\"text-align: center;\" width=\"152\">122<\/td>\n<td style=\"text-align: center;\" width=\"152\">145<\/td>\n<td style=\"text-align: center;\" width=\"152\">151<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"152\">KIRC<\/td>\n<td style=\"text-align: center;\" width=\"152\">243<\/td>\n<td style=\"text-align: center;\" width=\"152\">158<\/td>\n<td style=\"text-align: center;\" width=\"152\">174<\/td>\n<td style=\"text-align: center;\" width=\"152\">180<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"152\">COAD<\/td>\n<td style=\"text-align: center;\" width=\"152\">187<\/td>\n<td style=\"text-align: center;\" width=\"152\">125<\/td>\n<td style=\"text-align: center;\" width=\"152\">141<\/td>\n<td style=\"text-align: center;\" width=\"152\">146<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 29.2422%;\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-68484\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig3-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig3-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig3-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig3-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig3.jpg 764w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td style=\"width: 70.7578%;\"><strong>Figure 3: <\/strong><strong>Restricted<\/strong><strong> Life Expectancy Difference RLED in days across TCGA cancer cohorts GBM, BRCA, LUAD, KIRC, COAD.<\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig3.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Clustering Quality via Silhouette Coefficient<\/strong><\/p>\n<p>To evaluate the quality of the structure, we measured the Silhouette Coefficient, which measures the cohesion of the clusters within a cluster and the separation between clusters. As summarised in <em>Table 3<\/em><em> and Figure 4<\/em>, our method consistently had the highest silhouette scores in all cohorts. For example, in the case of BRCA, our method achieved 0.63 in comparison with 0.38 for SNF. These results confirm that clusters obtained by our pipeline are not only compact, but also well-separated and validate the representation learning and Hypergraph modelling components in our pipeline.<\/p>\n<p><strong>Table 3: <\/strong><strong>Silhouette coefficients across TCGA cohorts. Higher values indicate better clustering quality.<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"153\"><strong>Dataset<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"153\"><strong>Proposed<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"153\"><strong>SNF<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"153\"><strong>NEMO<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"153\"><strong>RSC-OTRI<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"153\">GBM<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.58<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.42<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.45<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.47<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"153\">BRCA<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.63<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.38<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.41<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.43<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"153\">LUAD<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.61<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.35<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.40<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.44<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"153\">KIRC<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.66<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.48<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.50<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.52<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"153\">COAD<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.59<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.36<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.39<\/td>\n<td style=\"text-align: center;\" width=\"153\">0.40<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 29.2422%;\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-68485\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig4-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig4-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig4-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig4-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig4.jpg 777w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td style=\"width: 70.7578%;\"><strong>Figure 4:<\/strong> <strong>Clustering quality measured by Silhouette Coefficient across TCGA cancer cohorts GBM, BRCA, LUAD, KIRC, COAD.<\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig4.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Biological Relevance via Pathway Enrichment Analysis<\/strong><\/p>\n<p>We further confirmed the biological importance of subtypes by pathway enrichment analysis based on KEGG and GSEA annotations. Subtypes showed enrichment of pathways consistent with known oncogenic processes. As highlighted in <em>Table 4<\/em>, in GBM, one subtype was enriched for PI3K-Akt, hypoxia response and Notch signalling pathways, known markers of aggressive gliomas. In the context of BRCA, subtypes associated with ER+, HER2-enriched and triple negative signatures are consistent with known taxonomies. LUAD subtypes revealed activation of areas such as the epidermal growth factor receptor EGFR signalling, apoptosis and cell cycle pathways. The pathway enrichment heatmap <em>Figure <\/em><em>5<\/em> shows the distribution of the significantly enriched biological processes between datasets and subtypes. Each row represents a cohort of cancers, and each column a subset of patients a subtype of those cancers that were discovered, and pathway names appear in the cells. The colour scale corresponds to the number of pathways enriched: dark blue cells are strongly enriched with three major pathways identified, and light yellow cells show no significant enrichment. For example, GBM S1 is enriched in PI3K-Akt, hypoxia and Notch signalling; BRCA S2 is enriched in ER+, HER2 and TNBC signatures; LUAD S3 is enriched in epidermal growth factor receptor EGFR, apoptosis and cell cycle activation; KIRC S1 is enriched for angiogenesis-related pathways mTOR, vascular endothelial growth factor VEGF, hypoxia-inducible factor HIF-1; and COAD S2 is characterised by Wnt signalling <em>Wnt Pathway<\/em>, DNA repair and inflammatory responses. Those patterns verified that the subtypes identified by our framework are biologically coherent and clinically relevant.<\/p>\n<p><strong>Table 4: Selected highlights from pathway enrichment analysis across TCGA cohorts<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"189\"><strong>Dataset<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"136\"><strong>Subtype<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"260\"><strong>Enriched Pathways<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"166\"><strong>Tools Used<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"189\">GBM<\/td>\n<td style=\"text-align: center;\" width=\"136\">S1<\/td>\n<td style=\"text-align: center;\" width=\"260\">PI3K-Akt, Hypoxia response, Notch signalling<\/td>\n<td style=\"text-align: center;\" width=\"166\">GSEA, KEGG<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"189\">BRCA<\/td>\n<td style=\"text-align: center;\" width=\"136\">S2<\/td>\n<td style=\"text-align: center;\" width=\"260\">ER+, HER2-enriched, Triple-negative signatures<\/td>\n<td style=\"text-align: center;\" width=\"166\">GSEA, KEGG<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"189\">LUAD<\/td>\n<td style=\"text-align: center;\" width=\"136\">S3<\/td>\n<td style=\"text-align: center;\" width=\"260\">EGFR signalling, Apoptosis, Cell cycle regulation<\/td>\n<td style=\"text-align: center;\" width=\"166\">GSEA, KEGG<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"189\">KIRC<\/td>\n<td style=\"text-align: center;\" width=\"136\">S1<\/td>\n<td style=\"text-align: center;\" width=\"260\">mTOR, VEGF, HIF-1 signalling<\/td>\n<td style=\"text-align: center;\" width=\"166\">GSEA, KEGG<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"189\">COAD<\/td>\n<td style=\"text-align: center;\" width=\"136\">S2<\/td>\n<td style=\"text-align: center;\" width=\"260\">Wnt signalling, DNA repair, and Inflammatory response<\/td>\n<td style=\"text-align: center;\" width=\"166\">GSEA, KEGG<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 29.2422%;\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-68486\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig5-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig5-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig5-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig5-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig5.jpg 810w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td style=\"width: 70.7578%;\"><strong>Figure 5: <\/strong><strong>Pathway enrichment heatmap by dataset and subtype<\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig5.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Kaplan\u2013Meier Survival Curves: Visual Stratification<\/strong><\/p>\n<p>To visually verify stratification of survival, Kaplan-Meier curves were drawn for each subtype in a few data sets. As shown in <em>Figure 6<\/em>, the separation of survival curves was especially apparent in GBM and KIRC cohorts. In GBM, one of the subtypes had a long-term survival of&gt;500 days, and another had a median survival of &lt;280 days log-rank p = 0.0006. Similar trends were reported in LUAD and BRCA, supporting the statistical results at a visual level.<\/p>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 29.2422%;\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-68487\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig6-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig6-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig6-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig6-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig6.jpg 764w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td style=\"width: 70.7578%;\"><strong>Figure 6: <\/strong><strong>Kaplan\u2013Meier survival curves of discovered subtypes across TCGA cohorts: a GBM, b LUAD, c KIRC. Distinct curve separations validate survival stratification.<\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig6.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The stratification ability of this particular framework is visually confirmed in these survival plots, which are both intuitive, interpretable, and interesting.<\/p>\n<p><strong>Comparative Summary across All Metrics<\/strong><\/p>\n<p>A summary across metrics shows that our framework consistently performs better or tied with baselines in statistical, clinical, structural and biological validation. Unlike baselines that are good in one dimension but worse in others, our method has well-rounded improvements. Figure 3 presents an integrated comparison across methods in a radar plot, showing balanced superiority of our framework in terms of log-rank p-values, RLED, silhouette coefficients and pathway enrichment.<\/p>\n<p><strong>Ablation Study: Component-Wise Performance Contribution<\/strong><\/p>\n<p>To examine the role of the individual modules, we performed an ablation study in which components were deleted or substituted. Results for GBM and BRCA are summarised in <em>Table 5<\/em><em> and Figure 7<\/em>. Removal of robust correlation resulted in the most significant degradation in performance, GBM log-rank p = 0.0094 vs. 0.0006 using the full model. Substitution of UMAP for PCA decreased survival separation, thereby highlighting the capability of UMAP to preserve nonlinear manifolds. Removing Hypergraph modelling or Mapper reduced subtype resolution, confirming the importance of higher-order and topological modelling.<\/p>\n<p><strong>Table 5: Ablation study results for GBM and BRCA cohorts. Removing or replacing modules reduces performance across all metrics.<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"105\"><strong>Method Variant<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"105\"><strong>Log-Rank p GBM<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"105\"><strong>RLED GBM<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"105\"><strong>Silhouette GBM<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"105\"><strong>Log-Rank p BRCA<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"105\"><strong>RLED BRCA<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"105\"><strong>Silhouette BRCA<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"105\">Full Framework Ours<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.0006<\/td>\n<td style=\"text-align: center;\" width=\"105\">221<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.58<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.0017<\/td>\n<td style=\"text-align: center;\" width=\"105\">178<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.63<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"105\">w\/o Robust Correlation \u2192 Pearson<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.0094<\/td>\n<td style=\"text-align: center;\" width=\"105\">167<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.49<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.0171<\/td>\n<td style=\"text-align: center;\" width=\"105\">129<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.53<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"105\">w\/o UMAP \u2192 PCA<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.0063<\/td>\n<td style=\"text-align: center;\" width=\"105\">179<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.50<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.0098<\/td>\n<td style=\"text-align: center;\" width=\"105\">141<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.56<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"105\">w\/o p-Laplacian Hypergraph \u2192 KNN<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.0047<\/td>\n<td style=\"text-align: center;\" width=\"105\">181<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.52<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.0073<\/td>\n<td style=\"text-align: center;\" width=\"105\">148<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.58<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"105\">w\/o Mapper \u2192 Spectral Clustering<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.0028<\/td>\n<td style=\"text-align: center;\" width=\"105\">190<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.55<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.0045<\/td>\n<td style=\"text-align: center;\" width=\"105\">154<\/td>\n<td style=\"text-align: center;\" width=\"105\">0.60<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 29.2422%;\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-68488\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig7-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig7-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig7-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig7-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig7.jpg 756w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td style=\"width: 70.7578%;\"><strong>Figure 7: <\/strong><strong>Ablation study results for GBM and BRCA.<\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/10\/Vol18NoOct-Spl_Mul_Mun_Fig7.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The ablation study conveys that each module of the framework is crucial to the overall performance. Replacing the robust correlation model with Pearson correlation resulted in a drastic reduction in survival stratification log-rank p=0.0094 in GBM vs. 0.0006 in the full model, and reduced cluster cohesion, demonstrating the importance of noise-resistant similarity measures. Substituting UMAP with PCA degraded survival separation and silhouette scores, as PCA did not preserve nonlinear manifolds, and removing the p-Laplacian Hypergraph and reverting to a simple kNN graph decreased performance across all metrics, highlighting the merit of higher-order relational modelling for capturing subtle biological variation. Finally, substitution of Mapper with spectral clustering degraded the RLED and silhouette scores, which confirms that shape-based clustering identifies more meaningful substructures. Overall, the synergy between strong correlation estimation, nonlinear projection, Hypergraph learning and topological clustering underlies the framework&#8217;s high performance, with robust correlation contributing the most important improvements.<\/p>\n<p><strong>Discussion and Key Observations<\/strong><\/p>\n<p>This study demonstrates that the proposed framework &#8211; incorporating robust correlation estimation, UMAP, p-Laplacian Hypergraph learning and Mapper clustering &#8211; has achieved consistently superior performance to the state-of-the-art methods in cancer subtyping. Statistically, it showed lower log-rank p-values compared to SNF, NEMO and RSC-OTRI, suggesting better stratification for survival and higher RLED values eg, 221 days in GBM, 243 days in KIRC, confirming its clinical usefulness. Structurally, superiority in silhouette scores on all datasets indicated that the derived clusters were well separated as well as internally cohesive. Biological validation via pathway enrichment further supported these findings, with linkage of the subtypes to processes such as PI3K-Akt and hypoxia in GBM, HER2 and ER+ signalling in BRCA and the EGFR pathways in LUAD. This dual validation highlights that the framework not only captures statistically distinct subgroups but also captures biologically meaningful variation. The ablation study confirmed the importance of each module: removal of robust correlation resulted in the most significant decline in performance, while replacement of UMAP, Hypergraph learning, or Mapper also decreased survival discrimination and cluster quality. This emphasises that the strength of the framework comes from the synergy of all these four components: combining robustness, nonlinear manifold preservation, higher-order modelling, and topological abstraction. Overall, the approach offers a reliable and interpretable strategy for precision oncology, facilitating statistically sound and clinically meaningful patient stratification.<\/p>\n<p><strong>Future Directions<\/strong><\/p>\n<p>While the proposed framework shows good performance in stratifying patients in multiple cancer types, several avenues are left open for future research. First, validation should be extended to larger and more diverse cohorts than those in TCGA, including international consortia and real-world clinical datasets, to test for generalizability across populations and sequencing platforms. Second, integration of additional omics layers such as proteomics, metabolomics, spatial transcriptomics and single-cell sequencing could yield finer resolution of tumour heterogeneity to enable the discovery of even more clinically actionable tumour subtypes. Third, the integration of data on longitudinal samples and response to treatment would open the possibility of dynamic subtyping to capture tumour evolution over time and under the pressure of treatment. On the methodological front, improving the interpretability with graph neural networks or explainable artificial intelligence XAI methods could make the framework more transparent to clinicians. Similarly, modifying the pipeline for real-time clinical decision support, including the robustness testing with incomplete, noisy or low-coverage data, is essential for translational adoption. Finally, since the approach could be extended beyond oncology to other complex diseases, characterised by molecular heterogeneity, such as autoimmune disorders, neurodegeneration or cardiovascular disease, this could further cement the framework as a general-purpose tool for precision medicine.<\/p>\n<p><strong>Conclusion<\/strong><\/p>\n<p>This study shows that the proposed integrative framework works significantly towards multi-omics cancer subtyping in terms of achieving statistical performance and biological relevance. In a large-scale evaluation on three TCGA cohorts GBM, LUAD, and KIRC, the method was able to consistently obtain the lowest log-rank p-values, confirming its ability to identify clinically meaningful patient groups that have different survival outcomes. It also generated larger Restricted Life Expectancy Differences RLED than the established approaches, such as SNF, NEMO and RSC-OTRI. For instance, in GBM, our method identified a difference in survival between subtypes of nearly 221 days, close to 2.5-fold more than that found using RSC-OTRI, highlighting its potential to improve stratification of prognosis. An important feature of the framework is its robustness and flexibility: It retains its predictive power even when omics data is incomplete or down-sampled, which is important in the clinical setting where full multi-omics profiles may not be available. Biological enrichment analysis also further validated the clinical findings, identifying over 15 subtype-specific associations with processes like immune response, cell cycle regulation and metabolic pathways. This dual validation &#8211; statistical and biological &#8211; emphasises the capacity of the framework to encapsulate molecular heterogeneity in a complex way that&#8217;s clinically interpretable. Overall, the framework provides an effective and interpretable strategy for cancer subtyping to foster the expansion of precision oncology. By combining robustness, scalability and biological insight, it is a promising basis for the development of personalised treatment strategies and improved patient outcomes.<\/p>\n<p><strong>Acknowledgment<\/strong><\/p>\n<p>The authors would like to thank the Department of Computer Sciences, University of Kashmir, for providing the necessary infrastructure and academic support throughout the research.<\/p>\n<p><strong>Funding Sources<\/strong><\/p>\n<p>The author(s) received no financial support for the research, authorship, and\/or publication of this article.<\/p>\n<p><strong>Conflict of Interest<\/strong><\/p>\n<p>The author(s) do not have any conflict of interest.<\/p>\n<p><strong>Data Availability Statement<\/strong><\/p>\n<p>This statement does not apply to this article.<\/p>\n<p><strong>Ethics Statement<\/strong><\/p>\n<p>This research did not involve human participants, animal subjects, or any material that requires ethical approval.<\/p>\n<p><strong>Informed Consent Statement<\/strong><\/p>\n<p>This study did not involve human participants, and therefore, informed consent was not required.<\/p>\n<p><strong>Clinical Trial Registration<\/strong><\/p>\n<p>This research does not involve any clinical trials<\/p>\n<p><strong>Permission to reproduce material from other sources<\/strong><\/p>\n<p>Not Applicable<\/p>\n<p><strong>Author Contributions<\/strong><\/p>\n<ul>\n<li><em>Ms Muneeba Afzal Mukhdoomi<\/em> is responsible for conceptualizing the study, designing the methodology, performing data visualization, and drafting the original manuscript.<\/li>\n<li>Mr <em>Manzoor Ahmad Chachoo<\/em> contributes through a critical review of the manuscript and provides overarching supervision and guidance throughout the research process<\/li>\n<\/ul>\n<p><strong>References<\/strong><\/p>\n<ol>\n<li>MacDonald WJ, Purcell C, Pinho-Schwermann M, Stubbs NM, Srinivasan PR, El-Deiry WS. Heterogeneity in Cancer. <em>Cancers (Basel)<\/em>. 2025;17(3):44-69<br \/>\n<a href=\"https:\/\/doi.org\/10.3390\/cancers17030441\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Srivastava S, Khan MS, Ahmad S, Dubey A, Saxena VL, Haneef M. Identification of putative antiviral bioactive compounds derived from family Asteraceae: An in silico approach. <em>Journal of Cell Biochemistry.<\/em> 2024;12(4):48-63.<br \/>\n<a href=\"https:\/\/doi.org\/10.1002\/jcb.30538\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Zhang S, Xiao X, Yi Y, Wang X, Zhu L, Shen Y, et al. Tumor initiation and early tumorigenesis: molecular mechanisms and interventional targets. <em>Signal Transduction and Target Therapy<\/em>. 2024;91:1\u201336.<br \/>\n<a href=\"https:\/\/doi.org\/10.1038\/s41392-024-01848-7\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Guo L, Kong D, Liu J, Zhan L, Luo L, Zheng W, et al. Breast cancer heterogeneity and its implications in personalized precision therapy. <em>Experimental Hematology &amp; Oncology<\/em>. 2023;120(1):1\u201327.<br \/>\n<a href=\"https:\/\/doi.org\/10.1186\/s40164-022-00363-1\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Duan XP, Qin BD, Jiao XD, Liu K, Wang Z, Zang YS. New clinical trial design in precision medicine: discovery, development and direction. <em>Signal Transduction Target Therapy<\/em>. 2024;91(2):51-70.<br \/>\n<a href=\"https:\/\/doi.org\/10.1038\/s41392-024-01760-0\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Wang J, Zeng Z, Li Z, Liu G, Zhang S, Luo C, et al. The clinical application of artificial intelligence in cancer precision treatment. <em>Journal of Translational Medicine<\/em>. 2025;140(3):1-20.<br \/>\n<a href=\"https:\/\/doi.org\/10.1186\/s12967-025-06139-5\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Mirza B, Wang W, Wang J, Choi H, Chung NC, Ping P. Machine learning and integrative analysis of biomedical big data. <em>Genes (Basel)<\/em>. 2019;102(1):34-52<br \/>\n<a href=\"https:\/\/doi.org\/10.3390\/genes10020087\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Ramadhani S, Handayani L, Ng TF, Dzulkifly S, Ariffin R, Budiman H, et al. Feature Selection Optimisation for Cancer Classification Based on Evolutionary Algorithms\u202f: An Extensive Review.<em>Computer Modeling in Engineering &amp; Sciences<\/em>2025;143(3):2711-2765<br \/>\n<a href=\"https:\/\/doi.org\/10.32604\/cmes.2025.062709\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Liu F, Heiner M, Gilbert D. Protocol for biomodel engineering of unilevel to multilevel biological models using colored Petri nets. <em>STAR Protocols<\/em>. 2023;44(4):102-131.<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.xpro.2023.102651\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Kotas J. Advances in Nonlinear Biological Systems\u202f: Modeling and Optimal Control. <em>Applied Mathematics<\/em>; 2019;2(2):1-609.<\/li>\n<li>Feng H, Cottrell S, Hozumi Y, Wei GW. Multiscale differential geometry learning of networks with applications to single-cell RNA sequencing data. <em>Computers in Biology &amp; Medicine<\/em>. 2024;171(3):1\u201332.<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.compbiomed.2024.108211\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Presnov E, Isaeva V, Kasyanov N. Topological Invariance of Biological Development. <em>Axiomathes<\/em>. 2014;241(4): 35-58.<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s10516-013-9216-5\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Wang J, Wang L, Liu Y, Li X, Ma J, Li M, et al. Comprehensive Evaluation of Multi-Omics Clustering Algorithms for Cancer Molecular Subtyping. <em>International Journal of Molecular Sciences<\/em>. 2025;263(2):1\u201315.<br \/>\n<a href=\"https:\/\/doi.org\/10.3390\/ijms26030963\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>McInnes L, Healy J, Melville J. UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction. 2018; 112(2):60-89.<\/li>\n<li>Bilbao D, Aimar H, Torterolo P, Mateos DM. Higher-Order Interaction Analysis via Hypergraph Models for Studying Multidimensional Neuroscience Data. <em>Biomedical Signal Processing &amp; Control <\/em>2024;1140(3):1109-1142<br \/>\n<a href=\"https:\/\/doi.org\/10.1101\/2024.11.22.624800\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Chazal F, Michel B. An Introduction to Topological Data Analysis: Fundamental and Practical Aspects for Data Scientists. <em>Frontiers in Artificial Intelligence<\/em>. 2021;4(1):1\u201328.<br \/>\n<a href=\"https:\/\/doi.org\/10.3389\/frai.2021.667963\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Arun B, Couch FJ, Abraham J, Tung N, Fasching PA. BRCA-mutated breast cancer: the unmet need, challenges and therapeutic benefits of genetic testing. <em>British Journal of Cancer.<\/em> 2024;201(1):27-45.<br \/>\n<a href=\"https:\/\/doi.org\/10.1038\/s41416-024-02827-z\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Pouyan A, Ghorbanlo M, Eslami M, Jahanshahi M, Ziaei E, Salami A, et al. Glioblastoma multiforme: insights into pathogenesis, key signaling pathways, and therapeutic strategies. <em>Molecular Cancer<\/em>. 2025;241(3):1-27.<br \/>\n<a href=\"https:\/\/doi.org\/10.1186\/s12943-025-02267-0\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Maheshwari K, Sharma A, Mansuri MKA, Prajapati B, Dave B, Parekh PS, et al. A bioinformatics exploration of lung adenocarcinoma identifies hub genes with prognostic significance: from data to discovery. <em>Journal of Egyptian National Cancer Institute<\/em> 2025;371(1):1140-1168.<br \/>\n<a href=\"https:\/\/doi.org\/10.1186\/s43046-025-00273-3\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Bao L. Roles, underlying mechanisms and clinical significances of LINC01503 in human cancers. <em>Pathology- Research &amp; Practice<\/em>. 2024;252(1):112-135.<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.prp.2024.155125\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Wang H, Lin K, Zhang Q, Shi J, Song X, Wu J, et al. HyperTMO: a trusted multi-omics integration framework based on a hypergraph convolutional network for patient classification. <em>Bioinformatics<\/em>. 2024;404.<br \/>\n<a href=\"https:\/\/doi.org\/10.1093\/bioinformatics\/btae159\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Wang Y, Wang Z, Yu X, Wang X, Song J, Yu DJ, et al. MORE: a multi-omics data-driven hypergraph integration network for biomedical data classification and biomarker identification. <em>Briefings in Bioinformatics.<\/em> 2024;261(4):1-25<br \/>\n<a href=\"https:\/\/doi.org\/10.1093\/bib\/bbae658\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Li B, Nabavi S. A multimodal graph neural network framework for cancer molecular subtype classification. <em>BMC Bioinformatics<\/em>. 2024;251(1):1\u201319.<br \/>\n<a href=\"https:\/\/doi.org\/10.1186\/s12859-016-1414-x\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Ouyang D, Liang Y, Li L, Ai N, Lu S, Yu M, et al. Integration of multi-omics data using adaptive graph learning and attention mechanism for patient classification and biomarker identification. <em>Computers in Biology &amp; Medicine<\/em>. 2023;164(4):69-92<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.compbiomed.2023.107303\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Yang B, Yang Y, Wang M, Su X. MRGCN: cancer subtyping with multi-reconstruction graph convolutional network using full and partial multi-omics dataset. <em>Bioinformatics<\/em>. 2023;396(1):1-31.<br \/>\n<a href=\"https:\/\/doi.org\/10.1093\/bioinformatics\/btad353\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Du L, Gao P, Liu Z, Yin N, Wang X. TMODINET: A trustworthy multi-omics dynamic learning integration network for cancer diagnosis. <em>Computational Biology &amp; Chemistry<\/em> 2024;113(2):1-21.<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.compbiolchem.2024.108202\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Jiang T, Jiang H, Ma X, Xu M, Liang Y, Zhang W. MetaGXplore: Integrating Multi-Omics Data with Graph Convolutional Networks for Pan-cancer Patient Metastasis Identification. <em>Proc &#8211; 2024 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)<\/em>. 2024;921(1):56\u201361.<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/BIBM62325.2024.10822439\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Duan X, Ding X, Zhao Z. Multi-omics integration with weighted affinity and self-diffusion applied for cancer subtypes identification. <em>Journal of Translational Medicine<\/em>. 2024;221(3):1\u201312.<br \/>\n<a href=\"https:\/\/doi.org\/10.1186\/s12967-024-04864-x\">CrossRef<\/a><\/li>\n<li>Tripathy RK, Frohock Z, Wang H, Cary GA, Keegan S, Carter GW, et al. Effective integration of multi-omics with prior knowledge to identify biomarkers via explainable graph neural networks. <em>Systems biology and applications.<\/em> 2025;38(3):1\u201313.<br \/>\n<a href=\"https:\/\/doi.org\/10.1038\/s41540-025-00519-9\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Tanvir RB, Islam M. MOGAT\u202f: A Multi-Omics Integration Framework Using Graph Attention Networks for Cancer Subtype Prediction. <em>International journal of molecular sciences <\/em>2024;20(1):1-32<br \/>\n<a href=\"https:\/\/doi.org\/10.1101\/2023.04.01.535195\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Ge S, Wang X, Cheng Y, Liu J. Cancer subtype recognition based on Laplacian rank constrained multiview clustering. <em>Genes (Basel)<\/em>. 2021;11(1):124-139.<br \/>\n<a href=\"https:\/\/doi.org\/10.3390\/genes12040526\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Wang J, Liu JX, Kong XZ, Yuan SS, Dai LY. Laplacian regularized low-rank representation for cancer samples clustering. <em>Computational Biology and Chemistry<\/em> 2019; 20(1):50\u201372.<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.compbiolchem.2018.11.003\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Wu Y, Liu Q, Xie L. Hierarchical multi-omics data integration and modeling predict cell-specific chemical proteomics and drug responses. <em>Cell Reports Methods<\/em>. 2023;34(1):100-121.<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.crmeth.2023.100452\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Zhao J, Dong Y, Bai H, Bai F, Yan X, Duan J, et al. Multi-omics indicators of long-term survival benefits after immune checkpoint inhibitor therapy. <em>Cell Reports Methods<\/em>. 2023;31(1):1-28.<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.crmeth.2023.100596\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Ledoit O, Wolf M. Shrinkage estimation of large covariance matrices: Keep it simple, statistician? <em>Journal of Multivariate Analysis.<\/em> 2021;18(4):1140-1161<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.jmva.2021.104796\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Castellano-escuder P, Zachman DK, Han K, Hirschey MD. Interpretable multi-omics integration with UMAP embeddings and density-based clustering. <em>Nature Communications<\/em> 2024;12(1):1-25.<br \/>\n<a href=\"https:\/\/doi.org\/10.1101\/2024.10.07.617035\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Cancer is no longer considered a homogenous disease but  [&#8230;]<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[130],"tags":[],"class_list":["post-68462","post","type-post","status-publish","format-standard","hentry","category-vol18octoberspledition"],"_links":{"self":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/68462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/comments?post=68462"}],"version-history":[{"count":5,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/68462\/revisions"}],"predecessor-version":[{"id":68495,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/68462\/revisions\/68495"}],"wp:attachment":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/media?parent=68462"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/categories?post=68462"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/tags?post=68462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}