What problem does it solve?
Spatial transcriptomics assays are expensive and limited to small fixed gene panels, leaving most H&E histology slides without any matched gene expression data. DeepSpot-M predicts transcriptome-wide spatial gene expression directly from 224x224 H&E tiles, producing virtual spatial transcriptomics maps without running a physical assay.
Core Features & Use Cases
- Virtual spatial transcriptomics: Predict log1p-CPM expression per tile for any of ~19,000 protein-coding genes queried by HGNC symbol, including genes unseen during training.
- Five gene embedding sources: Choose between evo2, orthrus, prott5, scgpt, and apertus embeddings to represent gene identity from different biological modalities.
- Whole-slide and cohort workflows: Tile slides with histolab, run batched GPU inference, and assemble tiles-by-genes matrices into AnnData objects for spatial analysis.
- Use Case: A researcher with a cohort of TCGA tumor slides wants spatial expression maps for EPCAM and CD3D. They tile each slide at 20x, run batched predict_genes calls, and build one .h5ad file per slide for downstream clustering and spatial statistics.
Quick Start
Ask the agent to install deepspotm, load the ratschlab/DeepSpotM weights after Hugging Face login, and predict EPCAM and CD3D expression from a 224x224 H&E tile.