decoupler
is a python package containing different enrichment statistical
methods to extract biologically driven scores
from omics data within a unified framework. This is its faster and memory efficient Python implementation,
a deprecated version in R can be found here.
It is a package from the scverse ecosystem {cite:p}scverse
,
designed for easy interoperability with anndata
, scanpy
{cite:p}scanpy
and other related packages.
Please refer to the documentation, in particular, the API documentation.
You need to have Python 3.10 or newer installed on your system. If you don't have Python installed, we recommend installing uv.
There are several alternative options to install decoupler:
- Install the latest stable release from PyPI with minimal dependancies:
pip install decoupler
- Install the latest stable full release from PyPI with extra dependancies:
pip install decoupler[full]
- Install the latest stable version from conda-forge using mamba or conda (pay attention to the
-py
suffix at the end):
mamba create -n=dcp conda-forge::decoupler-py
- Install the latest development version:
pip install git+https://github.com/saezlab/decoupler-py.git@main
See the changelog.
For questions and help requests, you can reach out in the scverse discourse. If you found a bug, please use the issue tracker.
Badia-i-Mompel P., Vélez Santiago J., Braunger J., Geiss C., Dimitrov D., Müller-Dott S., Taus P., Dugourd A., Holland C.H., Ramirez Flores R.O. and Saez-Rodriguez J. 2022. decoupleR: Ensemble of computational methods to infer biological activities from omics data. Bioinformatics Advances. https://doi.org/10.1093/bioadv/vbac016