Spatial transcriptomics benchmarking and annotation toolkit.
Project description
REVISE
REVISE (REconstruction via Vision-integrated Spatial Estimation) is a unified framework for reconstructing Spatially-inferred Virtual Cells (SVCs) by integrating spatial transcriptomics (ST) data, histological imaging, and matched single-cell RNA-seq references.
Visit our documentation for installation, tutorials, examples and more.
Motivation
Current ST technologies are limited by six key confounding factors (CFs) that hinder the reconstruction of biologically coherent single-cell units:
Current ST limitations
- Spatially heterogeneous CFs: image segmentation artifacts, bin-to-cell assignment errors
- Spatially homogeneous CFs: spot size, batch effects, gene panel limitations, gene dropout
REVISE addresses these limitations through a topology-aware hierarchical optimal transport (OT) framework, generating two complementary types of virtual cells:
- sp-SVC: leverages spatial priors to correct spatially heterogeneous CFs and preserve local tissue architecture
- sc-SVC: integrates scRNA-seq references to restore transcriptome-wide coverage and correct dropout
Overview of the REVISE framework
Highlights
- Unified Framework: Handles six CFs across three ST platforms (sST, iST, hST)
- Dual SVC Modes: sp-SVC for spatial refinement, sc-SVC for molecular completeness
- Benchmark Module: Reproducible evaluation pipelines for simulated or public datasets
- Application Module: Annotation, reconstruction, and downstream analyses for real ST data
SVC Applications
sp-SVC Applications
- Recovers spatially resolved gene and pathway signals from Visium HD data
- Identifies localized transcriptional programs (e.g., EMT at tumor leading edge)
- Enhances spatial autocorrelation and clustering coherence
sc-SVC Applications
- Reconstructs whole-transcriptome profiles for Xenium data
- Defines fine-grained immune subtypes (T cells, TAMs, CAFs)
- Reveals spatially organized cell-cell communication and clinical associations
Biological insights enabled by SVC reconstruction
Quick Start
If you just need the published Python package:
pip install revise-svc
Example
import anndata as ad
from revise.application import SpSVC
st = ad.read_h5ad("data/spatial.h5ad")
sc = ad.read_h5ad("data/single_cell_reference.h5ad")
config = ...
svc = SpSVC(st, sc, config=config, logger=None)
svc.annotate()
svc.reconstruct()
Repository Layout
revise/application: SVC workflows for real datasets.revise/benchmark: SVC variants for benchmarking studies.revise/methods: Algorithm implementations and model components.revise/tools: Distance metrics, logging helpers, and general utilities.conf: Example configurations and experiment parameters.
License
REVISE is released under the MIT License (see LICENSE).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file revise_svc-0.0.6.tar.gz.
File metadata
- Download URL: revise_svc-0.0.6.tar.gz
- Upload date:
- Size: 41.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ae2896a81d8c4727c0218827155d38530d72aa90dd4a683df6ba50e7c8b74ac
|
|
| MD5 |
7c6bb9d7fb8fdea1492b552c399dd853
|
|
| BLAKE2b-256 |
4e68abf0282511c9c980bbddb97ac71aa29ac0e6f86243fff1d446b12ad06750
|
File details
Details for the file revise_svc-0.0.6-py3-none-any.whl.
File metadata
- Download URL: revise_svc-0.0.6-py3-none-any.whl
- Upload date:
- Size: 59.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
126ce796376039a13246e1e2122a26224cd931e316320f12b0579abeafdb044a
|
|
| MD5 |
a938611168abef5f3d90fc7d4d74e671
|
|
| BLAKE2b-256 |
520b3ba4f65b52440d2749156f82b4a348db2f6fb1f3fb6bd9de37279ef44bc5
|