A Comprehensive Benchmarking of Spatial Deconvolution and Domain Detection Methods across Diverse Tissues and Spatial Transcriptomic Technologies https://doi.org/10.64898/2026.05.11.724248.The Github provides installation instructions, set up and runnable files used in the benchmarking. The overview of the benchmarking is as follows.
We recommend users to directly clone our stable main branch and create conda environment of benchmarking methods using yml files provided in ./ENVIRONMENTS/. Executing these yml files will install all required packages and dependencies. Below is an example showing how to create environments for SynthST and a benchmarking method.
git clone https://github.com/Zafar-Lab/spDDB.git
cd spDDB/Environments
conda env create -f SynthST.yml
conda activate SynthST
conda env create -f method_name.yml
conda activate method_name
spDDB can be used for:
- Benchmarking study of spatial deconvolution methods
- Benchmarking study of domain detection methods
- Providing a suite of evaluation metrics for spatial transcriptomics, including bivariate spatial metrics, cell-type shape characterization metrics, and rare cell-type metrics
- Simulating synthetic spatial transcriptomics data and synthetic cell-type proportions using
SynthST - Rich spatial dataset repository spanning brain, cancer and organs across tissue, species and technologies.
The synthetic datasets are available for download from: https://zafar-lab.github.io/spDDB_datasets.github.io/
Check out the following Colab notebook tutorials to run SynthST and spDDB's evaluation framework.
- SynthST for generation of synthetic cell type proportions - DLPFC 151508
- SynthST for generation of synthetic spatial gene expression - DLPFC 151508
- Generation of datasets using Simulation Strategy 2 - MERFISH Lung Cancer
- spDDB's Bi-variate Spatial and Non-spatial evaluation metrics - DLPFC 151508
- Identification of Regionally Rare and Rare cell types - DLPFC 151508
- Identification of High Curl, High Elongation, Low Elongation, High Linearity and Low Linearity cell types - DLPFC 151508
In case of any bug reports, enhancement requests, general questions, and other contributions, please create an issue. For more substantial contributions, please fork this repo, push your changes to your fork, and submit a pull request with a good commit message.
Ajita Shree, Aditya V*, Tanush Kumar* and Hamim Zafar, A Comprehensive Benchmarking of Spatial Deconvolution and Domain Detection Methods across Diverse Tissues and Spatial Transcriptomic Technologies, * equal contribution, https://doi.org/10.64898/2026.05.11.724248
