REVIEW article

Front. Bioinform., 27 January 2026

Sec. Single Cell Bioinformatics

Volume 5 - 2025 | https://doi.org/10.3389/fbinf.2025.1715821

Applications of AI to single-cell and spatial transcriptomics: current state-of-the-art and challenges

  • 1. Department of Biochemistry, Schulich School of Medicine and Dentistry, University of Western Ontario, London, ON, Canada

  • 2. Department of Microbiology and Immunology, Schulich School of Medicine and Dentistry, University of Western Ontario, London, ON, Canada

  • 3. Department of Computer Science, University of Western Ontario, London, ON, Canada

Abstract

Artificial intelligence (AI) has become a common tool for bioinformatics, with hundreds of methods published in recent years. Due to the training data demands of deep-learning algorithms, high-throughput single-cell and spatial transcriptomics is one of the most popular areas for these applications. Here we review how AI is being used for single-cell and spatial transcriptomics analysis, and how these approaches compare to alternative statistical or heuristic-based methods. We explored 10 common analysis tasks: dimensionality reduction, cross-dataset integration, data denoising, data augmentation, deconvolution, cell-cell interactions, transcriptional velocity, transcriptomic-chromatin accessibility integration, and integrating single-cell and spatial transcriptomics modalities. We highlight which algorithms are likely to be useful for discovery researchers, and which are not yet ready for general research use.

1 Introduction

Artificial intelligence (AI) has revolutionized the analysis of big data across many fields, including biomedical research, and is entering clinical practice, with over 1,000 algorithms and devices approved by the FDA (Health, 2025). While the predominant use of AI in clinical practice is in biomedical image analysis, in research, AI approaches have gained increasing popularity in bioinformatics, and especially single-cell and spatial transcriptomics (Ge et al., 2024; ; Zahedi et al., 2024; Molho et al., 2024; Ma and Xu, 2022). AI is often used synonymously or as a subtopic of the broader field of machine learning. Machine learning involves a computer or algorithm deriving at least some aspects of a model from observed or “training” data. This includes tasks as simple as estimating the slope and intercept of the best-fit line, or those as complex as labelling MRI images with specific pathological lesions. AI, or deep learning (DL) as we will refer to it, is a specific class of models based on neural networks (NN) with multiple interconnected layers of functions capable of learning complex, non-linear patterns within large-scale datasets.

Single-cell and spatial transcriptomics are especially amenable to DL due to the large number of observations, as most datasets consist of thousands to millions of individual cells and thousands to tens of thousands of transcripts (Svensson et al., 2018). State-of-the-art single-cell transcriptomics (scRNA-seq) experiments typically generate large-scale datasets composed of 20,000–500,000 individual cells from at least three samples from one or more conditions (Figure 1A). These data undergo quality control, normalization, dimensionality reduction, integration across samples or across modalities, then they are clustered and annotated with cell type labels based on the expression of characteristic genes (Heumos et al., 2023; Luecken and Theis, 2019; ; Kiselev et al., 2019). Many of these tasks are classic machine learning problems which could potentially be performed by DL models. Spatial transcriptomics (ST) adds two additional layers of information: two-dimensional coordinates of each cell, which may soon to be three-dimensional (Schott et al., 2024), as well as one or more layers of histology (H&E) and/or immunofluorescent (IF) images of the tissue. ST comes in two main types: sequencing-based (Figure 1B) and imaging-based (Figure 1C). In imaging-based ST, transcripts are individually measured with single-molecule fluorescent in situ hybridization (; He et al., 2022) (Figures 1B,C). Transcripts are aggregated at the level of individual cells by identifying nuclei and cell boundaries, referred to as tissue-segmentation or simply segmentation (Mitchel et al., 2025; Polański et al., 2024). In many cases, this single-cell resolution ST data is analyzed using the same tools developed for scRNAseq. For sequencing-based ST, tissue is placed on a slide covered in oligonucleotide spots which capture and tag transcripts with a spatial barcode. Resolution is determined by the size of each uniquely barcoded spot. In many cases, these spots will overlap more than 1 cell, thus requiring “deconvolution” to estimate the contribution of each cell to the transcripts captured by that spot (Ståhl et al., 2016; Rodriques et al., 2019; ). For both approaches, but particularly for sequencing-based techniques, information from the matching images can be combined with transcriptomics to improve the identification of distinct anatomical regions either in parallel with or integrated into the ST analysis workflow (Williams et al., 2022; Pham et al., 2023; Zhao et al., 2021). Tissue segmentation and extraction of biologically relevant features from tissue imaging is dominated by DL algorithms (; Stringer et al., 2021; Warren and Moustafa, 2023; Kuntz et al., 2021; Greenwald et al., 2022).

FIGURE 1

While these technologies have generated large amounts of high-dimensional datasets, the analysis of these data is challenged by a combination of biological complexity and technical noise. Biologically, cellular states exist along continuous trajectories—such as differentiation or activation—and exhibit high heterogeneity within and across tissues. Technically, the data is affected by low sensitivity, batch effects, ambient RNA contamination, and spatial blur in low-resolution spatial assays (Ge et al., 2024; Kiselev et al., 2019; Mitchel et al., 2025; Lähnemann et al., 2020; Young and Behjati, 2020; Svensson et al., 2017). These factors introduce spurious variation, obscure true biological signals, and complicate tasks such as clustering, integration, and cell–cell communication inference.

In recent years, DL has emerged as a novel approach to address the computational challenges of scRNA-seq and ST. These methods excel at feature extraction and classification of high-dimensional, noisy data, thus making them well-suited for cell type annotation, multimodal data integration, and nonlinear dimensionality reduction (; Karin et al., 2024; Sarker, 2021). DL methods can take advantage of GPU, parallel computing, and iterative optimization on batches of data to scale analyses to datasets of millions of observations; however, similar or better performance can also be achieved by optimizing classical statistical methods (). DL models are extremely flexible and can be combined to allow for the joint analysis of multiple data types such as integration of scRNA-seq and ST data, or imaging and transcriptomic data.

In recent years, there has been an explosion of methods developed for scRNA-seq and ST analysis using DL models (Table 1). Despite their growing number, only a few have achieved broad adoption in the research community. While existing reviews (Zahedi et al., 2024; Ma and Xu, 2022; Li Y. et al., 2022; ; Luo et al., 2024; Wani et al., 2025) have primarily focused on the technical aspects of these models, their architecture, and training strategies, we focus instead on their performance in biological discovery research and on which, if any, of these tools have been shown to enhance accuracy, reproducibility, and sensitivity for biological discovery. As such, we first provide a brief overview of different model architectures, then discuss DL approaches to addressing specific bioinformatics analysis tasks, and their applicability to real-world discovery research. This will help biologically focused researchers understand when and how to use these methods and help bioinformaticians determine which tasks are appropriate for DL models and how to evaluate their design to ensure the resulting model is useful to the biomedical research community.

TABLE 1

Tool nameTask categoryModalityDL modelKey features/notesYearCode
SCANVIAnnotation/transferscRNA-seq, STConditional VAESemi-supervised cell labeling. Exetends scVI for annotation2021Code
BBKNNBatch correctionscRNA-seqGraph-KNNBatch integration2020Code
BERMUDABatch correctionscRNA-seqAE + clusteringDeep AE-based alignment2019Code
scArchesBatch correction/integrationscRNA-seqVAE w/fine-tuningArchitectural surgery for model reuse2021Code
trVAEBatch correction/integrationscRNA-seqConditional VAEDomain transfer using adversarial training2020Code
scGENBatch correction/integrationscRNA-seqVAEPredicts perturbed gene states2019Code
GraphcommCell-cell interactionscRNA-seqGATIntegrates multimodal data for cell-cell communication2025Code
scSDNECell-cell interactionscRNA-seqGNN + AESemi-supervised graph embedding integrating ligand-receptor and gene regulation data2025Code
DeepCCICell-cell interactionscRNA-seqGCN + ResNetSupervised cell–cell interaction network prediction using L–R pairs2023Code
scTenifoldXctCell-cell interactionscRNA-seqNeural networ + semi-supervised, manifold alignmentPredicts cell-cell interactions and maps communication graphs using ligand-receptor gene embedding and manifold alignment2023Code
SpatialscopeCell-cell interactionSpatial transcriptomicsDeep generative modelDecomposes ST spots to single cells using generative models2023Code
CellFMCell type annotationscRNA-seqRetNetFoundamental model for annotation2025Code
scAtlasVAECell type annotationscRNA-seqVAECross atlas comparison and transfer learning for cell subtype annotation2024Code
scGAACell type annotationscRNA-seqTransformerCombines horizontal and vertical attention mechanisms, does not require batch information2024Code
TOSICACell type annotationscRNA-seqTransformerCombine cell type marker genes and transformer attention layers2023Code
scBERTCell type annotationscRNA-seqTransformerPretrained on gene expression2022Code
SIMSClassificationscRNA-seqTransformerUses TabNet transformer for lable transfer from cell atlas2024Code
expiMapClassificationscRNA-seqAE w/pathway constraintsMaps cells to known pathways in a reference dataset2023Code
scDLCClassificationscRNA-seqLSTM + DNNSequential modeling for classification2022Code
SEDRClusteringSpatial transcriptomicsVGAEIntegrates latent of GE + spatial embedding2024Code
SiGraClusteringSpatial transcriptomicsGraph transformerIntegrates multichannel images + expression2023Code
SpaGCNClusteringSpatial transcriptomicsGCNUses spatial coordinates + histology + GE2021Code
scDCCClusteringscRNA-seqAESemi-supervised with pairwise constraints2021Code
scVAEClusteringscRNA-seqVAEUse VAE to learn low dimensional representation to facilitate accurate clustering2020Code
scDeepClusterClusteringscRNA-seqAEUnsupervised clustering with deep autoencoder2019Code
GSIClusteringSpatial transcriptomicsVAEIntegrates image + GE + spatial coordinates to improve clustering2025Code
Deep scSTARClustering/Annotation/EmbeddingscRNA-seqDAE + MLP + MTLDenoising autoencoder with supervised MLP in latent space2025Code
SAUCIEClustering/Batch corrcetionscRNA-seqAEUse maximal mean discrepancy penalty to match distributions of batches2019Code
STAGATEClustering/batch correctionSpatial transcriptomicsGATAdaptive graph attention on spots2022Code
SPADEClustering/deconvolutionSpatial transcriptomicsspaGCN + Lasso regressionH&E img + GE for clustering, then uses ref scRNAseq data for domain deconvolution2024Code
SPACELClustering/deconvolutionSpatial transcriptomicsVAE + GCNSelf-supervised local clustering + simulation2023Code
SpaCellClustering/embeddingST + histologyAE + CNNAE model for embeddings and CNN for classification2020Code
scResolveDeconvolutionSpatial transcriptomicsTransformer + VAEReference-free, integrate cell segmentation of histology image2024Code
UniCell DeconvolveDeconvolutionSpatial transcriptomics + bulk RNA seqDeep feedforward networkFoundamental model2023Code
DAISM-DNNXMBDDeconvolutionBulk RNA seqDNNTrain 1 DNN for each cell type2022Code
TangramDeconvolutionSpatial transcriptomicsCustom modelCustom probablistic model + gradient descent optimization + backpropagation2021Code
DSTGDeconvolutionSpatial transcriptomicsCCA + MNN + GCNGraph reconstruction2021Code
ScadenDeconvolutionBulk RNA seqDNNEnsemble of three best-permorning DNN2020Code
scARDenoisingscRNA-seqVAEAmbient RNA denoising2022Code
DCADenoising/imputationscRNA-seqAutoencoderDeep count autoencoder (NB/ZINB)2018Code
STGNNksEmbeddingSpatial transcriptomicsGAEGraph-based clustering2023Code
scSemiProfilerEmbeddingscRNA-seqVAE-GAN + active learningLearns cell states via active bulk supervision2023Code
scGNNEmbedding/clusteringscRNA-seqGNNGraph-based denoising, clustering, embedding2021Code
scVIEmbedding/imputation/integrationscRNA-seq, STVAEProbabilistic latent space, batch correction2018Code
scGFTGenerationscRNA-seqGAN, VAE, GFTGenerate synthetic scRNA seq data that reflects natural biological variability2025Code
STAGEGenerationSpatial transcriptomicsAEData generation2024Code
scCrossGenerationscRNA-seqVAE + GAN + MNNCross-domain latent space used for simulation2024Code
SRTsimGenerationSpatial transcriptomicsEmpirical simSimulates spot-based ST data2023Code
cscGANGenerationscRNA-seqConditional GANCell type aware generator2020Code
scIGANsImputationscRNA-seqGANConditional GAN2020Code
DeepImputeImputationscRNA-seqDNNImputation using sub-neural network modules2019Code
autoCellImputation/feature extractionscRNA-seqGraph-enhanced VAEUses VAE and GNN2023Code
scGPTIntegrationscRNA-seqTransformerFoundational model2024Code
SpatialGLUEIntegrationST + proteinmics + epigenomicsAE + graph fusionIntegrate the different omics modalities with spatial information2024Code
MultiVIIntegrationscRNA + ATACVAEJoint ATAC–RNA modeling2023Code
SCALEXIntegrationscRNAseqEncoder + GANUse feature links to preserve biological variation2021Code
spaVAELow-dimensional spaceSpatial transcriptomicsVAENB model based VAE, combining Gaussian process prior and Gaussian prior2024Code
COVETLow-dimensional spacescRNA-seq, STENVI + CVAEEncode the covariance of gene expression between neighboring cells joint latent space2024Code
scMODALMultimodal integrationscRNA-seq + ATACMultimodal AE + GANUse feature links to align cell embeddings2025Code
scMVPMultimodal integrationscRNA-seq + scATAC-seqMulti-view VAEHandles paired multi-omics, encodes ATAC with attention, integrates views for embedding and clustering.2022Code
GLUEMultimodal integrationscRNA-seq, scATAC-seq, snmC-seqVAE per modality + graph linking featuresModels regulatory feature interaction across modalities; scalable large-dataset integration.2022Code
totalVIMultimodal integrationscRNA-seq + proteinVAEProbabilistic multimodal model2021Code
CoboltMultimodal integrationscRNA-seq + scATAC-seq (and others)Multimodal VAEIntegrates joint and single-modality datasets.2021Code
scButterflyMultimodal integrationscRNAseq + ATACU-net + AEImage-guided gene embedding2024Code
MonaeMultimodal integrationscRNAseq + ATACAE + Contranstive learningModality-specific auto-encoders2024Code
MIDASMultimodal integration/Batch correction/EmbeddingscRNAseq + ATAC + ADT (proteomics)AESelf supervised modality alignment, transfer learning2024Code
BIDCellSelf-supervised learningSpatial transcriptomicsAE + biologically-informed lossLearns spatial gene-region relationships2023Code
STAGNNSpatial clusteringSpatial transcriptomicsGATGraph attention network (GAT) and the time series model informer2024Code
TransformerSTSpatial domain clusteringSpatial transcriptomicsViT + adaptive graph transformerUses H7E image features and GE in self-attention transformer2024Code
DeepSTSpatial domain detectionSpatial transcriptomicsMulti-stage deep learning using DNN, VGAEImage + gene-based spatial clustering2022Code
GISTST integrationSpatial transcriptomicsCNN + graph transformerUses GE + cell type-informative paired tissue images e.g., IF2022Code
DeepVeloTrajectory/RNA velocity embeddingscRNA-seqGCN + DNNModels gene- and cell-specific transcriptional kinetics2024Code
VeloVITrajectory/RNA velocity embeddingscRNA-seqVAELearns gene-specific kinetics, provides uncertainty quantification for velocities; flexible for time-dependent transcription rates.2023Code
cellDancerTrajectory/RNA velocity embeddingscRNA-seqDNNPredicts cell- and gene-specific transcription, splicing and degradation rates2023Code
VeloVAETrajectory/RNA velocity embeddingscRNA-seqVAEExtends velocity modelling with VAE framework to capture kinetic variability.2022Code
LatentVeloTrajectory/RNA velocity embeddingscRNA-seqVAE/latent emberdding modelLearns latent representation for velocity; enables batch correction and dynamics embedding.2022Code
VeloAETrajectory/RNA velocity embeddingscRNA-seqAEEmbeds velocity information (spliced/unspliced) for better dynamic modelling.2021Code

Deep learning-based tools in single-cell RNA sequencing and spatial transcriptomics.

2 Common deep learning architecture

2.1 Convolutional neural networks (CNN)

Convolutional neural networks (CNN) were originally developed for structured data in the form of multiple arrays, such as images which are composed of pixel intensities in 2D arrays for each color channel (Lecun and Bengio, 1998). Their design is built around three core principles (Lecun and Bengio, 1998): (i) local receptive fields, which focus computation on neighboring input values to capture features such as edges and corners in images; (ii) shared weights, which enable the same filter to be applied across inputs, thereby reducing the number of parameters; and (iii) subsampling or pooling operations, which introduce robustness of outputs to distortions and shifts. Together, these principles allow CNNs to efficiently recognize local patterns and build hierarchical feature representations using fewer parameters than fully connected networks (Figure 2A). Due to these advantages, CNNs have become a popular architecture in fields such as computer vision, where extracting informative features from local patterns is crucial.

FIGURE 2

Although scRNA-seq lacks inherent spatial structure, gene expression data has been successfully adapted by restructuring it into an image-like format used by CNNs. A method called convolutional neural network for co-expression (CNNC) encodes gene pair co-expression as 2D histograms, which serve as input “images” (). This approach allows CNNs to learn complex, nonlinear gene-to-gene relationships directly from single-cell expression data. CNNs are particularly valuable for ST to extract morphological features from tissue sections that complement transcriptomics data. Methods such as SpaCell (Tan et al., 2020) combine pretrained CNN models with an autoencoder network to learn joint embeddings of histology and gene expression. Similarly, stLearn (Pham et al., 2023) leverages a pretrained CNN model to extract morphological features from histology images and integrates them with gene expression data to map spatial domains within tissue sections.

2.2 Autoencoders (AE)

Autoencoders (AE) are deep feed-forward neural networks fundamentally designed for unsupervised representation learning, where the goal is to learn lower-dimensional features of high-dimensional data. Structurally, an AE consists of an encoder network and a decoder network (Figure 2B). The encoder compresses input data (such as gene expression vector from a cell) into a lower-dimensional latent space, while retaining the most significant features. The decoder, which typically mirrors the architecture of the encoder, aims to reconstruct the high-dimensional input data from the learned low-dimensional representation. The entire network is trained to minimize the reconstruction error given as the mean squared error between input and reconstructed data. The resulting latent representations, also called embeddings, are particularly valuable as they serve as nonlinear counterparts to traditional linear dimensionality reduction techniques such as Principal Component Analysis (PCA). While popular pipelines like Seurat (Stuart et al., 2019; Satija et al., 2015; ) use PCA and assume linear relationships among genes, AEs can capture complex nonlinear relationships inherent in scRNA-seq data. A key advantage of AEs lies in their flexibility to adapt the reconstruction objective based on the statistical properties of the data. For instance, loss functions can use negative binomial or zero-inflated negative binomial distributions, which are appropriate for single-cell and spatial transcriptomics data (; Svensson, 2020; Zhao et al., 2022) instead of standard statistics such as mean squared error (MSE), which assume Gaussian noise. This way, AE can incorporate probabilistic assumptions directly into the loss function by modeling the likelihood of an appropriate probability distribution. The model can then account for data-specific characteristics such as sparsity, overdispersion, and technical noise commonly observed in scRNA-seq data, hence learning more biologically meaningful representations that respect the underlying statistical structure of gene expression measurements.

In scRNA-seq analysis, Deep Count Autoencoders (DCA) leverage the flexibility of AE by modeling the output as the parameters of the zero-inflated negative binomial distribution (), commonly used for RNA-seq counts (Svensson, 2020). Additionally, prior domain knowledge can be incorporated into an AE in a semi-supervised training manner as implemented by scDCC (Single Cell Deep Constrained Clustering) (Tian et al., 2021). scDCC integrates soft pairwise constraints derived from prior biological information (marker genes or cell type annotation) into the model’s loss function. These constraints guide the model to group related cells and separate dissimilar ones during latent space optimization, effectively shaping the embedding to reflect domain knowledge. This approach improves clustering accuracy and biological relevance, especially in complex or noisy datasets, showcasing autoencoders as versatile frameworks for single-cell data analysis.

2.3 Variational autoencoders

Variational autoencoders (VAEs) are a probabilistic extension of standard AEs, designed to improve representation learning and generative modeling by incorporating principles of Bayesian inference to learn a distribution over a latent (lower-dimensional) space. This probabilistic formulation addresses a key limitation of AEs: their deterministic latent space, which often results in discontinuous or overfitted representations that generalize poorly to unseen data and lack support for structured sampling (Kingma and Welling, 2022; ; Kingma and Welling, 2019; Rezende et al., 2014). Despite their architectural similarity, VAEs differ fundamentally in that they encode each input to the parameters of a probability distribution (usually Gaussian) from which a latent variable is sampled (Figure 2C). The decoder reconstructs the input data from this latent representation. This formulation enables VAEs to learn smooth, continuous, and structured latent representations by optimizing a joint loss function composed of a reconstruction term and a Kullback-Leibler (KL) divergence term, which regularizes the approximate posterior distribution to be close to the prior distribution. The key advantage of VAEs lies in their ability to model data uncertainty and support generative capabilities through a probabilistic latent space. This is particularly valuable for scRNA-seq, where modeling sparsity, overdispersion and technical noise is essential (Svensson, 2020).

Models such as scVI (Lopez et al., 2018) (Single-Cell Variational Inference) build upon the VAE framework to model scRNA-seq count data using a negative binomial likelihood, while simultaneously correcting for batch effects. Similarly, totalVI () extends the VAE architecture to jointly model RNA and protein data from CITE-seq (cellular indexing of transcriptomes and epitopes by sequencing), enabling multimodal inference (Stoeckius et al., 2017). Concretely, totalVI places a logistic-normal prior on a shared cell-level latent representation that parameterizes modality-specific likelihoods by using a negative binomial RNA counts and a negative-binomial mixture for proteins, respectively. In ST, SpaVAE (Tian et al., 2024) incorporates spatial coordinates via a Gaussian process prior on the latent space that is indexed by the spot coordinates while keeping some latent dimensions under the standard gaussian prior to capture non-spatial spot variations. In general, VAEs are flexible in that different likelihoods can be used and latent priors can also be customized to encode known structure in the data such as spatial information and batch effects.

2.4 Generative adversarial networks (GANs)

Instead of learning to reconstruct what already exists, GANs learn by deception (Goodfellow et al., 2014). They consist of a generator, which creates synthetic data from random noise, and a discriminator, which attempts to distinguish between real and generated samples (Figure 2D). Through adversarial training, the generator improves its ability to produce realistic outputs, while the discriminator becomes more adept at detecting “fake” or synthetic data. This dynamic results in a generator that can synthesize high-quality, biologically plausible gene expression profiles.

In scRNA-seq, cscGAN/scGAN (Marouf et al., 2020) learns to generate cell type conditioned expression profiles that preserve gene–gene dependencies, supporting augmentation of rare populations and improving downstream classification and clustering. scIGAN (Xu et al., 2020) frames imputation as generation, using an adversarial loss (often combined with count-aware objectives) to recover missing values while retaining biological variability in different cell types. Adversarial alignment has also been used for batch/platform correction. For instance, iMAP (Wang D. et al., 2021) couples an autoencoder backbone with a GAN discriminator that removes batch signal from the latent space, enabling cross-platform integration of tumor microenvironment datasets while preserving cell-state structure.

GANs are widely used in digital pathology for histology image generation and translation, demonstrating strong capability on imaging. However, in ST there is still no widely adopted, end-to-end GAN framework that jointly models histology images, gene expression, and spatial coordinates. Challenges such as training instability, mode collapse, and lack of biological interpretability make it difficult to ensure that generated spatial gene expression patterns reflect true biological variation rather than technical artifacts. As a result, GANs are not standard components of ST analysis pipelines, where AE, VAEs, GNNs, and transformers currently dominate.

2.5 Transformer

Transformers are deep learning models originally developed for natural language processing (NLP) with an encoder-decoder architecture composed of self-attention layers (Vaswani et al., 2023) (Figure 2E). Although they are similar to AEs in design, they differ in several aspects. The encoder and decoder can be trained and used individually, as seen in models used by BERT and GPT respectively (Yenduri et al., 2023; ). The self-attention layers dynamically integrate each input element with all elements within the same input sequence, capturing contextual relationships. Additionally, the encoder is not constrained by a low-dimensional latent space, and the decoder is usually trained to autoregressively generate a target sequence rather than reconstruct the input (Vaswani et al., 2023; Xiong et al., 2025). These properties have made transformers the backbone of modern foundational models, which are pretrained on large and heterogeneous datasets and then adapted to a wide range of downstream tasks with minimal supervision.

Transformers have driven significant advances in modeling sequential data in domains like natural language processing (Wu et al., 2025), time-series analysis (Wen et al., 2023), and DNA () and protein sequences (Rives et al., 2021), for which they were originally designed. Transcriptomics data is inherently non-sequential and requires the encoding of gene expression values into token-like embeddings, analogous to tokens in NLP, which transformers can process. Current approaches vary in how they represent expression levels, each with distinct advantages and limitations. One approach is ordering, where genes are ranked by transcript abundance within a cell and treated as an ordered sequence of tokens, with each gene assigned a learned embedding (Levine et al., 2024), as implemented by tGPT (Shen et al., 2023), iSEEK (Shen et al., 2022), GeneMamba (Qi et al., 2025), and Geneformer (Theodoris et al., 2023). While this method captures relative patterns and is more robust to technical noise and batch effects (Shen et al., 2023; Qi et al., 2025), quantitative expression information is lost during data transformation (Levine et al., 2024), resulting in reduced data resolution. A second approach is bin-based discretization, where gene counts are grouped into predefined bin sizes, each with an assigned learnable embedding (Yang et al., 2022; ). Although the absolute scale of expression is preserved and sequence modeling is simplified, fine-grained biological signal is lost, particularly for genes with subtle but functionally relevant expression differences, which can be sensitive to bin boundaries and potentially affect downstream analysis. Alternatively, the value projection strategy avoids discretization altogether by directly mapping gene expression values to a learnable embedding, which is combined with a gene-specific embedding (Hao et al., 2024a; Zeng et al., 2025), resulting in a transformer input token. This retains the full resolution of the original data and avoids artifacts due to discretization.

In ST, transformers’ ability to take multimodal input and model long range dependencies offers distinct advantages over other methods (Xu P. et al., 2023; Hao et al., 2024b; Wen et al., 2024). In contrast to local neighborhood-based approaches such as GNN or clustering algorithms, that focus on immediate spatial proximity, transformers can capture global spatial relationships across tissue sections through self-attention.

2.6 Graph neural networks

Graph Neural Networks (GNNs) are deep learning models designed to operate on graph-structured data, where entities are represented as nodes and their relationships as edges (Figure 2F). Unlike architectures that treat samples as independent vectors, GNNs iteratively update node representations by aggregating information from their neighbors, making them well suited to capture community structure, dependencies, and spatial organization. This is particularly relevant for single-cell and spatial transcriptomics, where cells can be connected by transcriptional similarity, gene co-expression networks, or spatial spots by physical adjacency.

A key strength of GNNs is that they operate directly on graphs while integrating with other deep models, which improves representation learning for biological data. Graph Convolutional Networks (GCNs) extend convolution to cell–cell graphs and enable semi-supervised label transfer. scGCN (Song et al., 2021) builds a hybrid graph that links reference and query datasets through mutual-nearest-neighbor connections in a shared low-dimensional space and augments it with within-query neighbors. A GCN then propagates labels across this graph using variable-gene features, aligning matched cells and flagging unlabeled cells. In ST, SpaGCN (Hu et al., 2021) constructs a weighted spatial graph that combines spot proximity, histology image features and gene expression similarity and then uses a GCN to learn spot representations for tissue domain detection.

Beyond CNNs, GNNs have been incorporated into standard and variational AE frameworks to enable representation learning guided by transcriptomic similarity and spatial proximity. Models such as GVAE (Graph Variational Autoencoders) (Simonovsky and Komodakis, 2018) integrate GNNs with VAEs, leveraging the generative capacity of VAEs together with graph-based regularization. In scRNA-seq, graph-sc () uses a graph autoencoder framework to learn low-dimensional embeddings used for clustering, while scGNN (Wang J. et al., 2021) extends this approach by reconstructing both gene expression and cell similarity graph structures. More recently, self-attention has been incorporated into GNN, giving rise to Graph Attention Networks (GATs) that learn edge-specific weights during neighborhood aggregation instead of averaging contributions equally from all neighbors as in GCNs (Veličković et al., 2018). STAGATE () adapts this approach with a graph-attention autoencoder on the spatial neighbor network, where self-attention layers learns edge-specific weights normalized with softmax which are then used to update spot specific representations. In contrast, GraphST (Long et al., 2023) employs a GNN encoder with contrastive learning on the spatial graph, encouraging nearby neighbors map to similar representations and forcing distant spots to map to dissimilar ones. This contrastive formulation yields representations that are more robust to noise and batch effects, thereby improving domain separation as well as downstream clustering.

2.7 Hybrid models

Recent advances in deep learning for single-cell and spatial transcriptomics have led to the development of hybrid models that combine the strengths of multiple architectures to address complex, multimodal challenges. These models integrate components from different frameworks such as VAEs, GANs, GNNs, and Transformers to capture diverse aspects of biological data, including nonlinear dependencies, spatial structure, temporal dynamics, and multimodal relationships. Unlike monolithic architecture, hybrid models are designed to be modular and flexible, enabling tailored solutions for specific biological questions.

One common hybrid design combines VAEs and GANs, leveraging the probabilistic latent space of the VAE for structured representation learning and the adversarial refinement of the GAN for improved sample generation. iMAP (Wang D. et al., 2021) (AE + GAN) exemplifies this approach by using a GAN to align latent spaces across batches.

Another combination integrates GNNs with VAEs (different from GVAE), where the GNN captures spatial or transcriptional neighborhood information, and the VAE provides a probabilistic and generative framework. For instance, scGNN (Wang J. et al., 2021) combines graph-based message passing with autoencoding to jointly reconstruct gene expression and preserve cell-cell similarity.

More recently, hybrid models have incorporated transformers and GNNs, merging global attention with local graph structure. STAGATE () uses a GAT to model spatial dependencies, effectively combining the neighborhood aggregation of GNNs with the weighted feature integration of attention. This allows the model to identify both local tissue domains and long-range functional relationships. These hybrid approaches demonstrate that the future of deep learning in genomics lies not in isolated architecture, but in strategic integration, where each component addresses a specific biological or technical challenge. By combining the generative power of VAEs, the spatial awareness of GNNs, the global context of transformers, and the realism of GANs, hybrid models offer a more comprehensive and interpretable framework for analyzing the complexity of single-cell and spatial data.

3 Applications of DL to scRNA-seq and ST analysis tasks

Most methods utilize unsupervised models, which do not require any “ground truth” or predetermined labels for the training data. This enables these methods to be trained on each individual experiment, customizing the model for each application. Alternatively, DL models can be pretrained on hundreds to thousands of datasets of a similar type to create a generalizable ‘foundation’ model (; Heimberg et al., 2025). For example, the UNI foundation model of pathology images was trained on over 100,000 individual images (), whereas stLearn (Pham et al., 2023) and scVI (Lopez et al., 2018) retrain their NNs to extract dataset-specific features. In contrast, supervised models require training data with a known ground truth answer for the specific task it is designed to perform. Most often, these models involve classification, such as stDeepSort, which was trained on various reference datasets to annotate cell types in single-cell data (Shao et al., 2021), or Cellpose, trained to recognize and segment cells based on thousands of manually labelled training images (Stringer et al., 2021).

The most common use of DL when analyzing high dimensional data, such as scRNA-seq and ST, is to learn a lower dimensional embedding space, conceptually similar to principal component (PCA) space but without the assumptions and constraints. This embedding space can then be used for a variety of tasks either within the DL framework or extracted and used in standard statistical analysis as a replacement for PCA. Here we will discuss the main approaches to generating DL embeddings and their application for scRNA-seq and ST data.

3.1 Dimensionality reduction, clustering, and spatial domain identification

Clustering is one of the most fundamental analytical tasks in scRNA-seq and ST as it enables researchers to uncover distinct cellular populations and tissue substructures in an unsupervised, unbiased manner. Due to the, high-dimensional nature of scRNA-seq and ST data, clustering is always performed on a lower dimensional representation of the data (Figures 3A,B). Conventionally, this is PCA space (Luecken and Theis, 2019; Kiselev et al., 2019; ; Wolf et al., 2018), which is used to generate a cell-cell similarity graph, to which community detection algorithms such as Louvain () or Leiden (Traag et al., 2019) clustering are applied. However, PCA assumes the lower dimensions to be linear and orthogonal and requires input data to be approximately normally distributed, thus requires pre-processing and normalization prior to use with scRNA-seq and ST data. To overcome these limitations, autoencoders (AEs/VAEs) and transformers can be used, and their learned lower dimensional embedding can be substituted for normalization and PCA in the conventional clustering pipeline. These approaches preserve the unsupervised and unbiased nature of the analysis while relaxing the assumptions and constraints required by PCA.

FIGURE 3

For scRNA-seq, a common approach is to use a VAE as implemented in scVI (Luecken and Theis, 2019; Kiselev et al., 2019; Lopez et al., 2018; Wolf et al., 2018), which incorporates a negative binomial distribution in the cost-function to model raw scRNA-seq data. Unlike most DL methods, scVI is widely used in biological analysis and is a foundation for other methods including scArches (Lotfollahi et al., 2022) and scANVI (Xu et al., 2021). In independent benchmarks, scVI embeddings are found to perform similarly to classical PCA for identification of cell types (Liang et al., 2024; Li and Quon, 2019). Other DL clustering methods for scRNA-seq include scDCC (Tian et al., 2021) and scDeepCluster (Tian et al., 2019). ScDeepCluster uses an AE architecture with a decoder that generates parameters of a zero-inflated negative binomial which is used to calculate a probabilistic loss function for scRNAseq data. scDCC extends scDeepCluster by incorporating soft pairwise constraints (e.g., must-link/cannot-link pairs derived from marker genes or protein expression) into the loss function, allowing prior biological knowledge to guide the clustering process. The method demonstrated good performance on both small (thousands of cells) and large (tens of thousands of cells) datasets, where even a few thousand constraints representing a small fraction of possible cell pairs enhanced clustering performance based on quantitative scores (e.g., Adjusted Rand Index) and more meaningful clusters than scDeepCluster, especially in difficult cases like the worm neuron dataset. However, scDCC performed similarly to state-of-the-art non-DL methods in their in-house benchmark. Whereas scDeepCluster marginally outperformed rival methods but did not compare to Louvain/Leiden clustering. Benchmarking of clustering performance is challenging due to the lack of truly orthogonal ground truth; however, these results suggest that there is no need for non-linear DL dimensionality reduction for cell type identification in scRNA-seq. In terms of applicability to biological discovery, scVI and scANVI have been used in multiple studies for dataset integration and embedding, demonstrating their utility (Salcher et al., 2022; Lindeboom et al., 2024; Yang LX. et al., 2025).

In addition to the above methods, which train a model on one specific dataset, foundation models trained on hundreds of datasets are increasingly common in scRNA-seq. Pre-trained models, such as scGPT () or SCimilarity (Heimberg et al., 2025) project data onto a common lower-dimensional space which could be used for clustering and novel cell type discovery. Additionally, this lower dimensional data can also be used for automatic annotation, which we will discuss further in the next section, as this space can be biased towards the most frequent cell types and miss rare cell types (). scAtlasVAE took a foundation model approach to specifically examining T-cell heterogeneity and was able to characterize novel T-cell phenotypes when used in an unsupervised manner, identifying 18 unique and reproducible T-cell states (Xue et al., 2025).

DL approaches are also common for ST clustering due to the ease of incorporating image and/or spatial information into such models compared to the standard clustering pipeline. GCNs can incorporate spatial information by linking adjacent cells/spots into a spatial-proximity graph, leading to their use in methods such as SpaGCN (Hu et al., 2021), STAGATE (), GraphST (Long et al., 2023), SiGra (Tang et al., 2023), and DeepST (Xu et al., 2022). Similar to scRNA-seq, benchmarking studies find that DL approaches perform similarly to non-DL methods that also incorporate spatial information (Yuan et al., 2024; Hu et al., 2024a), but outperform methods that do not incorporate spatial information.

Image information is typically incorporated into ST clustering using a separate image-focused AE/VAE or GNN, which learns salient image features from individual image patches associated with the gene expression spots. These are then integrated with gene-expression features to obtain a combined embedding for each tissue spot. Although deep learning is commonly used to extract complex, high-level image features in ST clustering, some methods use non-DL approaches to integrate spatial context through hand-crafted image features. For instance, Squidpy (Palla et al., 2022) computes interpretable morphological features—such as summary statistics (mean, standard deviation), histogram-based quantiles, or textural properties (contrast, homogeneity) derived from co-occurrence matrices—for each spatial spot directly from the histology image. Similarly, SpaGCN (Hu et al., 2021) integrates image information by mapping each spatial spot to its corresponding location in the H&E image, calculating a smoothed mean RGB color value from a local pixel neighborhood, and then combining these values into a single weighted feature that reflects tissue patterns. Whereas those which use AE/VAE extracted images, gain a significant benefit from the image features, but most of the performance is driven by the gene-expression information (Tang et al., 2023; Li B. et al., 2024).

All of these methods have been demonstrated to reproduce known anatomy, but none have demonstrated a capability to identify novel, biologically meaningful structures, due to limitations in validation and ground truth availability. Thus, these approaches should be considered validated as a supplement to aid anatomical annotation by an expert. However, their capacity for novel discovery remains unknown.

Overall, AE and VAE methods for scRNAseq perform comparably to PCA and may be good alternatives when working with very large datasets. In particular, scVI has proven strong performance in many studies. For ST, DL approaches are a necessity when integrating image information into lower dimensional embeddings. GraphST is currently the best performing DL method for ST spatial domain identification.

3.2 Automatic annotation

Increasingly, scRNA-seq clustering is being supplemented with direct algorithmic annotation of cells with their cell type identity (Luecken and Theis, 2019) (Figure 3C). Comparing novel cells to existing annotated scRNA-seq dataset enables the inference of cell type identity through simple guilt-by-association approaches, and many early methods simply used standard similarity metrics or standard machine-learning algorithms such as support vector machines or random forests while achieving reasonably accurate results (Kiselev et al., 2018; ). However, these methods tended to perform poorly on fine-scale classification of subtypes or cell-states.

DL models are highly amenable to supervised classification tasks such as cell type annotation, and, once trained, are highly efficient and scalable to millions of novel data points (). Thus, dozens of novel DL models have been developed for this task using a variety of architectures, including GPT-4 and scBERT - large language models which use marker genes to annotate cells using the scientific literature (Yang et al., 2022; Hou and Ji, 2024); scGAA and TOSICA - attention-based transformer models which compare novel cells to narrow reference datasets (); and pre-trained foundation models, such as scGPT () or CellFM (Zeng et al., 2025).

Most of these methods achieve annotation accuracies of ∼80–90%; however, in many cases, benchmarking is performed by splitting individual datasets into training and test sets, which is biased in favor of good model performance. This is because there are no systematic batch effects between the training and test data, as would be present in a real use case when these models are applied to completely novel scRNA-seq dataset (Yang et al., 2022; ; Zeng et al., 2025; ). Only scGPT was tested on a left-out data partition, achieving good results (accuracy >85%) for 70% of cell–types; however, performance rapidly declined as the difference between query and reference datasets increased, with fewer than 50% of cell types achieving good performance when the query dataset originated from an unseen disease state (). Many of these methods are so recent that no independent benchmarking is available. However, in previous independent benchmarks, DL models outperformed many non-DL annotation algorithms but did not outperform a support vector machine trained on the same reference data (Kiselev et al., 2018; ). In these independent benchmarks, performance was found to rapidly degrade for DL models when reference data does not exactly match the query data, in agreement with the results shown for scGPT. However, DL models do show promise in their ability to accurately distinguish similar cell subtypes when provided sufficient training data (Zeng et al., 2025).

In discovery research, automatic annotation is typically used simply as a first pass, which is then manually checked and refined. Thus, even imperfect results from automatic annotation can still be useful to guide and accelerate annotation efforts (). Algorithms that assign a confidence score to annotations are most useful, since novel cell types may be discovered where automatic annotation has low confidence (; ). DL models naturally provide quantitative scores for annotation confidence, enhancing their utility in this use-case. In addition, as scRNA-seq resources continue to grow, approaches such as foundation models may be more easily expanded or fine-tuned to incorporate new training data compared to approaches based on traditional statistics. Thus, researchers should either use the method with training data most similar to their own, or if that is unknown we recommend scGPT for human data due to its extensive benchmarking so users can accurately assess how confident they should be in the results.

3.3 Integration and batch effect correction

Transcriptomic experiments often include multiple biological replicates which may be collected across multiple experimental batches, individuals, tissues, or different platforms, leading to various non-biological variations known as batch effects (Figure 3D). These technical artifacts cause identical cell types from different batches to appear distinct (Luecken et al., 2022; ; Tran et al., 2020). Early batch effect correction approaches, such as Combat (Johnson et al., 2007), used statistical regression to remove batch covariates. However, these methods tend to remove important biological variation unless it is specified as a priori within the model. To circumvent this, the next-generation of methods used techniques such as canonical correlation analysis or mutual nearest neighbors to identify shared biological variation across batches to preserve, while removing factors of variation ascribed to batch effects (; Haghverdi et al., 2018; Hie et al., 2024). The current state-of-the-art non-DL integration method is Harmony (Korsunsky et al., 2019), which uses an iterative clustering then correction approach and is consistently among the top-performing methods in recent benchmarks (Tran et al., 2020; ).

DL approaches to data integration modify the AE/VAE approach, as described above, to learn a ‘joint’ embedding space that captures biological groups while mixing different technical batches. A common approach to this modification is the use of adversarial learning, which penalizes the model for embeddings that leave batches separate (Hrovatin et al., 2024). Methods using this approach, such as scVI (Lopez et al., 2018), scANVI (Xu et al., 2021), and SAUCIE (), are not constrained by the linearity assumptions required by many non-DL methods, thus potentially enabling more efficient batch effect removal. An alternative approach uses conditional AE/VAEs which include the batch label in the joint embedding; data is then integrated by treating the batch effect as a linear transformation in the lower-dimensional space and projecting all batches onto a single reference sample or reference dataset. Prominent methods using this approach include scGen (Lotfollah et al., 2019) and scArches (Lotfollahi et al., 2022). Foundation models, such as scGPT, can also be fine-tuned to create project-specific joint embeddings. The extensive pre-training of such models includes ignoring batch effects and emphasizing conserved biology.

Despite theoretical advantages of DL methods for batch integration, they have often struggled in benchmarking studies, rarely matching the performance of Harmony (Luecken et al., 2022; Korsunsky et al., 2019; Lee et al., 2023). One potential cause of their poor performance is a tendency to over-correct and remove biological information, particularly when batches have substantially different cell type proportions (Luecken et al., 2022; Hrovatin et al., 2024). This can be mitigated by explicitly modeling cell types to ensure their preservation, as can be done for scGen and scANVI; however, since the goal of integration is usually to merge samples prior to clustering and cell type annotation, such an approach is generally limited to meta-analyses and atlasing projects.

While scRNA-seq integration can be achieved even with linear models, DL methods have been more successful when integrating multi-omics data, i.e., joint scRNA-seq and single-cell ATAC-seq (Lee et al., 2023). DL models excel at projecting different data types, such as multiome data, into similar embedding spaces, facilitating their integration (see section 3.9). This capability is further enhanced when combined with graph-based representations, which model cells as nodes and similarities or spatial relationships as edges. Graph structures enable the propagation of information across neighboring cells, effectively capturing local dependencies, preserving topology, and improving the alignment of biological states across datasets. This is particularly valuable for integrating spatial transcriptomics data or enforcing structural continuity multiple slides of the same tissue (Khan et al., 2025; Zhang C. et al., 2024). Similar to single-slide clustering performance, the top two methods for ST integration are a Bayesian statistical approach, (Li and Zhou, 2022), and a DL approach, (Long et al., 2023; Hu et al., 2024a).

While some DL methods are competitive with state-of-the-art non-DL approaches for dataset integration, there is no clear advantage to using DL for these tasks. Scalability is often cited as the main advantage of DL integration, there are several highly scalable non-DL approaches as well, including Harmony. Two non-DL approaches are consistently among top-performers in independent benchmarks: Harmony and scMerge (Luecken et al., 2022; Tran et al., 2020; ; Lin et al., 2019). When integrating experimental replicates containing identical cell type frequencies Harmony is recommended, however, if samples contain some non-overlapping cell type scMerge is preferable (Tran et al., 2020). For atlasing and meta-analyses it can be more optimal to utilize scANVI if cell type labels are available for the respective datasets (Luecken et al., 2022). For ST data, these scRNAseq methods can be used when data is aggregated at the cell or spot level; however spatial information is lost and this often results in poor spatial contiguity of integrated clusters. For spatially contiguous ST data the Bayesian-statistics based BASS algorithm has been shown to be the best option (Hu et al., 2024). However, altering observed data can only result in a loss of information, thus integration should only be used when inspection of the data indicates substantial batch effects are present.

3.4 Denoising and imputation

Denoising and imputation are two closely related but conceptually distinct tasks in single-cell transcriptomics. Denoising refers to the reduction of technical noise such as amplification bias, batch effects, or stochastic dropout while preserving the true biological signal (Figure 3E). The goal is not to “fill in” missing values, but to refine observed expression levels to better reflect underlying biology. In contrast, imputation explicitly aims to predict unobserved or missing values, such as zero counts, that are likely due to technical dropout rather than true biological absence (Figure 3F). While both processes can result in modified gene expression matrices, their objectives differ: denoising aims to improve signal-to-noise ratios, while imputation attempts to recover missing information. Despite this distinction, the terms are often used inconsistently in the scRNA-seq and ST literature. Many methods described as “imputation tools” (e.g., MAGIC (van Dijk et al., 2018), scImpute (Li and Li, 2018)) perform what is effectively denoising, as they smooth expression values without necessarily distinguishing between true zeros and dropouts.

Denoising data was one of the first applications of DL models (Vincent et al., 2008). AE models have been used to denoise many types of data in various contexts; in the biomedical field, (Gondara, 2016), (Su et al., 2015), and many–omics dataset (; Lal et al., 2021; Webel et al., 2024). Due to the low input material in single-cell assays, there are many missing values, and sampling- or RNA-capture-related noise is high relative to the true biological signals. Hence, many DL algorithms have been developed to denoise scRNA-seq and ST data.

One of the first and most used approaches is deep-count autoencoder (DCA) (). DCA modified the traditional AE architecture to output parameters of a statistical distribution for each input gene, rather than a single predicted value. Multiple distributions are available, including negative binomial and zero-inflated negative binomial for RNA-seq data. This alteration allows DCA to account for uncertainty in the input data and biological stochasticity. Another popular method, scVI, takes a similar approach (Lopez et al., 2018). Many other model designs have been explored, including CNNs (Zhang W. et al., 2024), gene partitioning and sub-networks (), GCNs (Huang et al., 2023), and contrastive learning (Xu et al., 2020; Shi et al., 2023). Application of these methods to biological datasets can improve the interpretability of the data; for instance, DCA increased CD3E expression from 80% to 99.9% in T cells and recovered ITGAX expression consistent with NK biology.

Only DCA, scVI, and DeepImpute have been independently benchmarked alongside non-DL denoising and imputation methods (; ; Hou et al., 2020; Huang et al., 2025). These benchmarks find conflicting results, reflecting differences in testing datasets and specific tasks used to evaluate performance. When evaluated on their ability to recover corrupted expression values or improve accuracy of automatic cell type annotation, DL denoising methods performed well, similar to other imputation and denoising methods. For unsupervised clustering and pseudotime analysis, results range from modest improvement to worse performance than the raw data, depending on the specific dataset and analysis pipeline. Whereas for gene-gene correlations, differential expression, cell type markers, and cell-cell interactions, all benchmarks find that denoising introduced a significant number of false-positive results. Hence, for scRNA-seq data, denoising remains controversial and rarely used in discovery research.

For ST data, integration with scRNA-seq is more common than direct denoising of ST data alone, which is discussed later in this manuscript. However, some methods do exist to directly denoise ST data using GNNs (Tang et al., 2023; ). Benchmarking of these methods is more limited, but SiGra is shown to increase the number of differentially expressed genes - though the extent to which these are false positives is not explored - and to improve distinctiveness of clustering. Whereas Impeller () is only shown to recover masked expression values.

Overall, it is not recommended to perform denoising or imputation except to enhance the sensitivity of clustering analysis, and caution must be exercised in the interpretation of results to avoid false-positives. Integration across experiments or modalities is likely a more useful task and more reliable approach for increasing statistical power by increasing the number of samples in discovery research.

3.5 Data generation and augmentation

Deep learning has increasingly been leveraged for data generation and augmentation in scRNA-seq and ST to address limitations posed by small sample sizes, rare cell types, and costly experimental procedures. Data augmentation in scRNA-seq and ST analysis is used differently than in machine learning and typically refers to the computational creation of additional data points, and adding them - ‘augmenting’ - to the original measured data (Figure 3G). In contrast, we will use ‘data generation’ to describe methods which create data either for the purposes of simulating data for benchmarking, or to generate data of a different modality–e.g., predict scRNA-seq from bulk RNA-seq.

In scRNA-seq, VAEs-based models like scVI and scVAE (Li and Li, 2018) can be used to generate synthetic cells that preserve the statistical properties and cellular identities of the original cell (Figure 3H). Generative models such as cscGAN (Xu P. et al., 2023) and scGFT (Vincent et al., 2008) have demonstrated the ability to generate realistic synthetic cells that preserve intrinsic gene expression profiles of the original data. Current state-of-the-art clustering and trajectory analysis algorithms, such as maximum modularity or minimum spanning trees, can be biased with respect to the number of cells, leading to poor performance when datasets include rare cell types. Selective generation and augmentation using cscGAN or scGFT can rebalance datasets, which were shown to improve clustering and trajectory inference performance to correctly identify rare cell types and accurately resolve trajectory branches. However, similar to denoising, data augmentation involves artificially amplifying the power of statistical tests, thus. are likely to result in inflated type-1 errors if used for differential expression, though this has not yet been tested.

In spatial transcriptomics, data generation is typically used for denoising purposes (Hu et al., 2021; Tang et al., 2023; Pratama et al., 2025). For instance, SiGra, discussed previously, replaces observed data with generated data to perform its denoising. Similarly, the STAGE model focuses more on accurate data generation but uses that generated data to recover and denoise down-sampled data as well as to impute between sequential ST slices (Li et al., 2024b). Both methods integrate spatial embeddings with gene expression features using autoencoders and other representation learning approaches to learn a feature space, from which new samples can be drawn and decoded into new expression data. SiGra uses both gene expression and features from matching histology, whereas STAGE uses gene expression only. Compared to single-cell RNA-seq, there are currently relatively few methods dedicated specifically to data generation and augmentation in ST. While emerging techniques focus on integrating image features, spatial coordinates, and gene expression for augmentation, these models only generate gene expression data, not matching image data, thus lacking the ability to fully generate ST data.

Similar to imputation, there is substantial risk of increasing Type-I errors when augmenting datasets with synthetically generated data. Thus, such approaches must be used with care. For data augmentation, the main utility is in facilitating detection of rare cell types or smoothing out cell density along developmental trajectories to better align data with the limitations and assumptions of the analytical tools for clustering and trajectory analysis. The only other use for data generation is for benchmarking algorithms, however, most DL generative algorithms lack the fine-scale control required to design specific ground-truth cases for that type of testing thus this area is still dominated by small-scale statistical simulation methods often custom designed for a specific benchmarking task.

3.6 Deconvolution

In transcriptomics, deconvolution is the decomposition of bulk expression data into cell type proportions or cell type specific expression (Im and Kim, 2023) (Figure 3I). Deconvolution is typically applied to bulk RNA-seq or low-resolution ST where each spot typically contains multiple cells. Methods for bulk RNA-seq deconvolution can be broadly grouped into statistical approaches: (; Peng et al., 2019; Wang et al., 2019):enrichment-based methods (; Yoshihara et al., 2013) and machine learning models (Newman et al., 2015; Newman et al., 2019). With the emergence of deep learning, at least 13 DL-based deconvolution tools have been developed for bulk RNA seq using a scRNA-seq reference (Lomas Redondo et al., 2025). These methods are typically based on multilayer perceptrons (MLPs), autoencoders, or transformers, and are trained to reconstruct cell type proportions from mixed bulk expression profiles. Scaden (Menden et al., 2020) was one of the first deep learning tools in this area. It uses an ensemble strategy that combines three deep neural networks with different numbers of layers, activation functions, and dropout settings to improve generalization. DAISM-DNNXMBD (also called Aginome-XMU) instead trains a separate deep neural model for each cell type to predict proportions (Lin et al., 2022).

Bulk deconvolution methods are typically benchmarked by comparing their predictions against cell type proportions derived from in vitro experiments or from in silico bulk samples generated using single-cell RNA-seq data. Both Scaden and DAISM-DNNXMBD have been independently benchmarked among the top-performing methods, with Scaden suffering high false-positive rates (Tran et al., 2023) and DAISM performing well in both coarse-grain and fine-grain deconvolution (White et al., 2024). This demonstrates that deep learning provides a strong alternative to traditional approaches. Newer methods may outperform DAISM, but this cannot be established until a systematic benchmark study has been performed that includes the other DL-based deconvolution tools.

Overall, bulk RNA-seq deconvolution enables researchers to reduce experimental costs while still gaining insight into the tumor or tissue microenvironment. However, the performance of DL deconvolution methods requires high quality training dataset and is prone to poor generalization (Wolfram-Schauerte et al., 2025). Most researchers still rely on traditional deconvolution approaches, and only a few studies have utilized DL-based tools for deconvolution (; ; ).

Bulk RNA-seq deconvolution tools can be used for ST data, but additional improvements in performance may be achieved by incorporating the spatial information. Many ST deconvolution methods use non-DL approaches such as numerical optimization (), or probabilistic models (Kleshchevnikov et al., 2022). Several DL-based deconvolution methods not only estimate the cell type fractions but can also estimate the number of cells per spot, generate gene expression for each deconvolved cell, or estimate individual cell locations ().

Reference-based DL deconvolution methods use three general strategies: supervised-learning, similarity-based integration, and foundation models. Supervised-learning creates synthetic ST spots by combining scRNA-seq data and use this as ground truth to train a neural network to predict cell type fractions from the aggregated expression profile (Lund et al., 2022; ; Zhan et al., 2025; Xu H. et al., 2023; Mañanes et al., 2024). Similarity-based integration methods embed scRNA-seq and ST data into a shared space through graph construction (Long et al., 2023; ; Song and Su, 2021; Li and Luo, 2024; Yin et al., 2024; Zhang et al., 2023), autoencoders (Liao et al., 2022; Hao et al., 2024c; ; Li H. et al., 2022), or optimization () to match ST spots to scRNA-seq cell types based on similarity or distance measures. In some methods, pseudo-spots are generated to aid embedding (; Song and Su, 2021; Li and Luo, 2024; Yin et al., 2024; Zhang et al., 2023; Li H. et al., 2022). UniCell Deconvolve (UCD) is the only foundation model trained for deconvolution (). It is a feedforward neural network trained on over 840 cell types from 899 single cell datasets. UCD uses transfer learning to adapt the foundation model to specific context where users have an option to input a contextualized reference profile to fine-tune a regression model using UCD base embedding. UCD outperformed other methods on synthetic mixtures from its own training data, but had only average performance on out-of-sample tests unless it was fine-tuned on the relevant datasets (). An alternative approach is taken by scResolve, which imputes pixel-level gene expression which is combined with cell-segmentation of the respective histology image to infer single-cell resolution expression (). This enables reference-free deconvolution and potentially novel cell type discovery.

Due to the wide variety of spatial deconvolution tools, no systematic benchmark study has yet been conducted across all methods, and most DL-based approaches have not been benchmarked. Benchmarking is especially challenging in ST deconvolution since ground truth is not available; instead, simulated ST datasets generated from scRNA-seq are typically used. Tangram () and DSTG (Song and Su, 2021) have been benchmarked in multiple independent studies alongside non-DL methods (Li et al., 2023; ; Yan and Sun, 2023; Li B. et al., 2022). While Tangram was shown to be superior in predicting the spatial distribution of transcripts in one study, both Tangram and DTSG generally ranked within the top third of approaches benchmarked. However, the top three performing methods overall were non-DL approaches. DL methods have the advantage of integrating multimodal data, such as histology images, which may provide additional information such as cell morphology to aid deconvolution.

For discovery focused researchers cell2Location (Kleshchevnikov et al., 2022) and SpatialDWLS () remain top choices for deconvolution when reliable reference single-cell datasets are available. Tangram is an acceptable alternative, and scResolve is the only method capable of deconvolution when no reference single-cell data is available.

3.7 Cell-cell interactions

A key goal of single-cell RNAseq was to identify interactions between different cell types which would normally be obscured in bulk tissue samples. Many heuristic methods have been developed for this task, including CellChat (Jin et al., 2021), CellPhonedb (), SingleCellSignalR (), and NicheNet (), which use databases of ligand-receptor (LR) pairs and calculate a co-expression score of each pair between pairs of cell types. Some of these have been expanded to account for spatial location, for use with spatial transcriptomics (; ). Currently, there are only a few DL approaches to inferring these interactions in single cell data and none for spatial transcriptomics.

DeepCCI (Yang et al., 2023a) integrates ResNet and a GCN model to infer cell-cell interactions with a common decoding layer. This decoding layer is trained using consensus interactions obtained from the heuristic methods. As a result, in their in-house benchmarking DeepCCI identifies the same interaction as multiple heuristic methods though may have fewer false-positive results than any of the heuristic methods used alone. It is unclear whether DeepCCI gains anything from the DL components, as opposed to their in-house consensus of the heuristic models used to train it.

An advantage of DL approaches is the ability to integrate multiple data sources; this is utilized by GraphComm (So et al., 2025) to integrate pathway annotations in addition to direct LR interactions into a prior interaction probability between each LR pair. Coexpression of LR pairs is calculated and is integrated with the prior using a graph attention network. The embedding contains both cell types and LR genes and is used to generate LR pairwise scores and cell type x cell type scores by multiplying the respective embeddings. Alternatively, ScTenifoldXct (Yang Y. et al., 2023) and scSDNE (Jia et al., 2025) first infer gene-gene dependencies either using a DL model (scSDNE) or a regression model (ScTenifoldXct), which is combined with a LR coexpression score which is then used to generate a gene embedding space using a graph-autoencoder architecture. Cell-cell interactions are inferred from proximity of LR pairs in the gene embedding space. ScSDNE and ScTenifoldXct have the advantage of using semi-supervised learning, whereas GraphComm relies on database-derived LR interactions to train their embedding space. Limited in-house benchmarking is available for these, but they perform similarly to heuristic methods, with GraphComm seeming to have higher sensitivity, whereas scSDNE and ScTenifoldXct are more conservative, performing similar to a consensus of heuristic methods.

Cell-cell interaction inference remains challenging, primarily due to the lack of any true gold-standard benchmarks. In many cases, methods are benchmarked using spatial transcriptomics data, as distant cells are unlikely to interact, but this cannot provide individual LR interaction information, or with very small sets of manually curated interactions. This is particularly problematic for DL algorithms due to their reliance on training data to optimize the models. Typically, researchers use multiple LR algorithms and use some kind of consensus as evidenced by the popularity of the LIANA package (). The natural ability of DL to integrate multiple types of data may be an advantage here, as significant amounts of perturbation data are available which could potentially be used to augment cell-cell interaction inference. However, currently there is little evidence due to lack of gold-standard datasets to favour any specific method over any other.

3.8 Combining single-cell and spatial transcriptomics

ST and scRNA-seq are complementary techniques; scRNA-seq accurately assesses the entire transcriptome for each individual cell but it loses all spatial information, whereas in ST spatial information is preserved but either data is not at single-cell resolution and/or does not capture the entire transcriptome. As a result, many methods have been developed to combine scRNA-seq and ST using different approaches. SIMO uses optimal-transport to align single cells to ST based on only RNAseq or both RNA and ATACseq modalities (Yang P. et al., 2025), Alternatively CellTrek (Wei et al., 2022) uses mutual-nearest-neighbour integration combined with random forests to predict spatial location of individual cells from proximity within the integrated embedding space. In in-house benchmarking CellTrek performed well on simulated ST data but was not compared to DL alternatives.

One of the first and most established models is Tangram, which learns a mapping between scRNA-seq and ST that optimizes the spatially correlation between mapped and observed gene expression (). The authors demonstrate its effectiveness in recapitulating known expression patterns across cortical layers. In independent benchmarks, Tangram out-performs other methods for recovering downsampled gene expression values but shows modest performance at predicting cell type composition of ST data (Li B. et al., 2022). However, notably neither the original publication nor independent benchmarks assessed potential for generation of false-positive results. Generative DL models can predict scRNA-seq profiles from ST data based on a reference scRNA-seq dataset. For example, SpatialScope uses a probabilistic DL model to predict cell type composition of individual ST spots and to decompose gene expression by cell type, and then uses a generative DL model to create scRNA-seq for individual cells based on the decomposed profiles (Wan et al., 2023). In contrast, stImpute predicts gene expression for unmeasured genes in imaging-based ST using a joint AE embedding and GNN, based on known gene-gene relationships (Zeng et al., 2024).

Prediction of additional data modalities or higher resolution data from cheaper, lower resolution experimental protocols is a popular use-case for DL method development. ScSemiProfiler predicts scRNA-seq from bulk RNA, which has the advantage of being able to predict cell type specific differences in expression which is not possible with non-generative deconvolution methods (Wang et al., 2024). Using matched bulk and scRNA-seq data from COVID-19 patients, the authors were able to show their method could capture individual difference beyond what was present in the training data. However, they did not evaluate whether scSemiProfiler’s cells would lead to the same biological conclusions on the effect of COVID-19 as the original scRNA-seq. Thus, it remains unclear if this approach is viable for discovery research.

Lastly, over a dozen algorithms have been published that predict ST expression data from histology images. Histology images are plentiful and easily collected, whereas ST is relatively rare and expensive; therefore, accurate prediction of the latter from the former would be very valuable. However, performance of all current methods is relatively poor with correlations between predicted gene expression and true measured gene expression below 0.2 for most genes (Wang et al., 2025). While performance is best for genes with strong spatial patterning, correlations remain below 0.5 in nearly all cases, still far below an accuracy that would be useful for discovery research. Such methods may improve as ST experimental platforms improve, though it is also possible that much of gene expression does not manifest as any visible difference in histology images, thus placing a hard limit on the maximum accuracy of these methods. The most likely limitation of current models, however, is the availability of ST training data with high quality matching histology images as most publicly available data only release a compressed low-resolution image.

Overall, discovery researchers are recommended to choose methods which project single-cells onto ST data rather than any generative approaches, such as SIMO or CellTrek, and to use multiple different methods to ensure conclusions are robust to the approach chosen. While generative DL approaches are promising for converting between transcriptomic technologies, there is insufficient benchmarking in real-world use cases to know whether these methods lead to false or misleading conclusions.

3.9 Integrating multiomic data

ST data can be considered multiomic in that images and spatial coordinates can be treated as another layer of data to be integrated. However, more often multiomic data refers specifically to single-cell data where both mRNA is captured and sequenced and DNA is capture either for direct DNA sequencing or most often for ATAC assays, which measure open chromatin across the genome (Mimitou et al., 2021; ; Reyes et al., 2019). While first developed for single cells, equivalent assays have been developed for spatially-resolved assays (Jiang et al., 2023; Guo et al., 2025; ). However, currently only simultaneous single-cell RNA-seq and ATAC-seq has been developed into a simple off-the-shelf platform, thus is by far the most used multiome technique.

Popular methods for single-cell multiome (scMultiome) data integration and analysis include ArchR (Granja et al., 2021), Signac (Stuart et al., 2021), and MOFA () which perform data normalization, dimensionality reduction, and clustering. Signac and ArchR in addition identify correlated open-chromatin peaks and nearby gene-expression which can be used to infer gene-regulatory networks. These approaches are all statistical approaches, with ArchR and Signac both using latent semantic indexing for data embedding, and MOFA using a Bayesian probabilistic model for joint factor analysis.

DL approaches have several advantages for multiomic data integration. They can innately align different input data such that ATAC peaks do not have to be assigned to genes prior to integration. They can be regularized to learn comparable representations for different modalities from the data rather than using heuristic normalization strategies. Finally, the architecture can be data-type invariant allowing the same structure to be used for many different data modalities. The general structure of DL multiome methods starts with modality-specific AEs or VAEs then combines the modality-specific embeddings into a single representation (; Gong et al., 2021; Li G. et al., 2022; ).

MultiVI () uses this approach to expand the scVI architecture to multiome data by penalizing the model for divergent representations for the same cell in different modalities then using the average representation for each cell. This enables efficient integration of paired and unpaired datasets since unpaired data simply uses the single representation value. Cobolt (Gong et al., 2021) has a very similar architecture but uses a Dirichlet prior and reconstructs the original matrices rather than using the decoder to estimate the original distribution. scMVP (Li G. et al., 2022) has the same overall architecture but uses self-attention and mask-attention encoders for each modality and simply concatenates the latent spaces for the joint embedding. Whereas GLUE () uses heuristic methods to infer ATAC-peak to RNA-gene associations which are used as knowledge graph as an additional decoder output from the concatenated multiomic latent space of their AE.

In multiple independent benchmarks (Xiao et al., 2024; Liu et al., 2025; Hu et al., 2024b; ), Seurat’s weighted nearest network (WNN) consistently output performs other integration methods in perfectly matched RNA + ATAC data, whereas MultiVI is consistently optimal for partially overlapping datasets. In contrast, GLUE is the best performer when ATAC and RNA datasets are from separate samples. Notably, these results were simply for the level of integration of the lower dimensional embedding, i.e., the mixing of ATAC and RNA modalities while preserving or enhancing cell type identities. One benchmark (Hu et al., 2024b) evaluated modality prediction, and while MultiVI was a top performer, all methods had relatively poor performance (correlation <0.4) generally due to overestimation for genes upregulated in a particular group of cells, this is in line with other benchmarking of imputation methods where data smoothing typically inflates signals resulting in false-positives ().

Overall MultiVI and GLUE are both established methods with strong performance in benchmarks and would be good choices especially for projects with not completely overlapping scMultiome data. Heuristic methods, particularly Seurat’s WNN method, are good choices for perfectly matched datasets but are inadequate for non-overlapping datasets. Imputation is still unreliable and should not be used for statistical analyses, though may be useful for identifying trends for independent validation. While DL algorithms have been developed for integration and imputation of scMultiome, inference of gene-regulatory networks which is often the main goal of Multiome studies has not yet been addressed with DL methods and may be an opportunity for future method development.

In an independent benchmark on curated datasets, scJoint, MultiVI and GLUE were top performing methods for integrated cell type identification in scMultiome data (Xiao et al., 2024). However others find high variability in performance dataset to dataset and that MultiVI was particularly sensitive and either were among top performers or worse performers depending on the dataset in question (Lee et al., 2023).

For spatial multiome, many of the above single-cell methods would be applicable; however, when spatial data includes contiguous homogeneous regions, it is often beneficial to incorporate spatial information as we noted above. Currently, the only method that integrates spatial location for spatial multiome data is SpatialGlue (Long et al., 2024). This method encodes spatial information as a graph linking spatially proximal cells or spots and uses an AE structure to learn a joint embedding space. To integrate RNA and ATAC data, separate GCN encoders combine the spatial graphs with modality-specific similarity graphs. These encodings are combined with an attention head to generate a single embedding space across both spatial modalities. In-house benchmarking on datasets with known anatomical regions showed good performance compared to non-spatial statistical or DL models. In agreement with ST vs. scRNA-seq data analysis, significant improvements in identifying spatial regions can be achieved by incorporating physical proximity, and DL models are more easily adapted to include this information than statistical methods.

3.10 RNA velocity

While scRNA-seq provides a snapshot of transcriptional states, RNA velocity methods have become increasingly valuable tools for investigating cell trajectories (Shima and mura, 2025; ; Ge et al., 2025). Although new, several computational approaches now exist that leverage the relative abundances of spliced and unspliced mRNA to quantify transcriptional dynamics. Early ordinary differential equation (ODE)-based approaches like velocyto assumed specific cells were near steady-state, whereas scVelo relaxed this assumption through maximum-likelihood inference (La Manno et al., 2018; ). More recent approaches incorporate additional molecular information, such as chromatin accessibility and protein expression, thereby refining trajectory inference and interpretability (Luo et al., 2025).

Recently, DL-based RNA velocity models have emerged to better capture nonlinear transcriptional dynamics and complex cellular transitions (Ge et al., 2025; Luo et al., 2025; Gayoso et al., 2024). VeloAE employs an autoencoder architecture to learn denoised, low-dimensional representations of RNA velocity (Qiao and Huang, 2021). VeloVAE and VeloVI employ VAE frameworks to infer RNA velocity and jointly quantify uncertainty (Gayoso et al., 2024; Gu et al., 2022). VeloVAE models a shared developmental timeline across all cells by learning latent time and cell-state representations, enabling explicit modelling of cell-fate branching and differentiation pathways. Conversely, VeloVI fits gene-specific dynamical models by leveraging information across cells, offering robust and reliable uncertainty estimates for RNA velocity at both gene and cell levels. DeepVelo integrates a graph convolutional network with a VAE to model gene- and cell-specific transcriptional kinetics, improving accuracy across heterogeneous cell populations (; ). LatentVelo and cellDancer both utilize neural architectures; LatentVelo embeds cell states and velocities into a latent space, while cellDancer employs gene-specific networks that aggregate local neighborhood information to infer cell- and gene-level kinetics (Li et al., 2024c; ).

Regarding benchmarking, the accuracy and stability of these methods remain variable across datasets (; Luo et al., 2025; Gayoso et al., 2024; Gorin et al., 2022). Though deep learning approaches often perform better on complex datasets, no single method excels in both accuracy and stability (Shima and mura, 2025; Gayoso et al., 2024). Accuracy measures how closely predicted velocities align with known or expected biological trajectories. However, benchmarking remains limited due to limited ground truths, thus relying on indirect metrics based on velocity cosine similarity and agreement with known lineages (; Luo et al., 2025; Gayoso et al., 2024). Although most methods displayed locally consistent velocities between neighboring cells, most fail to reliably infer true cell-state transitions, particularly in complex or branching trajectories (Luo et al., 2025; Qiao and Huang, 2021; Gorin et al., 2022; ). In addition, discrepancies between methods remain common, primarily due to differences in model assumptions and datasets used (; Luo et al., 2025; Gayoso et al., 2024; ). Downsampling had the greatest impact on ground-truth recovery, while inter-method consistency remained stable. (Shima and mura, 2025; Luo et al., 2025; ). Notably, DeepVelo, scVelo, VeloVI, and velocyto often showed higher agreement among themselves, but none stood out in either accuracy or consistency across datasets.

In discovery contexts, current RNA velocity approaches should be interpreted cautiously when resolving complex cell-state transitions (; Gorin et al., 2022) Methods like VeloVI and LatentVelo offer higher accuracy and stability in specific contexts, but none are universally dependable (Luo et al., 2025; Gayoso et al., 2024). Using multiple RNA velocity methods in combination can mitigate individual biases, while integrating multi-omic or lineage-tracing datasets can help correct technical biases by providing more reliable validation (Shima and mura, 2025; ; Mao et al., 2025). As the field of RNA velocity advances, deep learning methods will become more robust, capturing transcriptional kinetics from diverse datasets and reducing dependence on traditional ODE assumptions.

4 Conclusion

A plethora of algorithms and software packages have been produced using DL to solve many common problems in scRNA-seq and ST analysis. However, the performance of these models has been variable, with only the top models being competitive with state-of-the-art non-DL alternatives. There is no evidence that DL is inherently more accurate than non-DL algorithms, nor is it inherently more scalable when compared to optimized non-DL approaches. While DL can remove the linearity assumptions that constrain alternative approaches, there is little evidence that this provides a substantial benefit. The advantage of DL algorithms is their flexibility in handling a wide range of data types, which enables simple approaches for combining different data modalities, while graph-based models can be easily used to incorporate a spatial dimension. In addition, generative DL can enable novel approaches, mainly the prediction of one data modality from another, that are not easily amenable to non-DL models. However, it remains to be proven that such algorithms can reach sufficient precision for their use in discovery research.

Statements

Author contributions

BT: Data curation, Visualization, Writing – original draft, Writing – review and editing. HN: Visualization, Writing – original draft, Writing – review and editing. SP: Writing – review and editing, Data curation. VS: Data curation, Writing – review and editing. TA: Conceptualization, Funding acquisition, Writing – original draft, Writing – review and editing.

Funding

The author(s) declared that financial support was received for this work and/or its publication. This work was supported by NSERC Discovery grant (#03419-2023).

Conflict of interest

The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

The author TA declared that they were an editorial board member of Frontiers at the time of submission. This had no impact on the peer review process and the final decision.

Generative AI statement

The author(s) declared that generative AI was used in the creation of this manuscript. Generative AI was used to improve grammar, spelling, and wording of the text, as well as generating preliminary descriptions of AI architectures (section 2) which were manually refined.

Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

  • 1

    AbdelaalT.MichielsenL.CatsD.HoogduinD.MeiH.ReindersM. J. T.et al (2019). A comparison of automatic cell identification methods for single-cell RNA sequencing data. Genome Biol.20 (1), 194. 10.1186/s13059-019-1795-z

  • 2

    AmodioM.van DijkD.SrinivasanK.ChenW. S.MohsenH.MoonK. R.et al (2019). Exploring single-cell data with deep multitasking neural networks. Nat. Methods16 (11), 11391145. 10.1038/s41592-019-0576-7

  • 3

    AnchetaS.DormanL.TreutG. L.GurungA.RoyerL. A.GranadosA.et al (2024). Challenges and progress in RNA velocity: comparative analysis across multiple biological contexts. Biorxiv29. 10.1101/2024.06.25.600667

  • 4

    AndrewsT. S.HembergM. (2018). Identifying cell populations with scRNASeq. Mol. Asp. Med.59, 114122. 10.1016/j.mam.2017.07.002

  • 5

    AndrewsT. S.HembergM. (2019). False signals induced by single-cell imputation. F1000Research7, 1740. 10.12688/f1000research.16613.2

  • 6

    AntonssonS. E.MelstedP. (2024). Batch correction methods used in single cell RNA-sequencing analyses are often poorly calibrated. Biorxiv21. 10.1101/2024.03.19.585562

  • 7

    AranD.HuZ.ButteA. J. (2017). xCell: digitally portraying the tissue cellular heterogeneity landscape. Genome Biol.18 (1), 220. 10.1186/s13059-017-1349-1

  • 8

    ArgelaguetR.ArnolD.BredikhinD.DeloroY.VeltenB.MarioniJ. C.et al (2020). MOFA+: a statistical framework for comprehensive integration of multi-modal single-cell data. Genome Biol.21 (1), 111. 10.1186/s13059-020-02015-1

  • 9

    ArisdakessianC.PoirionO.YunitsB.ZhuX.GarmireL. X. (2019). DeepImpute: an accurate, fast, and scalable deep neural network method to impute single-cell RNA-seq data. Genome Biol.20 (1), 211. 10.1186/s13059-019-1837-6

  • 10

    AshuachT.GabittoM. I.KoodliR. V.SaldiG. A.JordanM. I.YosefN. (2023). MultiVI: deep generative model for the integration of multimodal data. Nat. Methods20 (8), 12221231. 10.1038/s41592-023-01909-9

  • 11

    AvsecŽ.AgarwalV.VisentinD.LedsamJ. R.Grabska-BarwinskaA.TaylorK. R.et al (2021). Effective gene expression prediction from sequence by integrating long-range interactions. Nat. Methods18 (10), 11961203. 10.1038/s41592-021-01252-x

  • 12

    BaeS.NaK. J.KohJ.LeeD. S.ChoiH.KimY. T. (2022). CellDART: cell type inference by domain adaptation of single-cell and spatial transcriptomic data. Nucleic Acids Res.50 (10), e57. 10.1093/nar/gkac084

  • 13

    BergenV.LangeM.PeidliS.WolfF. A.TheisF. J. (2020). Generalizing RNA velocity to transient cell states through dynamical modeling. Nat. Biotechnol.38 (12), 14081414. 10.1038/s41587-020-0591-3

  • 14

    BergenV.SoldatovR. A.KharchenkoP. V.TheisF. J. (2021). RNA velocity—current challenges and future perspectives. Mol. Syst. Biol.17 (8), e10282. 10.15252/msb.202110282

  • 15

    BiancalaniT.ScaliaG.BuffoniL.AvasthiR.LuZ.SangerA.et al (2021). Deep learning and alignment of spatially resolved single-cell transcriptomes with Tangram. Nat. Methods18 (11), 13521362. 10.1038/s41592-021-01264-7

  • 16

    BinTayyashN.GeorgakaS.JohnS. T.AhmedS.BoukouvalasA.HensmanJ.et al (2021). Non-parametric modelling of temporal and spatial counts data from RNA-seq experiments. Bioinformatics37 (21), 37883795. 10.1093/bioinformatics/btab486

  • 17

    BlondelV. D.GuillaumeJ. L.LambiotteR.LefebvreE. (2008). Fast unfolding of communities in large networks. J. Stat. Mech. Theory Exp.2008 (10), P10008. 10.1088/1742-5468/2008/10/P10008

  • 18

    BrowaeysR.SaelensW.SaeysY. (2020). NicheNet: modeling intercellular communication by linking ligands to target genes. Nat. Methods17 (2), 159162. 10.1038/s41592-019-0667-5

  • 19

    ButlerA.HoffmanP.SmibertP.PapalexiE.SatijaR. (2018). Integrating single-cell transcriptomic data across different conditions, technologies, and species. Nat. Biotechnol.36 (5), 411420. 10.1038/nbt.4096

  • 20

    Cabello-AguilarS.AlameM.Kon-Sun-TackF.FauC.LacroixM.ColingeJ. (2020). SingleCellSignalR: inference of intercellular networks from single-cell transcriptomics. Nucleic Acids Res.48 (10), e55. 10.1093/nar/gkaa183

  • 21

    CaoZ. J.GaoG. (2022). Multi-omics single-cell data integration and regulatory inference with graph-linked embedding. Nat. Biotechnol.40 (10), 14581466. 10.1038/s41587-022-01284-4

  • 22

    CaoJ.CusanovichD. A.RamaniV.AghamirzaieD.PlinerH. A.HillA. J.et al (2018). Joint profiling of chromatin accessibility and gene expression in thousands of single cells. Science361 (6409), 13801385. 10.1126/science.aau0730

  • 23

    CharytonowiczD.BrodyR.SebraR. (2023). Interpretable and context-free deconvolution of multi-scale whole transcriptomic data with UniCell deconvolve. Nat. Commun.14 (1), 1350. 10.1038/s41467-023-36961-8

  • 24

    Chazarra-GilR.van DongenS.KiselevV. Y.HembergM. (2021). Flexible comparison of batch correction methods for single-cell RNA-seq using BatchBench. Nucleic Acids Res.49 (7), e42. 10.1093/nar/gkab004

  • 25

    ChenK. H.BoettigerA. N.MoffittJ. R.WangS.ZhuangX. (2015). Spatially resolved, highly multiplexed RNA profiling in single cells. Science348 (6233), aaa6090. 10.1126/science.aaa6090

  • 26

    ChenJ.LiuW.LuoT.YuZ.JiangM.WenJ.et al (2022a). A comprehensive comparison on celltype composition inference for spatial transcriptomics data. Brief. Bioinform23 (4), bbac245. 10.1093/bib/bbac245

  • 27

    ChenZ.KingW. C.HwangA.GersteinM.ZhangJ. (2022b). DeepVelo: Single-cell transcriptomic deep velocity field learning with neural ordinary differential equations. Sci. Adv.8 (48), eabq3745. 10.1126/sciadv.abq3745

  • 28

    ChenJ.XuH.TaoW.ChenZ.ZhaoY.HanJ. D. J. (2023a). Transformer for one stop interpretable cell type annotation. Nat. Commun.14 (1), 223. 10.1038/s41467-023-35923-4

  • 29

    ChenH.LeeY. J.OvandoJ. A.RosasL.RojasM.MoraA. L.et al (2023b). scResolve: recovering single cell expression profiles from multi-cellular spatial transcriptomics. bioRxiv, 2023.12.18.572269. 10.1101/2023.12.18.572269

  • 30

    ChenR. J.DingT.LuM. Y.WilliamsonD. F. K.JaumeG.SongA. H.et al (2024). Towards a general-purpose foundation model for computational pathology. Nat. Med.30 (3), 850862. 10.1038/s41591-024-02857-3

  • 31

    ChenM.LiuJ.LiangG.LiuQ.LiS.YangY. (2025). Cross-species and cross-platform analysis reveals the application value of Guinea pig retina in myopia research at single-cell resolution. Exp. Eye Res.259, 110558. 10.1016/j.exer.2025.110558

  • 32

    ChengY.FanX.ZhangJ.LiY. (2023a). A scalable sparse neural network framework for rare cell type annotation of single-cell transcriptome data. Commun. Biol.6 (1), 545. 10.1038/s42003-023-04928-6

  • 33

    ChengY.MaX.YuanL.SunZ.WangP. (2023b). Evaluating imputation methods for single-cell RNA-seq data. BMC Bioinforma.24 (1), 302. 10.1186/s12859-023-05417-7

  • 34

    ChockalingamS. P.AluruM.AluruS. (2025). SCEMENT: scalable and memory efficient integration of large-scale single-cell RNA-sequencing data. Bioinformatics41 (2), btaf057. 10.1093/bioinformatics/btaf057

  • 35

    ChuT.WangZ.Pe’erD.DankoC. G. (2022). Cell type and gene expression deconvolution with BayesPrism enables Bayesian integrative analysis across bulk and single-cell RNA sequencing in oncology. Nat. Cancer3 (4), 505517. 10.1038/s43018-022-00356-3

  • 36

    CiortanM.DefranceM. (2022). GNN-based embedding for clustering scRNA-seq data. Bioinformatics38 (4), 10371044. 10.1093/bioinformatics/btab787

  • 37

    ClarkeZ. A.AndrewsT. S.AtifJ.PouyabaharD.InnesB. T.MacParlandS. A.et al (2021). Tutorial: guidelines for annotating single-cell transcriptomic maps using automated and manual methods. Nat. Protoc.16 (6), 27492764. 10.1038/s41596-021-00534-0

  • 38

    CodinoA.SpagnolettiL.OlobardiC.CuomoA.Santos-RosaH.PalombaM.et al (2025). METTL9 sustains vertebrate neural development primarily via non-catalytic functions. Nat. Commun.16 (1), 7051. 10.1038/s41467-025-62414-5

  • 39

    ColemanK.HuJ.SchroederA.LeeE. B.LiM. (2023). SpaDecon: celltype deconvolution in spatial transcriptomics with semi-supervised learning. Commun. Biol.6 (1), 378. 10.1038/s42003-023-04761-x

  • 40

    CuiH.MaanH.TaylorM. D.WangB. (2023). DeepVelo: deep learning extends RNA velocity to multi-lineage systems with cell-specific kinetics. Biorxiv30. 10.1101/2022.04.03.486877

  • 41

    CuiH.WangC.MaanH.PangK.LuoF.DuanN.et al (2024). scGPT: toward building a foundation model for single-cell multi-omics using generative AI. Nat. Methods21 (8), 14701480. 10.1038/s41592-024-02201-0

  • 42

    DengY.BartosovicM.MaS.ZhangD.KukanjaP.XiaoY.et al (2022). Spatial profiling of chromatin accessibility in mouse and human tissues. Nature609 (7926), 375383. 10.1038/s41586-022-05094-1

  • 43

    DevlinJ.ChangM. W.LeeK.ToutanovaK. (2019). BERT: Pre-training of deep bidirectional transformers for language understanding. Arxiv. 10.48550/arXiv.1810.04805

  • 44

    DimitrovD.SchäferP. S. L.FarrE.Rodriguez-MierP.LobentanzerS.Badia-I-MompelP.et al (2024). LIANA+ provides an all-in-one framework for cell–cell communication inference. Nat. Cell Biol.26 (9), 16131622. 10.1038/s41556-024-01469-w

  • 45

    DingJ.LiL.LuQ.VenegasJ.WangY.WuL.et al (2024). SpatialCTD: a large-scale tumor microenvironment spatial transcriptomic dataset to evaluate cell type deconvolution for immuno-oncology. J. Comput. Biol. J. Comput. Mol. Cell Biol.31 (9), 871885. 10.1089/cmb.2024.0532

  • 46

    DoerschC. (2021). Tutorial on variational autoencoders. Arxiv. Available online at: http://arxiv.org/abs/1606.05908 (Accessed July 11, 2023).

  • 47

    DongR.YuanG. C. (2021). SpatialDWLS: accurate deconvolution of spatial transcriptomic data. Genome Biol.22 (1), 145. 10.1186/s13059-021-02362-7

  • 48

    DongK.ZhangS. (2022). Deciphering spatial domains from spatially resolved transcriptomics with an adaptive graph attention auto-encoder. Nat. Commun.13 (1), 1739. 10.1038/s41467-022-29439-6

  • 49

    DuanZ.RiffleD.LiR.LiuJ.MinM. R.ZhangJ. (2024). Impeller: a path-based heterogeneous graph learning method for spatial transcriptomic data imputation. Bioinformatics40 (6), btae339. 10.1093/bioinformatics/btae339

  • 50

    D’SaK.ChoiM. L.WagenA. Z.Setó-SalviaN.KopachO.EvansJ. R.et al (2025). Astrocytic RNA editing regulates the host immune response to alpha-synuclein. Sci. Adv.11 (15), eadp8504. 10.1126/sciadv.adp8504

  • 51

    EfremovaM.Vento-TormoM.TeichmannS. A.Vento-TormoR. (2020). CellPhoneDB: inferring cell–cell communication from combined expression of multi-subunit ligand–receptor complexes. Nat. Protoc.15 (4), 14841506. 10.1038/s41596-020-0292-x

  • 52

    EraslanG.AvsecŽ.GagneurJ.TheisF. J. (2019). Deep learning: new computational modelling techniques for genomics. Nat. Rev. Genet.20 (7), 389403. 10.1038/s41576-019-0122-6

  • 53

    EraslanG.SimonL. M.MirceaM.MuellerN. S.TheisF. J. (2019). Single-cell RNA-seq denoising using a deep count autoencoder. Nat. Commun.10 (1), 390. 10.1038/s41467-018-07931-2

  • 54

    ErfanianN.HeydariA. A.FerizA. M.IañezP.DerakhshaniA.GhasemigolM.et al (2023). Deep learning applications in single-cell genomics and transcriptomics data analysis. Biomed. Pharmacother.165, 115077. 10.1016/j.biopha.2023.115077

  • 55

    ErgenC.XingG.XuC.KimM.JayasuriyaM.McGeeverE.et al (2024). Consensus prediction of cell type labels in single-cell data with popV. Nat. Genet.56 (12), 27312738. 10.1038/s41588-024-01993-3

  • 56

    FarrellS.ManiM.GoyalS. (2023). Inferring single-cell transcriptomic dynamics with structured latent gene expression dynamics. Cell Rep. Methods3 (9), 100581. 10.1016/j.crmeth.2023.100581

  • 57

    FuS.WangS.SiD.LiG.GaoY.LiuQ. (2025). Benchmarking single-cell multi-modal data integrations. Nat. Methods22, 112. 10.1038/s41592-025-02737-9

  • 58

    Gaspard-BoulincL. C.GortanaL.WalterT.BarillotE.CavalliF. M. G. (2025). Celltype deconvolution methods for spatial transcriptomics. Nat. Rev. Genet.26, 119. 10.1038/s41576-025-00845-y

  • 59

    GayosoA.SteierZ.LopezR.RegierJ.NazorK. L.StreetsA.et al (2021). Joint probabilistic modeling of single-cell multi-omic data with totalVI. Nat. Methods18 (3), 272282. 10.1038/s41592-020-01050-x

  • 60

    GayosoA.WeilerP.LotfollahiM.KleinD.HongJ.StreetsA.et al (2024). Deep generative modeling of transcriptional dynamics for RNA velocity analysis in single cells. Nat. Methods21 (1), 5059. 10.1038/s41592-023-01994-w

  • 61

    GeS.SunS.XuH.ChengQ.RenZ. (2024). Deep learning in single-cell and spatial transcriptomics data analysis: advances and challenges from a data science perspective. Arxiv. 10.48550/arXiv.2412.03614

  • 62

    GeM.MiaoJ.QiJ.ZhouX.LinZ. (2025). TIVelo: RNA velocity estimation leveraging cluster-level trajectory inference. Nat. Commun.16 (1), 6258. 10.1038/s41467-025-61628-x

  • 63

    GondaraL. (2016). “Medical image denoising using convolutional denoising autoencoders,” in 2016 IEEE 16th international conference on data mining workshops (ICDMW), IEEE: New York, NY. 241246. 10.1109/ICDMW.2016.0041

  • 64

    GongB.ZhouY.PurdomE. (2021). Cobolt: integrative analysis of multimodal single-cell sequencing data. Genome Biol.22, 351. 10.1186/s13059-021-02556-z

  • 65

    GoodfellowI. J.Pouget-AbadieJ.MirzaM.XuB.Warde-FarleyD.OzairS.et al (2014). Generative adversarial networks. Arxiv. 10.48550/arXiv.1406.2661

  • 66

    GorinG.FangM.ChariT.PachterL. (2022). RNA velocity unraveled. PLOS Comput. Biol.18 (9), e1010492. 10.1371/journal.pcbi.1010492

  • 67

    GranjaJ. M.CorcesM. R.PierceS. E.BagdatliS. T.ChoudhryH.ChangH. Y.et al (2021). ArchR is a scalable software package for integrative single-cell chromatin accessibility analysis. Nat. Genet.53 (3), 403411. 10.1038/s41588-021-00790-6

  • 68

    GreenwaldN. F.MillerG.MoenE.KongA.KagelA.DoughertyT.et al (2022). Whole-cell segmentation of tissue images with human-level performance using large-scale data annotation and deep learning. Nat. Biotechnol.40 (4), 555565. 10.1038/s41587-021-01094-0

  • 69

    GuY.BlaauwD.WelchJ. D. (2022). Bayesian inference of RNA velocity from multi-lineage single-cell data. Biorxiv. 10.1101/2022.07.08.499381

  • 70

    GuoP.MaoL.ChenY.LeeC. N.CardillaA.LiM.et al (2025). Multiplexed spatial mapping of chromatin features, transcriptome and proteins in tissues. Nat. Methods22 (3), 520529. 10.1038/s41592-024-02576-0

  • 71

    HaghverdiL.LunA. T. L.MorganM. D.MarioniJ. C. (2018). Batch effects in single-cell RNA-sequencing data are corrected by matching mutual nearest neighbors. Nat. Biotechnol.36 (5), 421427. 10.1038/nbt.4091

  • 72

    HaoM.GongJ.ZengX.LiuC.GuoY.ChengX.et al (2024a). Large-scale foundation model on single-cell transcriptomics. Nat. Methods21 (8), 14811491. 10.1038/s41592-024-02305-7

  • 73

    HaoM.BianH.YanN.ChenY.WeiL.ZhangX. (2024b). GeST: towards building A generative pretrained transformer for learning cellular spatial context. Available online at: https://openreview.net/forum?id=8e9KpZyksc (Accessed August 26, 2025).

  • 74

    HaoM.LuoE.ChenY.WuY.LiC.ChenS.et al (2024c). STEM enables mapping of single-cell and spatial transcriptomics data with transfer learning. Commun. Biol.7 (1), 56. 10.1038/s42003-023-05640-1

  • 75

    HeS.BhattR.BrownC.BrownE. A.BuhrD. L.ChantranuvatanaK.et al (2022). High-plex imaging of RNA and proteins at subcellular resolution in fixed tissue by spatial molecular imaging. Nat. Biotechnol.40 (12), 17941806. 10.1038/s41587-022-01483-z

  • 76

    HealthC. for D. (2025). Artificial intelligence-enabled medical devices. Silver Spring, Maryland: FDA. Available online at: https://www.fda.gov/medical-devices/software-medical-device-samd/artificial-intelligence-enabled-medical-devices (Accessed September 9, 2025).

  • 77

    HeimbergG.KuoT.DePiantoD. J.SalemO.HeiglT.DiamantN.et al (2025). A cell atlas foundation model for scalable search of similar human cells. Nature638 (8052), 10851094. 10.1038/s41586-024-08411-y

  • 78

    HeumosL.SchaarA. C.LanceC.LitinetskayaA.DrostF.ZappiaL.et al (2023). Best practices for single-cell analysis across modalities. Nat. Rev. Genet.24 (8), 550572. 10.1038/s41576-023-00586-w

  • 79

    HieB. L.KimS.RandoT. A.BrysonB.BergerB. (2024). Scanorama: integrating large and diverse single-cell transcriptomic datasets. Nat. Protoc.19 (8), 22832297. 10.1038/s41596-024-00991-3

  • 80

    HouW.JiZ. (2024). Assessing GPT-4 for cell type annotation in single-cell RNA-seq analysis. Nat. Methods21 (8), 14621465. 10.1038/s41592-024-02235-4

  • 81

    HouW.JiZ.JiH.HicksS. C. (2020). A systematic evaluation of single-cell RNA-sequencing imputation methods. Genome Biol.21 (1), 218. 10.1186/s13059-020-02132-x

  • 82

    HrovatinK.MoinfarA. A.ZappiaL.LapuertaA. T.LengerichB.KellisM.et al (2024). Integrating single-cell RNA-seq datasets with substantial batch effects. Biorxiv10, 2023.11.03.565463. 10.1101/2023.11.03.565463

  • 83

    HuJ.LiX.ColemanK.SchroederA.MaN.IrwinD. J.et al (2021). SpaGCN: integrating gene expression, spatial location and histology to identify spatial domains and spatially variable genes by graph convolutional network. Nat. Methods18 (11), 13421351. 10.1038/s41592-021-01255-8

  • 84

    HuY.XieM.LiY.RaoM.ShenW.LuoC.et al (2024a). Benchmarking clustering, alignment, and integration methods for spatial transcriptomics. Genome Biol.25 (1), 212. 10.1186/s13059-024-03361-0

  • 85

    HuY.WanS.LuoY.LiY.WuT.DengW.et al (2024b). Benchmarking algorithms for single-cell multi-omics prediction and integration. Nat. Methods21 (11), 21822194. 10.1038/s41592-024-02429-w

  • 86

    HuangZ.WangJ.LuX.Mohd ZainA.YuG. (2023). scGGAN: single-cell RNA-seq imputation by graph-based generative adversarial network. Brief. Bioinform24 (2), bbad040. 10.1093/bib/bbad040

  • 87

    HuangJ.ChowA. C. M.TangN. L. S.YamS. C. P. (2025). An in‐depth benchmark framework for evaluating single cell RNA‐seq dropout imputation methods and the development of an improved algorithm afMF. Clin. Transl. Med.15 (4), e70283. 10.1002/ctm2.70283

  • 88

    ImY.KimY. (2023). A comprehensive overview of RNA deconvolution methods and their application. Mol. Cells46 (2), 99105. 10.14348/molcells.2023.2178

  • 89

    JiaC.WangH.ZhaoJ.XiaJ.ZhengC. (2025). scSDNE: a semi-supervised method for inferring cell-cell interactions based on graph embedding. PLOS Comput. Biol.21 (5), e1013027. 10.1371/journal.pcbi.1013027

  • 90

    JiangF.ZhouX.QianY.ZhuM.WangL.LiZ.et al (2023). Simultaneous profiling of spatial gene expression and chromatin accessibility during mouse brain development. Nat. Methods20 (7), 10481057. 10.1038/s41592-023-01884-1

  • 91

    JinS.Guerrero-JuarezC. F.ZhangL.ChangI.RamosR.KuanC. H.et al (2021). Inference and analysis of cell-cell communication using CellChat. Nat. Commun.12 (1), 1088. 10.1038/s41467-021-21246-9

  • 92

    JohnsonW. E.LiC.RabinovicA. (2007). Adjusting batch effects in microarray expression data using empirical Bayes methods. Biostatistics8 (1), 118127. 10.1093/biostatistics/kxj037

  • 93

    KarinJ.MintzR.RavehB.NitzanM. (2024). Interpreting single-cell and spatial omics data using deep neural network training dynamics. Nat. Comput. Sci.4 (12), 941954. 10.1038/s43588-024-00721-5

  • 94

    KhanM.ArslanturkS.DraghiciS. (2025). A comprehensive review of spatial transcriptomics data alignment and integration. Nucleic Acids Res.53 (12), gkaf536. 10.1093/nar/gkaf536

  • 95

    KingmaD. P.WellingM. (2019). An introduction to variational autoencoders. Found. Trends® Mach. Learn12 (4), 307392. 10.1561/2200000056

  • 96

    KingmaD. P.WellingM. (2022). Auto-encoding variational bayes. Arxiv. 10.48550/arXiv.1312.6114

  • 97

    KiselevV. Y.YiuA.HembergM. (2018). Scmap: projection of single-cell RNA-seq data across data sets. Nat. Methods15 (5), 359362. 10.1038/nmeth.4644

  • 98

    KiselevV. Y.AndrewsT. S.HembergM. (2019). Challenges in unsupervised clustering of single-cell RNA-seq data. Nat. Rev. Genet.20 (5), 273282. 10.1038/s41576-018-0088-9

  • 99

    KleshchevnikovV.ShmatkoA.DannE.AivazidisA.KingH. W.LiT.et al (2022). Cell2location maps fine-grained cell types in spatial transcriptomics. Nat. Biotechnol.40 (5), 661671. 10.1038/s41587-021-01139-4

  • 100

    KorsunskyI.MillardN.FanJ.SlowikowskiK.ZhangF.WeiK.et al (2019). Fast, sensitive, and accurate integration of single cell data with Harmony. Nat. Methods16 (12), 12891296. 10.1038/s41592-019-0619-0

  • 101

    KuntzS.Krieghoff-HenningE.KatherJ. N.JutziT.HöhnJ.KiehlL.et al (2021). Gastrointestinal cancer classification and prognostication from histology using deep learning: systematic review. Eur. J. Cancer155, 200215. 10.1016/j.ejca.2021.07.012

  • 102

    La MannoG.SoldatovR.ZeiselA.BraunE.HochgernerH.PetukhovV.et al (2018). RNA velocity of single cells. Nature560 (7719), 494498. 10.1038/s41586-018-0414-6

  • 103

    LähnemannD.KösterJ.SzczurekE.McCarthyD. J.HicksS. C.RobinsonM. D.et al (2020). Eleven grand challenges in single-cell data science. Genome Biol.21 (1), 31. 10.1186/s13059-020-1926-6

  • 104

    LalA.ChiangZ. D.YakovenkoN.DuarteF. M.IsraeliJ.BuenrostroJ. D. (2021). Deep learning-based enhancement of epigenomics data with AtacWorks. Nat. Commun.12 (1), 1507. 10.1038/s41467-021-21765-5

  • 105

    LecunY.BengioY. (1998). “Convolutional networks for images, speech, and time series,” in The handbook of brain theory and neural networks. Cambridge, MA: MIT Press, 255258. 10.5555/303568.303704

  • 106

    LeeM. Y. Y.KaestnerK. H.LiM. (2023). Benchmarking algorithms for joint integration of unpaired and paired single-cell RNA-seq and ATAC-seq data. Genome Biol.24 (1), 244. 10.1186/s13059-023-03073-x

  • 107

    LevineD.RizviS. A.LévyS.PallikkavaliyaveetilN.ZhangD.ChenX.et al (2024). Cell2Sentence: teaching large Language models the Language of biology. bioRxiv, 2023.09.11.557287. 10.1101/2023.09.11.557287

  • 108

    LiW. V.LiJ. J. (2018). An accurate and robust imputation method scImpute for single-cell RNA-seq data. Nat. Commun.9 (1), 997. 10.1038/s41467-018-03405-7

  • 109

    LiY.LuoY. (2024). STdGCN: spatial transcriptomic celltype deconvolution using graph convolutional networks. Genome Biol.25 (1), 206. 10.1186/s13059-024-03353-0

  • 110

    LiR.QuonG. (2019). scBFA: modeling detection patterns to mitigate technical noise in large-scale single-cell genomics data. Genome Biol.20 (1), 193. 10.1186/s13059-019-1806-0

  • 111

    LiZ.ZhouX. (2022). BASS: multi-scale and multi-sample analysis enables accurate cell type clustering and spatial domain detection in spatial transcriptomic studies. Genome Biol.23 (1), 168. 10.1186/s13059-022-02734-7

  • 112

    LiY.StanojevicS.GarmireL. X. (2022a). Emerging artificial intelligence applications in Spatial Transcriptomics analysis. Comput. Struct. Biotechnol. J.20, 28952908. 10.1016/j.csbj.2022.05.056

  • 113

    LiH.LiH.ZhouJ.GaoX. (2022b). SD2: spatially resolved transcriptomics deconvolution through integration of dropout and spatial information. Bioinforma. Oxf Engl.38 (21), 48784884. 10.1093/bioinformatics/btac605

  • 114

    LiB.ZhangW.GuoC.XuH.LiL.FangM.et al (2022c). Benchmarking spatial and single-cell transcriptomics integration methods for transcript distribution prediction and cell type deconvolution. Nat. Methods19 (6), 662670. 10.1038/s41592-022-01480-9

  • 115

    LiG.FuS.WangS.ZhuC.DuanB.TangC.et al (2022d). A deep generative model for multi-view profiling of single-cell RNA-seq and ATAC-seq data. Genome Biol.23, 20. 10.1186/s13059-021-02595-6

  • 116

    LiH.ZhouJ.LiZ.ChenS.LiaoX.ZhangB.et al (2023). A comprehensive benchmarking with practical guidelines for cellular deconvolution of spatial transcriptomics. Nat. Commun.14 (1), 1548. 10.1038/s41467-023-37168-7

  • 117

    LiB.KaramiM.JunayedM. S.NabaviS. (2024a). Multi-modal spatial clustering for spatial transcriptomics utilizing high-resolution histology images. Arxiv, 34693474. 10.48550/arXiv.2411.02534

  • 118

    LiS.GaiK.DongK.ZhangY.ZhangS. (2024b). High-density generation of spatial transcriptomics with STAGE. Nucleic Acids Res.52 (9), 48434856. 10.1093/nar/gkae294

  • 119

    LiS.ZhangP.ChenW.YeL.BrannanK. W.LeN. T.et al (2024c). A relay velocity model infers cell-dependent RNA velocity. Nat. Biotechnol.42 (1), 99108. 10.1038/s41587-023-01728-5

  • 120

    LiangX.CaoL.ChenH.WangL.WangY.FuL.et al (2024). A critical assessment of clustering algorithms to improve cell clustering and identification in single-cell transcriptome study. Brief. Bioinform25 (1), bbad497. 10.1093/bib/bbad497

  • 121

    LiaoJ.QianJ.FangY.ChenZ.ZhuangX.ZhangN.et al (2022). De novo analysis of bulk RNA-seq data at spatially resolved single-cell resolution. Nat. Commun.13 (1), 6498. 10.1038/s41467-022-34271-z

  • 122

    LinY.GhazanfarS.WangK. Y. X.Gagnon-BartschJ. A.LoK. K.SuX.et al (2019). scMerge leverages factor analysis, stable expression, and pseudoreplication to merge multiple single-cell RNA-seq datasets. Proc. Natl. Acad. Sci. U. S. A.116 (20), 97759784. 10.1073/pnas.1820006116

  • 123

    LinY.LiH.XiaoX.ZhangL.WangK.ZhaoJ.et al (2022). DAISM-DNNXMBD: highly accurate cell type proportion estimation with in silico data augmentation and deep neural networks. Patterns3 (3), 100440. 10.1016/j.patter.2022.100440

  • 124

    LindeboomR. G. H.WorlockK. B.DratvaL. M.YoshidaM.ScobieD.WagstaffeH. R.et al (2024). Human SARS-CoV-2 challenge uncovers local and systemic response dynamics. Nature631 (8019), 189198. 10.1038/s41586-024-07575-x

  • 125

    LiuC.DingS.KimH. J.LongS.XiaoD.GhazanfarS.et al (2025). Multitask benchmarking of single-cell multimodal omics integration methods. Nat. Methods22, 112. 10.1038/s41592-025-02856-3

  • 126

    Lomas RedondoA.Sánchez VelázquezJ. M.GarcíaT. Á. J.Sánchez–Arévalo LoboV. J. (2025). Deep learning based deconvolution methods: a systematic review. Comput. Struct. Biotechnol. J.27, 25442565. 10.1016/j.csbj.2025.05.038

  • 127

    LongY.AngK. S.LiM.ChongK. L. K.SethiR.ZhongC.et al (2023). Spatially informed clustering, integration, and deconvolution of spatial transcriptomics with GraphST. Nat. Commun.14 (1), 1155. 10.1038/s41467-023-36796-3

  • 128

    LongY.AngK. S.SethiR.LiaoS.HengY.van OlstL.et al (2024). Deciphering spatial domains from spatial multi-omics with SpatialGlue. Nat. Methods21 (9), 16581667. 10.1038/s41592-024-02316-4

  • 129

    LopezR.RegierJ.ColeM. B.JordanM. I.YosefN. (2018). Deep generative modeling for single-cell transcriptomics. Nat. Methods15 (12), 10531058. 10.1038/s41592-018-0229-2

  • 130

    LotfollahiM.WolfF. A.TheisF. J. (2019). scGen predicts single-cell perturbation responses. Nat. Methods16 (8), 715721. 10.1038/s41592-019-0494-8

  • 131

    LotfollahiM.NaghipourfarM.LueckenM. D.KhajaviM.BüttnerM.WagenstetterM.et al (2022). Mapping single-cell data to reference atlases by transfer learning. Nat. Biotechnol.40 (1), 121130. 10.1038/s41587-021-01001-7

  • 132

    LueckenM. D.TheisF. J. (2019). Current best practices in single‐cell RNA‐seq analysis: a tutorial. Mol. Syst. Biol.15 (6), e8746. 10.15252/msb.20188746

  • 133

    LueckenM. D.BüttnerM.ChaichoompuK.DaneseA.InterlandiM.MuellerM. F.et al (2022). Benchmarking atlas-level data integration in single-cell genomics. Nat. Methods19 (1), 4150. 10.1038/s41592-021-01336-8

  • 134

    LundJ. B.LindbergE. L.MaatzH.PottbaeckerF.HübnerN.LippertC. (2022). AntiSplodge: a neural-network-based RNA-profile deconvolution pipeline designed for spatial transcriptomics. Nar. Genomics Bioinforma.4 (4), lqac073. 10.1093/nargab/lqac073

  • 135

    LuoY.RenJ.YangQ.ZhouY.YouZ.LiQ. (2025). Benchmarking RNA velocity methods across 17 independent studies. bioRxiv. 10.1101/2025.08.02.668272

  • 136

    LuoJ.FuJ.LuZ.TuJ. (2024). Deep learning in integrating spatial transcriptomics with other modalities. Brief. Bioinform26 (1), bbae719. 10.1093/bib/bbae719

  • 137

    MaQ.XuD. (2022). Deep learning shapes single-cell data analysis. Nat. Rev. Mol. Cell Biol.23 (5), 303304. 10.1038/s41580-022-00466-x

  • 138

    MañanesD.Rivero-GarcíaI.RelañoC.TorresM.SanchoD.Jimenez-CarreteroD.et al (2024). SpatialDDLS: an R package to deconvolute spatial transcriptomics data using neural networks. Bioinformatics40 (2), btae072. 10.1093/bioinformatics/btae072

  • 139

    MaoS.ZhangC.ChenR.TangS.FanX.HuJ. (2025). Cell lineage tracing: methods, applications, and challenges. Quant. Biol.13 (4), e70006. 10.1002/qub2.70006

  • 140

    MaroufM.MachartP.BansalV.KilianC.MagruderD. S.KrebsC. F.et al (2020). Realistic in silico generation and augmentation of single-cell RNA-seq data using generative adversarial networks. Nat. Commun.11 (1), 166. 10.1038/s41467-019-14018-z

  • 141

    MendenK.MaroufM.OllerS.DalmiaA.MagruderD. S.KloiberK.et al (2020). Deep learning–based cell composition analysis from tissue expression profiles. Sci. Adv.6 (30), eaba2619. 10.1126/sciadv.aba2619

  • 142

    MimitouE. P.LareauC. A.ChenK. Y.Zorzetto-FernandesA. L.HaoY.TakeshimaY.et al (2021). Scalable, multimodal profiling of chromatin accessibility, gene expression and protein levels in single cells. Nat. Biotechnol.39 (10), 12461258. 10.1038/s41587-021-00927-2

  • 143

    MitchelJ.GaoT.ColeE.PetukhovV.KharchenkoP. V. (2025). Impact of segmentation errors in analysis of spatial transcriptomics data. Biorxiv3. 10.1101/2025.01.02.631135

  • 144

    MolhoD.DingJ.TangW.LiZ.WenH.WangY.et al (2024). Deep learning in single-cell analysis. ACM Trans. Intell. Syst. Technol.15 (3), 40:140:62. 10.1145/3641284

  • 145

    NewmanA. M.LiuC. L.GreenM. R.GentlesA. J.FengW.XuY.et al (2015). Robust enumeration of cell subsets from tissue expression profiles. Nat. Methods12 (5), 453457. 10.1038/nmeth.3337

  • 146

    NewmanA. M.SteenC. B.LiuC. L.GentlesA. J.ChaudhuriA. A.SchererF.et al (2019). Determining cell type abundance and expression from bulk tissues with digital cytometry. Nat. Biotechnol.37 (7), 773782. 10.1038/s41587-019-0114-2

  • 147

    PallaG.SpitzerH.KleinM.FischerD.SchaarA. C.KuemmerleL. B.et al (2022). Squidpy: a scalable framework for spatial omics analysis. Nat. Methods19 (2), 171178. 10.1038/s41592-021-01358-2

  • 148

    PengX. L.MoffittR. A.TorphyR. J.VolmarK. E.YehJ. J. (2019). De novo compartment deconvolution and weight estimation of tumor samples using DECODER. Nat. Commun.10 (1), 4729. 10.1038/s41467-019-12517-7

  • 149

    PhamD.TanX.BaldersonB.XuJ.GriceL. F.YoonS.et al (2023). Robust mapping of spatiotemporal trajectories and cell–cell interactions in healthy and diseased tissues. Nat. Commun.14 (1), 7739. 10.1038/s41467-023-43120-6

  • 150

    PolańskiK.Bartolomé-CasadoR.SarropoulosI.XuC.EnglandN.JahnsenF. L.et al (2024). Bin2cell reconstructs cells from high resolution Visium HD data. Bioinformatics40, btae546. 10.1093/bioinformatics/btae546

  • 151

    PratamaR.HiltonJ.CherryJ. M.SongG. (2025). Gene spatial integration: enhancing spatial transcriptomics analysis via deep learning and batch effect mitigation. Bioinformatics41 (6), btaf350. 10.1093/bioinformatics/btaf350

  • 152

    QiC.FangH.HuT.JiangS.ZhiW. (2025). Bidirectional Mamba for single-cell data: efficient context learning with biological fidelity. Arxiv. 10.48550/arXiv.2504.16956

  • 153

    QiaoC.HuangY. (2021). Representation learning of RNA velocity reveals robust cell transitions. Proc. Natl. Acad. Sci. U. S. A.118 (49), e2105859118. 10.1073/pnas.2105859118

  • 154

    ReyesM.BillmanK.HacohenN.BlaineyP. C. (2019). Simultaneous profiling of gene expression and chromatin accessibility in single cells. Adv. Biosyst.3 (11), 1900065. 10.1002/adbi.201900065

  • 155

    RezendeD. J.MohamedS.WierstraD. (2014). Stochastic backpropagation and approximate inference in deep generative models. Arxiv. 10.48550/arXiv.1401.4082

  • 156

    RivesA.MeierJ.SercuT.GoyalS.LinZ.LiuJ.et al (2021). Biological structure and function emerge from scaling unsupervised learning to 250 million protein sequences. Proc. Natl. Acad. Sci. U. S. A.118 (15), e2016239118. 10.1073/pnas.2016239118

  • 157

    RodriquesS. G.StickelsR. R.GoevaA.MartinC. A.MurrayE.VanderburgC. R.et al (2019). Slide-seq: a scalable technology for measuring genome-wide expression at high spatial resolution. Science363 (6434), 14631467. 10.1126/science.aaw1219

  • 158

    SalcherS.SturmG.HorvathL.UntergasserG.KuempersC.FotakisG.et al (2022). High-resolution single-cell atlas reveals diversity and plasticity of tissue-resident neutrophils in non-small cell lung cancer. Cancer Cell40 (12), 15031520.e8. 10.1016/j.ccell.2022.10.008

  • 159

    SarkerI. H. (2021). Deep learning: a comprehensive overview on techniques, taxonomy, applications and research directions. Sn Comput. Sci.2 (6), 420. 10.1007/s42979-021-00815-1

  • 160

    SatijaR.FarrellJ. A.GennertD.SchierA. F.RegevA. (2015). Spatial reconstruction of single-cell gene expression. Nat. Biotechnol.33 (5), 495502. 10.1038/nbt.3192

  • 161

    SchottM.León-PeriñánD.SplendianiE.StrengerL.LichaJ. R.PentimalliT. M.et al (2024). Open-ST: High-resolution spatial transcriptomics in 3D. Cell187 (15), 39533972.e26. 10.1016/j.cell.2024.05.055

  • 162

    ShaoX.YangH.ZhuangX.LiaoJ.YangP.ChengJ.et al (2021). scDeepSort: a pre-trained celltype annotation method for single-cell transcriptomics using deep learning with a weighted graph neural network. Nucleic Acids Res.49 (21), e122. 10.1093/nar/gkab775

  • 163

    ShenH.ShenX.FengM.WuD.ZhangC.YangY.et al (2022). A universal approach for integrating super large-scale single-cell transcriptomes by exploring gene rankings. Brief. Bioinform23 (2), bbab573. 10.1093/bib/bbab573

  • 164

    ShenH.LiuJ.HuJ.ShenX.ZhangC.WuD.et al (2023). Generative pretraining from large-scale transcriptomes for single-cell deciphering. iScience26 (5), 106536. 10.1016/j.isci.2023.106536

  • 165

    ShiY.WanJ.ZhangX.YinY. (2023). CL-Impute: a contrastive learning-based imputation for dropout single-cell RNA-seq data. Comput. Biol. Med.164, 107263. 10.1016/j.compbiomed.2023.107263

  • 166

    ShimamuraT. (2025). RNA velocity and beyond: current advances in modeling single-cell transcriptional dynamics. Allergol. Int.74 (4), 525533. 10.1016/j.alit.2025.08.005

  • 167

    SimonovskyM.KomodakisN. (2018). GraphVAE: towards generation of small graphs using variational autoencoders. Arxiv. 10.48550/arXiv.1802.03480

  • 168

    SoE.HayatS.NairS. K.WangB.Haibe-KainsB. (2025). GraphComm predicts cell cell communication using a graph based deep learning method in single cell RNA sequencing data. Sci. Rep.15 (1), 36914. 10.1038/s41598-025-20812-1

  • 169

    SongQ.SuJ. (2021). DSTG: deconvoluting spatial transcriptomics data through graph-based artificial intelligence. Brief. Bioinform22 (5), bbaa414. 10.1093/bib/bbaa414

  • 170

    SongQ.SuJ.ZhangW. (2021). scGCN is a graph convolutional networks algorithm for knowledge transfer in single cell omics. Nat. Commun.12 (1), 3826. 10.1038/s41467-021-24172-y

  • 171

    StåhlP. L.SalménF.VickovicS.LundmarkA.NavarroJ. F.MagnussonJ.et al (2016). Visualization and analysis of gene expression in tissue sections by spatial transcriptomics. Science353 (6294), 7882. 10.1126/science.aaf2403

  • 172

    StoeckiusM.HafemeisterC.StephensonW.Houck-LoomisB.ChattopadhyayP. K.SwerdlowH.et al (2017). Simultaneous epitope and transcriptome measurement in single cells. Nat. Methods14 (9), 865868. 10.1038/nmeth.4380

  • 173

    StringerC.WangT.MichaelosM.PachitariuM. (2021). Cellpose: a generalist algorithm for cellular segmentation. Nat. Methods18 (1), 100106. 10.1038/s41592-020-01018-x

  • 174

    StuartT.ButlerA.HoffmanP.HafemeisterC.PapalexiE.MauckW. M.et al (2019). Comprehensive integration of single-cell data. Cell177 (7), 18881902.e21. 10.1016/j.cell.2019.05.031

  • 175

    StuartT.SrivastavaA.MadadS.LareauC. A.SatijaR. (2021). Single-cell chromatin state analysis with Signac. Nat. Methods18 (11), 13331341. 10.1038/s41592-021-01282-5

  • 176

    SuH.XingF.KongX.XieY.ZhangS.YangL. (2015). “Robust cell detection and segmentation in histopathological images using sparse reconstruction and stacked denoising autoencoders,” in Medical image computing and computer-assisted intervention – MICCAI 2015. Editors NavabN.HorneggerJ.WellsW. M.FrangiA. F. (Springer, Cham: Springer), 383390. 10.1007/978-3-319-24574-4_46

  • 177

    SvenssonV. (2020). Droplet scRNA-seq is not zero-inflated. Nat. Biotechnol.38 (2), 147150. 10.1038/s41587-019-0379-5

  • 178

    SvenssonV.NatarajanK. N.LyL. H.MiragaiaR. J.LabaletteC.MacaulayI. C.et al (2017). Power analysis of single-cell RNA-sequencing experiments. Nat. Methods14 (4), 381387. 10.1038/nmeth.4220

  • 179

    SvenssonV.Vento-TormoR.TeichmannS. A. (2018). Exponential scaling of single-cell RNA-seq in the past decade. Nat. Protoc.13 (4), 599604. 10.1038/nprot.2017.149

  • 180

    TanX.SuA.TranM.NguyenQ. (2020). SpaCell: integrating tissue morphology and spatial gene expression to predict disease cells. Bioinformatics36 (7), 22932294. 10.1093/bioinformatics/btz914

  • 181

    TangZ.LiZ.HouT.ZhangT.YangB.SuJ.et al (2023). SiGra: single-cell spatial elucidation through an image-augmented graph transformer. Nat. Commun.14 (1), 5618. 10.1038/s41467-023-41437-w

  • 182

    TheodorisC. V.XiaoL.ChopraA.ChaffinM. D.Al SayedZ. R.HillM. C.et al (2023). Transfer learning enables predictions in network biology. Nature618 (7965), 616624. 10.1038/s41586-023-06139-9

  • 183

    TianT.WanJ.SongQ.WeiZ. (2019). Clustering single-cell RNA-seq data with a model-based deep learning approach. Nat. Mach. Intell.1 (4), 191198. 10.1038/s42256-019-0037-0

  • 184

    TianT.ZhangJ.LinX.WeiZ.HakonarsonH. (2021). Model-based deep embedding for constrained clustering analysis of single cell RNA-seq data. Nat. Commun.12 (1), 1873. 10.1038/s41467-021-22008-3

  • 185

    TianT.ZhangJ.LinX.WeiZ.HakonarsonH. (2024). Dependency-aware deep generative models for multitasking analysis of spatial omics data. Nat. Methods21 (8), 15011513. 10.1038/s41592-024-02257-y

  • 186

    TraagV. A.WaltmanL.van EckN. J. (2019). From Louvain to Leiden: guaranteeing well-connected communities. Sci. Rep.9 (1), 5233. 10.1038/s41598-019-41695-z

  • 187

    TranH. T. N.AngK. S.ChevrierM.ZhangX.LeeN. Y. S.GohM.et al (2020). A benchmark of batch-effect correction methods for single-cell RNA sequencing data. Genome Biol.21 (1), 12. 10.1186/s13059-019-1850-9

  • 188

    TranK. A.AddalaV.JohnstonR. L.LovellD.BradleyA.KoufariotisL. T.et al (2023). Performance of tumour microenvironment deconvolution methods in breast cancer using single-cell simulated bulk mixtures. Nat. Commun.14 (1), 5758. 10.1038/s41467-023-41385-5

  • 189

    van DijkD.SharmaR.NainysJ.YimK.KathailP.CarrA. J.et al (2018). Recovering gene interactions from single-cell data using data diffusion. Cell174 (3), 716729.e27. 10.1016/j.cell.2018.05.061

  • 190

    VaswaniA.ShazeerN.ParmarN.UszkoreitJ.JonesL.GomezA. N.et al (2023). Attention is all you need. Arxiv. 10.48550/arXiv.1706.03762

  • 191

    VeličkovićP.CucurullG.CasanovaA.RomeroA.LiòP.BengioY. (2018). Graph attention networks. 6th International Conference on Learning Representations. Appleton, WI: ICR 2018. 10.48550/arXiv.1710.10903

  • 192

    VincentP.LarochelleH.BengioY.ManzagolP. A. (2008). “Extracting and composing robust features with denoising autoencoders,” in Proceedings of the 25th international conference on machine learning - ICML ’08 (New York, NY: ACM Press), 10961103. 10.1145/1390156.1390294

  • 193

    WanX.XiaoJ.TamS. S. T.CaiM.SugimuraR.WangY.et al (2023). Integrating spatial and single-cell transcriptomics data using deep generative models with SpatialScope. Nat. Commun.14 (1), 7848. 10.1038/s41467-023-43629-w

  • 194

    WangX.ParkJ.SusztakK.ZhangN. R.LiM. (2019). Bulk tissue cell type deconvolution with multi-subject single-cell expression reference. Nat. Commun.10 (1), 380. 10.1038/s41467-018-08023-x

  • 195

    WangD.HouS.ZhangL.WangX.LiuB.ZhangZ. (2021a). iMAP: integration of multiple single-cell datasets by adversarial paired transfer networks. Genome Biol.22 (1), 63. 10.1186/s13059-021-02280-8

  • 196

    WangJ.MaA.ChangY.GongJ.JiangY.QiR.et al (2021b). scGNN is a novel graph neural network framework for single-cell RNA-Seq analyses. Nat. Commun.12 (1), 1882. 10.1038/s41467-021-22197-x

  • 197

    WangJ.FonsecaG. J.DingJ. (2024). scSemiProfiler: advancing large-scale single-cell studies through semi-profiling with deep generative models and active learning. Nat. Commun.15 (1), 5989. 10.1038/s41467-024-50150-1

  • 198

    WangC.ChanA. S.FuX.GhazanfarS.KimJ.PatrickE.et al (2025). Benchmarking the translational potential of spatial gene expression prediction from histology. Nat. Commun.16 (1), 1544. 10.1038/s41467-025-56618-y

  • 199

    WaniS. A.KhanS. A.QuadriS. (2025). Application of deep learning for single cell Multi-Omics: a state-of-the-art review. Arch. Comput. Methods Eng.32 (5), 29873029. 10.1007/s11831-025-10230-x

  • 200

    WarrenS. L.MoustafaA. A. (2023). Functional magnetic resonance imaging, deep learning, and Alzheimer’s disease: a systematic review. J. Neuroimaging33 (1), 518. 10.1111/jon.13063

  • 201

    WebelH.NiuL.NielsenA. B.Locard-PauletM.MannM.JensenL. J.et al (2024). Imputation of label-free quantitative mass spectrometry-based proteomics data using self-supervised deep learning. Nat. Commun.15 (1), 5405. 10.1038/s41467-024-48711-5

  • 202

    WeiR.HeS.BaiS.SeiE.HuM.ThompsonA.et al (2022). Spatial charting of single-cell transcriptomes in tissues. Nat. Biotechnol.40 (8), 11901199. 10.1038/s41587-022-01233-1

  • 203

    WenQ.ZhouT.ZhangC.ChenW.MaZ.YanJ.et al (2023). Transformers in time series: a survey. Arxiv. 10.48550/arXiv.2202.07125

  • 204

    WenH.TangW.JinW.DingJ.LiuR.DaiX.et al (2024). Single cells are spatial tokens: transformers for spatial transcriptomic data imputation. Arxiv. 10.48550/arXiv.2302.03038

  • 205

    WhiteB. S.de ReynièsA.NewmanA. M.WaterfallJ. J.LambA.PetitprezF.et al (2024). Community assessment of methods to deconvolve cellular composition from bulk gene expression. Nat. Commun.15 (1), 7362. 10.1038/s41467-024-50618-0

  • 206

    WilliamsC. G.LeeH. J.AsatsumaT.Vento-TormoR.HaqueA. (2022). An introduction to spatial transcriptomics for biomedical research. Genome Med.14 (1), 68. 10.1186/s13073-022-01075-1

  • 207

    WolfF. A.AngererP.TheisF. J. (2018). SCANPY: large-scale single-cell gene expression data analysis. Genome Biol.19 (1), 15. 10.1186/s13059-017-1382-0

  • 208

    Wolfram-SchauerteM.VogelT.TuokenH.Fälth SavitskiM.SimonE.NieseltK. (2025). Approaching the holistic transcriptome—convolution and deconvolution in transcriptomics. Brief. Bioinform26 (4), bbaf388. 10.1093/bib/bbaf388

  • 209

    WuT.WangY.QuachN. (2025). Advancements in natural language processing: exploring transformer-based architectures for text understanding. Arxiv. 10.48550/arXiv.2503.20227

  • 210

    XiaoC.ChenY.MengQ.WeiL.ZhangX. (2024). Benchmarking multi-omics integration algorithms across single-cell RNA and ATAC data. Brief. Bioinform25 (2), bbae095. 10.1093/bib/bbae095

  • 211

    XiongJ.LiuG.HuangL.WuC.WuT.MuY.et al (2025). Autoregressive Models in Vision: a Survey. Arxiv. 10.48550/arXiv.2411.05902

  • 212

    XuY.ZhangZ.YouL.LiuJ.FanZ.ZhouX. (2020). scIGANs: single-cell RNA-seq imputation using generative adversarial networks. Nucleic Acids Res.48 (15), e85. 10.1093/nar/gkaa506

  • 213

    XuC.LopezR.MehlmanE.RegierJ.JordanM. I.YosefN. (2021). Probabilistic harmonization and annotation of single‐cell transcriptomics data with deep generative models. Mol. Syst. Biol.17 (1), e9620. 10.15252/msb.20209620

  • 214

    XuC.JinX.WeiS.WangP.LuoM.XuZ.et al (2022). DeepST: identifying spatial domains in spatial transcriptomics by deep learning. Nucleic Acids Res.50 (22), e131. 10.1093/nar/gkac901

  • 215

    XuP.ZhuX.CliftonD. A. (2023a). Multimodal Learning with Transformers: a Survey. Arxiv45, 1211312132. 10.48550/arXiv.2206.06488

  • 216

    XuH.WangS.FangM.LuoS.ChenC.WanS.et al (2023b). SPACEL: deep learning-based characterization of spatial transcriptome architectures. Nat. Commun.14 (1), 7603. 10.1038/s41467-023-43220-3

  • 217

    XueZ.WuL.TianR.GaoB.ZhaoY.HeB.et al (2025). Integrative mapping of human CD8+ T cells in inflammation and cancer. Nat. Methods22 (2), 435445. 10.1038/s41592-024-02530-0

  • 218

    YanL.SunX. (2023). Benchmarking and integration of methods for deconvoluting spatial transcriptomic data. Bioinformatics39 (1), btac805. 10.1093/bioinformatics/btac805

  • 219

    YangF.WangW.WangF.FangY.TangD.HuangJ.et al (2022). scBERT as a large-scale pretrained deep language model for cell type annotation of single-cell RNA-seq data. Nat. Mach. Intell.4 (10), 852866. 10.1038/s42256-022-00534-z

  • 220

    YangW.WangP.LuoM.CaiY.XuC.XueG.et al (2023a). DeepCCI: a deep learning framework for identifying cell–cell interactions from single-cell RNA sequencing data. Bioinformatics39 (10), btad596. 10.1093/bioinformatics/btad596

  • 221

    YangY.LiG.ZhongY.XuQ.LinY. T.Roman-VicharraC.et al (2023b). scTenifoldXct: a semi-supervised method for predicting cell-cell interactions and mapping cellular communication graphs. Cell Syst.14 (4), 302311.e4. 10.1016/j.cels.2023.01.004

  • 222

    YangL. X.QiC.LuS.YeX. S.MerikhianP.ZhangD. Y.et al (2025a). Alleviation of liver fibrosis by inhibiting a non-canonical ATF4-regulated enhancer program in hepatic stellate cells. Nat. Commun.16 (1), 524. 10.1038/s41467-024-55738-1

  • 223

    YangP.JinK.YaoY.JinL.ShaoX.LiC.et al (2025b). Spatial integration of multi-omics single-cell data with SIMO. Nat. Commun.16 (1), 1265. 10.1038/s41467-025-56523-4

  • 224

    YenduriG.RamalingamM.Chemmalar SelviG.SupriyaY.GautamS.Praveen KumarR. M.et al (2023). Generative pre-trained transformer: a comprehensive review on enabling technologies, potential applications, emerging challenges, and future directions. Arxiv. 10.48550/arXiv.2305.10435

  • 225

    YinW.WanY.ZhouY. (2024). SpatialcoGCN: deconvolution and spatial information–aware simulation of spatial transcriptomics data via deep graph co-embedding. Brief. Bioinform25 (3), bbae130. 10.1093/bib/bbae130

  • 226

    YoshiharaK.ShahmoradgoliM.MartínezE.VegesnaR.KimH.Torres-GarciaW.et al (2013). Inferring tumour purity and stromal and immune cell admixture from expression data. Nat. Commun.4, 2612. 10.1038/ncomms3612

  • 227

    YoungM. D.BehjatiS. (2020). SoupX removes ambient RNA contamination from droplet-based single-cell RNA sequencing data. GigaScience9 (12), giaa151. 10.1093/gigascience/giaa151

  • 228

    YuanY.Bar-JosephZ. (2019). Deep learning for inferring gene relationships from single-cell expression data. Proc. Natl. Acad. Sci. U. S. A.116, 2715127158. 10.1073/pnas.1911536116

  • 229

    YuanZ.ZhaoF.LinS.ZhaoY.YaoJ.CuiY.et al (2024). Benchmarking spatial clustering methods with spatially resolved transcriptomics data. Nat. Methods21 (4), 712722. 10.1038/s41592-024-02215-8

  • 230

    ZahediR.GhamsariR.ArghaA.MacphillamyC.BeheshtiA.AlizadehsaniR.et al (2024). Deep learning in spatially resolved transcriptomics: a comprehensive technical view. Brief. Bioinform25 (2), bbae082. 10.1093/bib/bbae082

  • 231

    ZengY.SongY.ZhangC.LiH.ZhaoY.YuW.et al (2024). Imputing spatial transcriptomics through gene network constructed from protein language model. Commun. Biol.7 (1), 1271. 10.1038/s42003-024-06964-2

  • 232

    ZengY.XieJ.ShangguanN.WeiZ.LiW.SuY.et al (2025). CellFM: a large-scale foundation model pre-trained on transcriptomics of 100 million human cells. Nat. Commun.16 (1), 4679. 10.1038/s41467-025-59926-5

  • 233

    ZhanY.ZhangY.HuZ.WangY.ZhuZ.DuS.et al (2025). LETSmix: a spatially informed and learning-based domain adaptation method for celltype deconvolution in spatial transcriptomics. Genome Med.17 (1), 16. 10.1186/s13073-025-01442-8

  • 234

    ZhangT.ZhangZ.LiL.DongB.WangG.ZhangD. (2023). GTAD: a graph-based approach for cell spatial composition inference from integrated scRNA-seq and ST-seq data. Brief. Bioinform25 (1), bbad469. 10.1093/bib/bbad469

  • 235

    ZhangC.LiuL.ZhangY.LiM.FangS.KangQ.et al (2024a). spatiAlign: an unsupervised contrastive learning model for data integration of spatially resolved transcriptomics. GigaScience13, giae042. 10.1093/gigascience/giae042

  • 236

    ZhangW.HuckabyB.TalburtJ.WeissmanS.YangM. Q. (2024b). cnnImpute: missing value recovery for single cell RNA sequencing data. Sci. Rep.14 (1), 3946. 10.1038/s41598-024-53998-x

  • 237

    ZhaoE.StoneM. R.RenX.GuenthoerJ.SmytheK. S.PulliamT.et al (2021). Spatial transcriptomics at subspot resolution with BayesSpace. Nat. Biotechnol.39 (11), 13751384. 10.1038/s41587-021-00935-2

  • 238

    ZhaoP.ZhuJ.MaY.ZhouX. (2022). Modeling zero inflation is not necessary for spatial transcriptomics. Genome Biol.23 (1), 118. 10.1186/s13059-022-02684-0

Summary

Keywords

cell-cell interactions, cross-dataset integration, data denoising, deconvolution, dimensionality reduction, integrating single-cell and spatial transcriptomics modalities, transcriptional velocity

Citation

Tchatchoua Ngassam B, Niu H, Pang S, Shydlouskaya V and Andrews TS (2026) Applications of AI to single-cell and spatial transcriptomics: current state-of-the-art and challenges. Front. Bioinform. 5:1715821. doi: 10.3389/fbinf.2025.1715821

Received

29 September 2025

Revised

01 December 2025

Accepted

08 December 2025

Published

27 January 2026

Volume

5 - 2025

Edited by

Lin Wan, Chinese Academy of Sciences (CAS), China

Reviewed by

Suoqin Jin, Wuhan University, China

Youtao Lu, University of Pennsylvania, United States

Updates

Copyright

*Correspondence: Tallulah S. Andrews,

ORCID: Boris Tchatchoua Ngassam, orcid.org/0009-0000-0499-6026; Huilin Niu, orcid.org/0000-0002-4198-8014; Valeryia Shydlouskaya, orcid.org/0009-0006-0101-7375; Tallulah Andrews, orcid.org/0000-0003-1120-2196

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics