Novae
Graph-based foundation model for spatial transcriptomics data. Zero-shot spatial domain inference, batch-effect correction, and many other features.
Install / Use
/learn @MICS-Lab/NovaeREADME
Novae is a deep learning model for spatial domain assignments of spatial transcriptomics data (at both single-cell or spot resolution). It works across multiple gene panels, tissues, and technologies. Novae offers several additional features, including: (i) native batch-effect correction, (ii) analysis of spatially variable genes and pathways, and (iii) architecture analysis of tissue slides.
[!NOTE] Novae was developed by the authors of
sopaand is part of thescverseecosystem. Read our article here.
Documentation
Check Novae's documentation to get started. It contains installation explanations, API details, and tutorials.
Overview
<p align="center"> <img src="https://raw.githubusercontent.com/MICS-Lab/novae/main/docs/assets/Figure1.png" alt="novae_overview" width="100%"/> </p>(a) Novae was trained on a large dataset, and is shared on Hugging Face Hub. (b) Illustration of the main tasks and properties of Novae. (c) Illustration of the method behind Novae (self-supervision on graphs, adapted from SwAV).
Installation
novae can be installed from PyPI on all OS, for any Python version >=3.11.
pip install novae
[!NOTE] See this installation section for more details about extras and other installations modes.
Usage
Here is a minimal usage example. For more details, refer to the documentation.
import novae
# compute cell neighbors
novae.spatial_neighbors(adata)
# load a pre-trained model
model = novae.Novae.from_pretrained("MICS-Lab/novae-human-0")
# compute spatial domains
model.compute_representations(adata, zero_shot=True)
model.assign_domains(adata)
Cite us
Our article is published in Nature Methods. You can cite Novae as below:
Blampey, Q., Benkirane, H., Bercovici, N. et al. Novae: a graph-based foundation model for spatial transcriptomics data.
Nat Methods (2025). https://doi.org/10.1038/s41592-025-02899-6
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
400Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
