Skip to content
Preprint

OmicSync: Reliability-Aware Spatial Multi-Omics Clustering with Evidence-Constrained LLM Reasoning

Aug 2026 · 0 citations · 20 references
Computer Science

TL;DR

OmicSync is presented, a reliability-aware spatial multi-omics framework that couples unsupervised domain clustering with evidence-constrained LLM reasoning using model-derived per-spot signals, including assignment confidence, epistemic routing uncertainty, and modality-routing weights, and OmicSync-R is introduced, which closes the reasoning-clustering loop by using automatically computed reasoning-quality scores as REINFORCE rewards.

Abstract

Spatial multi-omics technologies jointly profile gene expression, surface proteins, and histology at each tissue spot, yet most spatial domain discovery methods provide only cluster assignments, without indicating assignment reliability, modality contributions, or why a domain decision should be trusted. We present OmicSync, a reliability-aware spatial multi-omics framework that couples unsupervised domain clustering with evidence-constrained LLM reasoning using model-derived per-spot signals, including assignment confidence, epistemic routing uncertainty, and modality-routing weights. These signals are converted into structured evidence dictionaries and used to generate standard, stepwise, counterfactual, contrastive, and uncertainty-focused explanations. OmicSync integrates a KAN-GCN backbone with spatial encoding, cross-modal fusion, uncertainty-aware routing, cell-type supervision, and missing-modality imputation. We further introduce OmicSync-R, which closes the reasoning-clustering loop by using automatically computed reasoning-quality scores as REINFORCE rewards, allowing reasoning coherence to shape the latent structure without backpropagating through the language model. Across four 10x CytAssist FFPE spatial proteomics benchmarks, OmicSync achieves the best average rank on Human Tonsil (1.44), Glioblastoma (1.78), and Tonsil Add-on (1.22), and second-best on Human Breast Cancer (2.33). OmicSync-R further improves ARI on Human Breast Cancer from 45.73 to 46.72 and outperforms existing methods on six of nine clustering metrics. Together, OmicSync and OmicSync-R enable reliability-aware, spot-level auditable spatial domain discovery guided by evidence-constrained reasoning.

View source

Similar papers

Open access Aug 2026

Beyond benchmarking: an expert-guided consensus approach to spatially aware clustering

Spatial omics technologies have revolutionized the study of tissue architecture and cellular heterogeneity by integrating molecular profiles with spatial localization. In spatially resolved transcriptomics, delineating higher-order anatomical structures is critical for understanding how cellular organization affects function. However, the reliability of current benchmarks of spatially aware clustering (SAC) methods is undermined by their narrow focus on Visium and brain tissue datasets and the incorrect interpretation of manual annotation as ground truth. Here we present SACCELERATOR, a community-driven, extensible framework that standardizes data formatting, method integration and metric evaluation, enabling rapid inclusion of new methods and datasets. Our analysis revealed substantial limitations in the generalizability and reproducibility of SAC methods and shows that anatomical labels commonly used as ground truths are often biased, error prone and unsuitable for benchmarking. Rather than ranking methods, we propose a consensus-guided workflow where descriptive spatial metrics highlight high-entropy regions of method disagreement, enabling targeted feedback for tissue experts. Applied to brain and cancer datasets, this approach uncovered biologically meaningful patterns overlooked by individual SAC methods and manual annotations, highlighting the need for iterative, expert-in-the-loop evaluation. Benchmarking spatially aware clustering is challenging. SACCELERATOR is an open-source, extensible framework that formalizes expert-guided spatial clustering analysis.

Jieran Sun, Kirti Biharie, Peiying Cai et al. · 0 citations
Book Open access Aug 2026

ProtoPSR: Prototype-guided Pairwise Similarity Regularization for Robust Spatial Multi-Omics Integration

Spatially resolved multi-omics technologies measure multiple molecular layers at the same tissue locations, providing a more comprehensive view of tissue organization than any single modality. However, unsupervised spatial domain discovery remains challenging: noise across modalities and mismatched data distributions can distort neighborhood graphs, while pseudo-label self-training may drift over training, resulting in unstable optimization and fragmented domain maps. We propose ProtoPSR, an unsupervised framework for robust spatial multi-omics domain discovery. ProtoPSR stabilizes both local clustering structure and global pairwise relations. It integrates multiple modalities using a dual-graph backbone with stabilized dynamic graph refinement, and improves clustering via prototype-aware contrastive learning with confidence-guided updates. In addition, a pairwise similarity regularization aligns embedding similarities with pseudo same-cluster relations, improving global consistency. Extensive experiments on spatial multi-omics benchmarks show that ProtoPSR consistently outperforms representative baselines in clustering accuracy and pairwise agreement, and produces more spatially coherent domain maps. Moreover, ProtoPSR demonstrates strong robustness under modality-specific feature corruption.

Yu Zhang, Mengzhu Wang, Luoxi Jing et al. · 0 citations
Review Jul 2026

HierarchicalDAEW: Domain-Aware Edge-Weighted Graph Convolution with Evidential Uncertainty for Multi-Section Spatial Gene Expression Prediction from H&E Histology

Spatial transcriptomics assays remain costly and technically demanding, restricting transcriptome-wide profiling to specialist settings and preventing routine clinical deployment. Predicting spatially resolved gene expression from H&E histology could close this gap, yet current methods largely ignore the underlying tissue architecture and rarely quantify how their predictions can be trusted. We introduce HierarchicalDAEW, a dual-graph architecture that addresses both gaps. On the spot graph, a Domain-Aware Edge-Weighted convolutional operator learns separate projections for inter-domain, intra-domain, and boundary edges derived from Leiden clustering, allowing the model to treat tissue heterogeneity as an explicit structural signal rather than an implicit one. A second gene-level graph then fuses protein-protein interaction priors from STRING-DB with tissue-specific co-expression through learned attention gating, propagating predictions from a landmark gene set to a broader gene panel. Reliability is handled through evidential uncertainty estimation, which produces far better calibrated confidence intervals than Monte Carlo dropout under identical conditions. Across six human Visium sections spanning breast, colorectal, prostate, and cerebellar tissue, and against thirteen published baselines, HierarchicalDAEW achieves the strongest correlation with ground-truth expression, with gains that hold up under multi-seed reproducibility checks and negative controls that rule out positional shortcuts. Ablations further confirm that both the domain-aware edge typing and the hierarchical depth are necessary to this improvement, and calibrated uncertainty estimates identify low-confidence predictions for pathologist review before clinical action.

Kritanu Chattopadhyay, Soumya Chatterjee, Ondrej Krejcar et al. · 0 citations
Open access Aug 2026

Joint-RPCA: domain-aware multi-omics integration for systems microbiology.

Integrating multi-omics data is essential for microbiome research, as microbial communities are shaped by and respond to interdependent processes, including taxonomic composition, metabolite production and utilization, and gene expression. However, accurately capturing ecosystem-wide patterns across these modalities is statistically challenging due to differences in scale, sparsity, and compositionality. While a growing number of multi-omics methods have emerged, they differ in their mathematical objectives and modeling assumptions, which in turn shape how biological patterns are represented and interpreted. This underscores the need for tools that explicitly account for the statistical properties of microbial ecosystems. Here, we present Joint Robust Principal Component Analysis (Joint-RPCA), a method designed with these statistical properties in mind and broadly applicable to multi-omics settings with similar challenges. Built on the OptSpace matrix completion framework, Joint-RPCA assumes an underlying shared low-rank structured component across modalities to identify shared variation and cross-modal associations from matched samples. Within this setting and under these statistical assumptions, Joint-RPCA showed stronger performance than the benchmarked general-purpose methods in phenotype separation and feature association tasks, achieving up to sixfold improvement in classification accuracy and over 100-fold faster runtimes. Applied to real-world datasets, including the Integrative Human Microbiome Project (iHMP), mammalian gut microbiomes, and decomposition studies, Joint-RPCA reveals replicable and interpretable multi-omic patterns, offering a scalable and domain-aware solution for systems-level microbiome analysis. Joint-RPCA is available in both Python ( https://github.com/biocore/gemelli ) and R ( https://bioconductor.org/packages/mia ).

Bianca Cordazzo Vargas, C. Martino, A. Dilmore et al. · 1 citation
Open access Sep 2026

WGCNA+: AI-powered WGCNA for Integration of Multi-Omics Data

Background Weighted Gene Co-expression Network Analysis (WGCNA) is a widely adopted systems biology method to discover gene modules and module-trait associations, mostly from transcriptomics. Designed for a single layer, it cannot jointly analyze multi-omics layers, a consequential limitation in modern biomedical research. WGCNA modules are often hard to interpret, requiring vast follow-up for contextualization. Moreover, no integrated framework exists to visualize condition-specific, cross-omics relationships at module or feature level. Results To address these limitations, we developed WGCNA+, a novel R package extending WGCNA to multi-omics. WGCNA+ offers key innovations: (i) a unified multi-omics pipeline for per-layer network inference and cross-layer module enrichment; (ii) SVD-accelerated topological overlap matrix calculation that greatly reduces computation time; (iii) a consensus framework identifying modules reproducible across independent datasets/conditions; (iv) LASAGNA, a companion R package for phenotype-conditioned, multi-partite graph visualization of cross-omics relationships; (v) AI-powered annotation and infographics offering immediate biological insight. We tested WGCNA+ across public transcriptomics, proteomics, and miRNA datasets. WGCNA+ detects biologically meaningful modules, cross-omics feature and phenotype correlations, and provides AI-powered interpretation that accelerates research. Conclusions WGCNA+ addresses existing gaps with a principled, efficient framework for co-expression network analysis across omics. It detects cross-omics regulatory modules and their phenotype association to support basic research, biomarker discovery and pathway analysis. It uniquely offers AI-assisted interpretation and infographics, aiding hypothesis generation. Complementing WGCNA+, LASAGNA is a phenotype-aware multi-partite visualization framework to explore cross-omics relationships. Altogether, these features make WGCNA+ an innovative, powerful tool for clinical and translational research. Availability and implementation WGCNA+ and LASAGNA are implemented in R language for statistical computing, version≥ 3.5. WGCNA+ and LASAGNA are fully and freely available with no restrictions (https://github.com/bigomics/WGCNAplus; https://github.com/bigomics/lasagna).

Antonino Zito, Xavier Montagut, Santiago Cano-Muniz et al. · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.