Inferensys

Glossary

Multi-Omics Data Imputation

The computational task of predicting missing values for an entire omics modality, such as proteomics, in cells where only another modality, like transcriptomics, was measured, enabling a complete multi-modal analysis from incomplete experimental designs.
Product manager reviewing autonomous task execution dashboard on laptop, completed tasks visible, casual work session.
Cross-Modal Prediction

What is Multi-Omics Data Imputation?

The computational task of predicting missing values for an entire omics modality, such as proteomics, in cells where only another modality, like transcriptomics, was measured, enabling a complete multi-modal analysis from incomplete experimental designs.

Multi-Omics Data Imputation is the computational prediction of a completely unmeasured omics layer—such as proteomics or metabolomics—for a cell using its measured transcriptomic profile. Unlike standard missing-value imputation within a single dataset, this task infers an entire high-dimensional modality from another, bridging experimental gaps where paired multi-modal measurements are technically or financially infeasible to generate for every sample.

Modern architectures for this task often employ Variational Autoencoders (VAEs) or Contrastive Learning frameworks trained on paired reference data. These models learn a shared latent space where transcriptomic and proteomic states are aligned, enabling the translation from mRNA abundance to predicted protein levels. This computational synthesis unlocks holistic multi-omics analysis from legacy or incomplete cohorts, powering biomarker discovery and systems biology without exhaustive experimental repetition.

Cross-Modal Prediction

Core Characteristics of Multi-Omics Imputation

Multi-omics imputation is a computational task that predicts an entire missing omics layer—such as proteomics—in cells where only another modality, like transcriptomics, was measured. This enables complete multi-modal analysis from inherently incomplete experimental designs.

01

Cross-Modal Translation

The fundamental mechanism involves learning a mapping function between a measured source modality (e.g., scRNA-seq) and an unmeasured target modality (e.g., surface protein abundance). Models are trained on paired multi-omics data from technologies like CITE-seq, where both modalities are simultaneously captured. Once trained, the model can impute the missing modality in new cohorts where only the source data exists, effectively translating between molecular languages.

02

TotalVI: A Probabilistic Framework

TotalVI (total Variational Inference) is a seminal deep generative model for imputation. It uses a variational autoencoder (VAE) to learn a joint latent representation of RNA and protein data. Key features include:

  • Models zero-inflated negative binomial distributions for RNA counts
  • Accounts for batch effects and library size variation
  • Provides uncertainty estimates for imputed values
  • Enables downstream tasks like differential expression and clustering on the imputed data
03

scJoint: Transfer Learning Approach

scJoint leverages transfer learning to impute cross-modality data without requiring paired training examples. It uses a semi-supervised neural network trained on unpaired scRNA-seq and scATAC-seq data. The model learns to project both modalities into a shared latent space where cells of the same type cluster together, enabling label transfer and feature imputation across modalities through k-nearest neighbor queries in the latent space.

04

MultiVI: Integrating Three Modalities

MultiVI extends the VAE framework to jointly model three omics layers simultaneously: transcriptomics, chromatin accessibility (ATAC-seq), and surface proteins. It learns a shared latent representation that captures the common biological signal across all modalities. This allows imputation of any missing modality from any combination of observed ones, creating a truly flexible multi-modal inference engine for single-cell data.

05

Evaluation Metrics

Imputation accuracy is assessed using multiple metrics on held-out paired data:

  • Pearson correlation between imputed and true expression values
  • Root Mean Square Error (RMSE) for continuous protein estimates
  • AUROC for binary detection of protein presence/absence
  • Preservation of cell-type clustering after imputation
  • Downstream task performance, such as differential abundance testing, to ensure biological validity
06

Applications in Cohort Integration

A primary use case is integrating large-scale biobank cohorts where different omics were assayed in different subsets. For example, the UK Biobank has proteomics data for only a fraction of participants with genomics. Imputation models trained on the overlapping subset can predict proteomic profiles for the entire cohort, dramatically increasing statistical power for proteome-wide association studies (PWAS) and enabling multi-omics disease prediction models.

MULTI-OMICS DATA IMPUTATION

Frequently Asked Questions

Addressing the most common technical questions about predicting missing omics modalities, the computational methods involved, and the practical challenges of generating a complete multi-omics view from incomplete experimental designs.

Multi-omics data imputation is the computational task of predicting the values for an entire missing omics modality—such as proteomics or chromatin accessibility—in cells where only another modality, like transcriptomics, was measured. Unlike standard missing value imputation that fills in scattered gaps within a single dataset, this process generates a complete, high-dimensional profile for a modality that was never experimentally assayed in those specific cells. The core mechanism typically involves training a deep learning model, often a Variational Autoencoder (VAE) or a Contrastive Learning framework, on a paired multi-omics reference dataset where both modalities are known. The model learns a shared latent representation that captures the joint distribution of the two data types. Once trained, the model can take a single-modality input, encode it into this shared latent space, and then decode it into the missing modality, effectively translating transcriptomic information into a predicted proteomic or epigenomic landscape.

CONCEPTUAL DISTINCTIONS

Multi-Omics Imputation vs. Related Concepts

How multi-omics imputation differs from related computational tasks in single-cell and multi-modal data analysis

FeatureMulti-Omics ImputationBatch Effect CorrectionMulti-Omics IntegrationDimensionality Reduction

Primary Goal

Predict missing omics modality for cells where it was not measured

Remove technical variation while preserving biological signal

Combine multiple measured omics layers into unified representation

Project high-dimensional data to low-dimensional space for visualization

Input Data

Cells with one measured modality; reference cells with paired modalities

Cells from multiple batches with same modality measured

Cells with multiple omics modalities all measured

Cells with single or multiple measured modalities

Output

Complete multi-modal profiles for all cells

Corrected expression matrix with batch effects removed

Shared latent embedding or fused similarity network

2D or 3D coordinates for each cell

Requires Paired Training Data

Handles Missing Modalities

Typical Algorithms

VAE, Optimal Transport, Contrastive Learning

Harmony, ComBat, MNN, Seurat CCA

MOFA, SNF, CCA, TotalVI

PCA, t-SNE, UMAP

Key Validation Metric

Correlation between imputed and measured values in held-out cells

Silhouette score or kBET for batch mixing

Cross-modality prediction accuracy or factor interpretability

Preservation of local neighborhood structure

Downstream Application

Enables multi-modal analysis from incomplete experimental designs

Enables integration of datasets from different labs or platforms

Enables joint analysis of complementary molecular layers

Enables visual exploration of cellular heterogeneity

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.