2.1 The Multi-Omics Paradigm in Oncology: Why One Layer Is Never Enough
Cancer, whatever else it is, is rarely explicable through a single data layer, and BRCA-associated disease is no exception. Genomic sequence alone tells us that a variant exists; it does not, by itself, tell us how that variant behaves once it meets a real tumor's transcriptional, epigenetic, and microenvironmental context (Rescigno & Greystoke, 2026; Shanmugam & Ravikumar, 2026). Single-omics assays — a gene panel here, a methylation array there — capture a partial silhouette of disease biology, missing the downstream protein states, post-translational modifications, and regulatory dynamics that often determine whether a tumor resists therapy (Sabit et al., 2026; Shanmugam & Ravikumar, 2026).
Modern oncology has responded, somewhat unevenly, by pursuing vertical multi-omics integration — correlating genomic, transcriptomic, proteomic, metabolomic, and epigenomic signals within the same patient cohort (Ouhmouk et al., 2025; Shanmugam & Ravikumar, 2026). Done well, this kind of fusion surfaces synergistic mechanisms that no single platform would reveal on its own, and it tends to reduce false-discovery rates relative to single-platform analyses (Sabit et al., 2026; Shanmugam & Ravikumar, 2026). Done poorly, however, it runs headlong into a genuinely hard statistical problem. Multi-omics data is high-dimensional, sparse, and technically messy — a fairly textbook instance of the so-called curse of dimensionality (Ouhmouk et al., 2025). Traditional statistical models tend to buckle under these conditions, undone by multicollinearity and, more often than not, by sample sizes that were never large enough to begin with (Ouhmouk et al., 2025; Jurenaite et al., 2024; Barua et al., 2026). It is largely in response to this failure mode that deep learning has become the default computational strategy — not because it is fashionable, but because it can automatically learn hierarchical feature representations that harmonize disparate data modalities in a way older methods simply cannot (Ouhmouk et al., 2025; Lin et al., 2026; Sabit et al., 2026).
2.2 Computational Foundations: How Deep Learning Architectures Handle Biological Complexity
Deep learning approaches to multi-omics oncology tend to fall, loosely, into three families — generative, non-generative, and hybrid — distinguished mainly by how they fuse heterogeneous inputs (Ouhmouk et al., 2025). Non-generative architectures, graph neural networks (GNNs) and graph attention networks (GATs) among them, map inputs directly onto clinical endpoints and have the useful property of being able to embed prior biological knowledge, such as protein-protein interaction networks, straight into the learning architecture (Ouhmouk et al., 2025). The Multimodal Onco-Graph Convolutional Network (MOGONET) illustrates this well: separate graph convolutional layers learn omics-specific embeddings, and a downstream module captures cross-omics label correlations for multi-class tumor classification (Wang & Ballester, 2021; Ouhmouk et al., 2025).
A more fundamental limitation of many earlier classifiers, though, is their insistence on fixed-dimensionality inputs (Jurenaite et al., 2024). A network trained to expect exactly N genomic loci breaks, sometimes badly, when N changes — and worse, it can become sensitive to the arbitrary order in which those loci are presented (Jurenaite et al., 2024). Jurenaite et al. (2024) addressed this directly with SetQuence and SetOmic, deep networks built on permutation-invariant set representations rather than fixed vectors. SetQuence leans on pretrained DNA language models, such as DNABERT, to encode variably long, variant-associated sequences, which are then aggregated — via pooling multi-head attention — into a single coordinate-free embedding (Jurenaite et al., 2024). SetOmic extends the same logic to quantitative transcriptome counts, and in doing so demonstrates markedly better robustness and less information loss across coding and non-coding regions than fixed-input alternatives (Jurenaite et al., 2024).
Generative models occupy a different, complementary niche. Variational autoencoders (VAEs) — OmiEmbed, CustOmics, and TMO-Net among the better-known examples — learn the joint probability distribution of high-dimensional omics data, compressing it into a shared, low-dimensional latent space via encoder-decoder pairs (Ouhmouk et al., 2025; Zhang et al., 2021). One practical virtue of this family is resilience to missing data: because the latent space is learned jointly, researchers can often reconstruct an unmeasured omics modality directly from what the model has already learned about the others (Ouhmouk et al., 2025).
More recently, transformer-based foundation models have introduced something closer to a generalist medical AI paradigm (Corso et al., 2026). Large language models are increasingly being repurposed for genomic diagnostics, converting raw, unstructured somatic mutation data and clinical phenotypes into structured, dialogue-like representations a model can reason over (Liu et al., 2025; Corso et al., 2026). OncoChat is a clear illustration — a diagnostic LLM developed on 158,836 tumor samples spanning 69 cancer types across 19 institutions, instruction-tuned on structured clinicogenomic text. It outperforms earlier classifiers such as OncoNPC and GDD-ENS and shows notable stability in predicting tissue of origin for cancers of unknown primary (Liu et al., 2025).
2.3 Clinical and Translational Applications in Precision Oncology
Where multi-omics AI has moved beyond proof-of-concept is in several fairly distinct clinical touchpoints, each worth considering on its own terms (Sabit et al., 2026; Lin et al., 2026).
2.3.1 Molecular Risk Stratification and Biomarker Staging
TNM staging, for all its familiarity, is essentially a macro-anatomic system, and it was never designed to capture the biological heterogeneity that increasingly defines how tumors actually behave (Sabit et al., 2026; Roy et al., 2027). Integrated multi-omics classifiers offer a more refined alternative. Roy et al. (2027), for instance, combined microRNA and messenger RNA datasets from the TCGA breast cancer cohort using gradient-boosting algorithms such as XGBoost, and reported a 5–10% improvement in clinical-stage classification accuracy over single-platform classifiers — largely by capturing non-linear interactions between miRNA-mediated silencing and its downstream mRNA targets. In a related but visually distinct approach, whole-slide pathology images can be fused with molecular assays: the AnchorMIL framework reframes Oncotype DX recurrence-score prediction from whole-slide images as a joint regression-and-classification task, achieving strong concordance across both TCGA-derived and independent cohorts (Koyun et al., 2026).
2.3.2 Neoadjuvant Therapy Response Prediction
Predicting pathological complete response (pCR) early in neoadjuvant chemotherapy matters because it lets clinicians spare patients unnecessary toxicity when a regimen is unlikely to work (Sabit et al., 2026; Lash & Valero, 2026). Stacked ensemble frameworks that fuse transcriptomic profiling with clinical variables — capturing distinct inductive biases across tree-based, kernel, and deep-network learners — have produced well-calibrated predictions of chemotherapy responsiveness (Lash & Valero, 2026). Multimodal deep learning that additionally incorporates pre-treatment MRI radiomics and digital pathology tends to do even better, with reported accuracy gains of 10–20% over unimodal baselines (Sabit et al., 2026; Lin et al., 2026).
2.3.3 Synthetic Lethality and Novel Target Discovery
Synthetic lethality remains one of the more powerful conceptual tools for target discovery in oncology, and its clinical proof of concept is, of course, the success of PARP inhibitors in BRCA1/2-mutant disease (Schäffer et al., 2024; Li et al., 2026; Wolde & Belay, 2026). What computational biology has added more recently is a way to look for synthetic-lethal partners beyond the canonical DNA-repair pathway. Frameworks such as DGIB4SL, KR4SL, and MAGICAL fuse multi-omics data with protein-protein interaction networks and knowledge-graph representations, leaning on graph neural networks and information-bottleneck principles to surface higher-order regulatory motifs and, from there, candidate target combinations — pairing PARP inhibitors with novel STING agonists, for instance, to resensitize resistant tumors (Li et al., 2026; Sabit et al., 2026).
2.3.4 AI-Driven Liquid Biopsies and Minimal Residual Disease Monitoring
Non-invasive monitoring — circulating tumor cells, circulating tumor DNA, cell-free DNA fragmentomics, methylation profiling — is quietly transforming how clinicians track disease over time, without repeated invasive biopsies (Sabit et al., 2026; Shanmugam & Ravikumar, 2026). Machine learning applied to multi-analyte liquid biopsy panels can fuse fragment-length density distributions with epigenetic methylation signals to estimate minimal residual disease and monitor treatment response essentially in real time (Sabit et al., 2026; Rescigno & Greystoke, 2026; Lin et al., 2026). Commercial platforms such as Grail Galleri already apply this logic at scale, achieving meaningful early-detection sensitivity across more than 50 distinct cancer types (Shanmugam & Ravikumar, 2026). At the single-cell level, foundation models like scGPT and scBERT extend this further still, annotating heterogeneous tumor-infiltrating immune populations with strong accuracy and tracking drug-resistant subclonal trajectories as they emerge (Ouhmouk et al., 2025).
2.4 Major Translational Roadblocks in Clinical Integration
None of this, however, translates automatically into bedside utility, and it would be misleading to end this review of the literature without naming the obstacles plainly (Ouhmouk et al., 2025; Lin et al., 2026).
2.4.1 Overreliance on Centralized TCGA Data and Technical Artifacts
A large majority of published deep learning models in computational oncology — well over 90%, by some estimates — are trained and validated almost exclusively on The Cancer Genome Atlas or METABRIC (Ouhmouk et al., 2025; Qiu et al., 2026). These are excellent resources, but they are also idealized, retrospective, and largely disconnected from the messiness of real-world electronic health record data or population diversity (Ouhmouk et al., 2025). Worse, deep networks are notoriously sensitive to domain shift and batch effects: Dehkharghanian et al. (2023) showed that models trained on TCGA pathology whole-slide images could predict a slide's acquisition site with up to 86% accuracy, using cues that had nothing to do with underlying biology — tissue staining protocol, scanner model, that sort of thing (Ouhmouk et al., 2025). A model that has quietly learned to recognize which hospital a slide came from is not, whatever its benchmark scores suggest, learning cancer biology.
2.4.2 The "Black Box" Interpretability Gap
Clinicians, understandably, are reluctant to act on predictions they cannot interrogate, and regulators tend to feel much the same way (Ouhmouk et al., 2025; Lin et al., 2026; Sabit et al., 2026). Many of the deep architectures described above remain functionally opaque — accurate, perhaps, but not explicable in any way a treating physician could defend in a tumor board discussion (Ouhmouk et al., 2025; Lin et al., 2026). Post-hoc explainability tools, SHapley Additive exPlanations (SHAP) and Local Interpretable Model-agnostic Explanations (LIME) chief among them, are increasingly being folded into multi-omics pipelines like SetOmic, and the results are at least somewhat reassuring: the features these tools flag as most influential tend to align with established cancer biology, including known attributions to PIK3CA and S100A11 in breast cancer cohorts (Jurenaite et al., 2024; Ouhmouk et al., 2025). Biologically constrained architectures such as DeepOmix and DeepKEGG take a related but more structural approach, embedding pathway and gene-ontology layers directly into the network to keep its reasoning at least loosely tethered to known biology (Ouhmouk et al., 2025).
2.4.3 Data Harmonization, Batch Effects, and Algorithmic Bias
Combining data generated across different platforms, laboratories, and protocols introduces systematic technical variation — batch effects — that, left uncorrected, can masquerade as biological signal (Ouhmouk et al., 2025; Jurenaite et al., 2024). Careful data cleaning and batch correction, whether through the ComBat algorithm or self-normalizing neural network architectures, are not optional extras here; they are close to a prerequisite for trustworthy results (Ouhmouk et al., 2025; Yin et al., 2026).
There is also a harder, more uncomfortable problem underneath the technical one. Genetic ancestry audits suggest that more than 82% of TCGA cases represent individuals of European descent, leaving African and Indigenous populations substantially underrepresented (Ouhmouk et al., 2025). Models trained on that skewed foundation tend, unsurprisingly, to degrade in performance — and to misclassify more often — when applied outside the population they were trained on (Ouhmouk et al., 2025; Lin et al., 2026). Addressing this will likely require more than good intentions: prospective recruitment of genuinely diverse cohorts, subgroup-stratified fairness auditing, and adversarial debiasing or reweighting strategies built into training from the outset (Ouhmouk et al., 2025; Lin et al., 2026).
2.5 Section Summary
Taken as a whole, the literature reviewed here converges on a fairly consistent picture. Multi-omics deep learning, and protein language models specifically, have genuinely outperformed earlier computational approaches across tumor classification, risk stratification, synthetic-lethality discovery, and liquid-biopsy monitoring (Ouhmouk et al., 2025; Sabit et al., 2026; Corso et al., 2026). What remains unresolved — data homogeneity, interpretability, and demographic bias, primarily — is not a minor footnote to that progress but arguably the central story of where the field goes next (Ouhmouk et al., 2025; Lin et al., 2026). Figures 1 through 4 summarize, respectively, the BRCA-HRR-PARP synthetic lethality axis that motivates this review, the sequence-to-pathogenicity inference pipeline characteristic of protein language models, the study identification workflow used to compile this review's evidence base, and the broader multi-omics fusion architecture that underlies much of the translational work discussed above