TurboCell Atlas#
TurboCell Atlas is a Python package for atlas-scale single-cell retrieval. It combines compressed candidate generation with exact reranking in the original embedding space, and it is documented as a package-style site rather than a loose collection of pages.
The documentation is written for two kinds of readers at once:
developers who want to understand the API, benchmark setup, and retrieval stack
wet-lab and collaborative researchers who need a careful explanation of what the package can do, what inputs are required, and how to read the output tables and figures
Start with the plain-language explanation of where the package is already useful and what kind of biological questions it can answer.
Read the simplest checklist of required data, metadata, and expectations before a first run.
Follow prose-rich walkthroughs that connect a biological question, a query, and an interpretable output.
Inspect the package surface, configuration objects, and search entry points.
Note
Best current success case: rare or coherent disease-state retrieval. Main current limitation: the current Python prototype still leaves TurboQuant slower than exact search in several scenarios.
Start reading here#
If you are new to the package, this is the intended reading order.
one scenario article from Tutorials
Documentation map#
Tutorials
Guides