Skip to main content

ATLAS

Tests Documentation Python Version Codecov

ATLAS is a framework for multi-omic trajectory inference from paired single-cell RNA and ATAC sequencing data. By integrating transcriptional and chromatin accessibility information within a unified representation, ATLAS enables pseudotime reconstruction and cell fate prediction that directly incorporate regulatory dynamics. See our publication to learn more:

Leclercq, A., Martini, L., Bardini, R., Savino, A., & Di Carlo, S. (2026). ATLAS: A scverse-compatible package for multi-omic single-cell trajectory inference integration. bioRxiv. https://doi.org/10.64898/2026.05.23.727175

ATLAS workflow

ATLAS main functionalities include:

  • Computation of gene activity from scATAC-seq data
  • Support for multi-omics representations using MuData
  • Creation of a Weighted Nearest Neighbors graph
  • Trajectory inference based on multiple strategies
  • Trajectory evaluation based on unsupervised metrics

Getting started

Please refer to the documentation in particular, the API documentation.

Installation

Install ATLAS into a fresh environment, created either with venv or with conda:

python -m venv atlas-env && source atlas-env/bin/activate
pip install atlas-smilies
conda create -n atlas python=3.13 && conda activate atlas
pip install atlas-smilies

Install into an environment you created for ATLAS. Installing into one that already holds other work might not work: pip may replace packages another tool installed and manages. The platform table below records what happens in a fresh environment.

Optional components

Three features draw on packages ATLAS does not install. Everything else works without them.

Fate tree figures need scFates, available as an extra:

pip install atlas-smilies[trees]

Keeping it separate lets ATLAS install without a compiler where that wheel is unavailable.

Gene activity from scATAC-seq (atlas.pp.compute_gene_activity) needs pysam to read the fragment file.

Faster trajectory inference. atlas.tl.CellRankExtension.run defaults to method="krylov", which needs petsc4py and slepc4py. Without them CellRank falls back to method="brandts", which requires a dense transition matrix. Evaluate conda forge or installation of PETSC and SLEPC.

Platforms

ATLAS supports Python 3.11 through 3.14 on the platforms below. This table is written from platform-support.toml, which the Platforms workflow checks against reality. One job resolves every platform against PyPI and runs on every change. The jobs that install and import ATLAS on a machine of each platform — in a venv and in a conda environment alike, since the instructions above offer both — run on a schedule, twice a month, because what they detect is upstream packaging changing rather than anything in this repository.

Platform Python pip install atlas-smilies Verified by
Linux x86_64 3.11 – 3.14 works test suite
Linux aarch64 3.11 – 3.14 works, core only — see below install and import
macOS arm64 3.11 – 3.14 works test suite
macOS x86_64 (Intel) 3.11 – 3.14 needs conda for four packages — see below test suite (scheduled)
Windows x86_64 3.11 – 3.14 works test suite

"Install and import" means ATLAS has been installed and imported on that platform in CI, but the test suite does not run there. On Intel macOS the suite runs on the twice-monthly schedule rather than on every change.

Linux aarch64 and the trees extra. pip install atlas-smilies needs no compiler here, but pip install atlas-smilies[trees] does: scikit-misc publishes no aarch64 Linux wheel, so it is built from source and a Fortran toolchain is required. This is why scFates is an extra rather than a dependency — the core package stays installable everywhere.

macOS x86_64 (Intel) needs four packages from conda. pip install atlas-smilies alone does not work there: on 3.11 to 3.13 it resolves and then fails to build, ending with Failed building wheel for llvmlite, and on 3.14 it does not resolve at all.

Install those packages from conda-forge first, then ATLAS on top:

conda create -n atlas -c conda-forge python=3.13 numba llvmlite jax jaxlib
conda activate atlas
pip install atlas-smilies[trees]

Release notes

See the CHANGELOG.

Contact

For questions, bug report and help requests, please use the issue tracker.

Related Works

Disclaimer

This project includes third-party code under MIT and BSD-3 licenses, see THIRD_PARTY_NOTICES for details.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atlas_smilies-1.1.0.tar.gz (3.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

atlas_smilies-1.1.0-py3-none-any.whl (58.6 kB view details)

Uploaded Python 3

File details

Details for the file atlas_smilies-1.1.0.tar.gz.

File metadata

  • Download URL: atlas_smilies-1.1.0.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for atlas_smilies-1.1.0.tar.gz
Algorithm Hash digest
SHA256 868342c24f6f733a0e469688b0771cabee873ed74770a88ab1763b27a80747b8
MD5 7e7dd7a61d0b55adb984f3ab54d3facc
BLAKE2b-256 1f6cb2ad5e494884a87a526f1643f8d0e0b6a1064eeb2d9b03174c0bad111c7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for atlas_smilies-1.1.0.tar.gz:

Publisher: release.yaml on smilies-polito/atlas-smilies

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file atlas_smilies-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: atlas_smilies-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 58.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for atlas_smilies-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4d935c43ea4d184c02f073d82960cdc9ed2964c10bb5fabfcb2e1e2303729fa2
MD5 29cece87444d3cea89e92c0ecf50f23f
BLAKE2b-256 58855c9fdf598fbafa9e4c7922cc8d9b91a684e566dfbc40309f183699952df7

See more details on using hashes here.

Provenance

The following attestation bundles were made for atlas_smilies-1.1.0-py3-none-any.whl:

Publisher: release.yaml on smilies-polito/atlas-smilies

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.1.0 This release

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page