Skip to main content

One liner tool to check the quality of your single-cell atlases.

Project description

CheckAtlas

PyPI PyPI - Downloads PyPI - License install with bioconda

codecov CI Documentation Status Gitter

Static Badge Static Badge Static Badge

CheckAtlas is a one liner tool to check the quality of your single-cell atlases. For every atlas, it produces the quality control tables and figures which can be then processed by multiqc. CheckAtlas is able to check the quality of Scanpy, Seurat, and CellRanger files.

More information on the read the doc page

Summary

Powered by nextflow, checkatlas can be ran in one command line:

checkatlas run search_folder/

The checkatlas workflow start with a fast crawl through your working directory. It detects Seurat (.rds), Scanpy (.h5ad) or cellranger (.h5) atlas files.

Then, it goes through all atlas files and produce summary information:

  • All basic QC (nRNA, nFeature, ratio_mito)
  • General information (nbcells, nbgenes, nblayers)
  • All elements in atlas files (obs, obsm, uns, var, varm)
  • Reductions (pca, umap, tsne)
  • All metrics (clustering, annotation, dimreduction, specificity)

All tables and figs are saved in the checkatlas_files folder in your search folder.

A single html report is produced, using MultiQC, in checkatlas_files/Checkatlas-MultiQC.html.

Checkatlas workflow

Examples

  • Evaluate and compare different scanpy atlases: Example 1

  • Evaluate different version of one atlas: Example 2

  • Evaluate Scanpy, Seurat and CellRanger objects in your folder: Example 3

  • Evaluate an integrated Scanpy atlas with the corresponding raw CellRanger atlases: Example 4

  • Evaluate different Cellranger atlases with multiple chemistry version and cellranger version: Example 5

Installation

PyPi

The checkatlas python module can be downloaded with PyPi

pip install checkatlas

To benefit from the jax optimization of metrics you should install the version corresponding to your hardware

pip install checkatlas[cpu]         CPU-only JAX
pip install checkatlas[cuda13]      NVIDIA CUDA 13
pip install checkatlas[tpu]         Google Cloud TPU

Conda

conda install bioconda::checkatlas

Docker

docker pull quay.io/biocontainers/checkatlas

R install (obsolete for now)

Finally, checkatlas comes with rpy2 to perform the interface between python and R. But, it does not automatically install Seurat. So if you want to screen Seurat atlases you need to perfrom this last installation

% R
> install.packages('Seurat')
> library(Seurat)

Development

This project is in a very early development phase. All helpers are welcome. Please contact us or submit an issue.

Read the CONTRIBUTING.md file.

Checkatlas has two repositories:

It has a module on MultiQC

The checkatlas package is available on PyPI

The bioconda recipe has been submitted

Project developed thanks to the project template : (https://github.com/rochacbruno/python-project-template/)

Project details


Release history Release notifications | RSS feed

This version

0.8.0

Download files

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

Source Distribution

checkatlas-0.8.0.tar.gz (104.3 kB view details)

Uploaded Source

Built Distribution

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

checkatlas-0.8.0-py3-none-any.whl (144.1 kB view details)

Uploaded Python 3

File details

Details for the file checkatlas-0.8.0.tar.gz.

File metadata

  • Download URL: checkatlas-0.8.0.tar.gz
  • Upload date:
  • Size: 104.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for checkatlas-0.8.0.tar.gz
Algorithm Hash digest
SHA256 c95e37592529d7136770a61ec6dd6757a4e27c478eb754de362a94b15fde5b4f
MD5 f651d0ab09fdc90996bd8c0e5e0a1a98
BLAKE2b-256 a2b43cad7dc3c282e3ed2fbf512b5edb0674a08d6d0cae8b955a1d94b3af975e

See more details on using hashes here.

File details

Details for the file checkatlas-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: checkatlas-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 144.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for checkatlas-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3f22229f15c719813e8eca3cb836e00a8a5e2e1f29fd67fc22c369abe7fc6272
MD5 b0f5ad61d77f3a58352993ceacf0f201
BLAKE2b-256 638295769bfa496995f0a2b7bf532f1842d86c0f0f05ddaa67042fa0f7ebd3c4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page