Decima is a Python library to train sequence models on single-cell RNA-seq data.
Weights of the trained Decima models (4 replicates) are now available at https://zenodo.org/records/15092691. See the tutorial for how to load and use these.
Please cite https://www.biorxiv.org/content/10.1101/2024.10.09.617507v3. Also see https://github.com/Genentech/decima-applications for all the code used to train and apply models in this preprint.
Install the package from PyPI,
pip install decima
Or if you want to be on the cutting edge,
pip install git+https://github.com/genentech/decima.git@main
This project has been set up using BiocSetup and PyScaffold.