decoupler


Namedecoupler JSON
Version 2.1.1 PyPI version JSON
download
home_pageNone
SummaryPython package to perform enrichment analysis from omics data.
upload_time2025-07-18 05:11:41
maintainerNone
docs_urlNone
authorPau Badia i Mompel
requires_python>=3.10
licenseBSD 3-Clause License Copyright (c) 2025, scverse® Copyright (c) 2025, Pau Badia i Mompel, Saez lab All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # decoupler - Ensemble of methods to infer enrichment scores
<img src="https://raw.githubusercontent.com/scverse/decoupler/refs/heads/2.0.8/docs/_static/images/logo.svg" align="right" width="120" class="no-scaled-link" />


[![Tests][badge-tests]][tests]
[![Documentation][badge-docs]][documentation]

[![Issues][badge-issues]][issue tracker]
[![Coverage][badge-coverage]][codecoverage]
[![Stars][badge-stars]](https://github.com/scverse/anndata/stargazers)

[![PyPI][badge-pypi]][pypi]
[![Downloads month][badge-mdown]][down]
[![Downloads all][badge-adown]][down]

[![Conda version][badge-condav]][conda]
[![Conda downloads][badge-condad]][conda]

[badge-tests]: https://img.shields.io/github/actions/workflow/status/scverse/decoupler/test.yaml?branch=main
[badge-docs]: https://img.shields.io/readthedocs/decoupler
[badge-condav]: https://img.shields.io/conda/vn/conda-forge/decoupler-py.svg
[badge-condad]: https://img.shields.io/conda/dn/conda-forge/decoupler-py.svg
[badge-issues]: https://img.shields.io/github/issues/scverse/decoupler
[badge-coverage]: https://codecov.io/gh/scverse/decoupler/branch/main/graph/badge.svg
[badge-pypi]: https://img.shields.io/pypi/v/decoupler.svg
[badge-mdown]: https://static.pepy.tech/badge/decoupler/month
[badge-adown]: https://static.pepy.tech/badge/decoupler
[badge-stars]: https://img.shields.io/github/stars/scverse/decoupler?style=flat&logo=github&color=yellow

`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](https://github.com/saezlab/decoupler).

[//]: # (numfocus-fiscal-sponsor-attribution)

decoupler is part of the scverse® project ([website](https://scverse.org), [governance](https://scverse.org/about/roles)) and is fiscally sponsored by [NumFOCUS](https://numfocus.org/).
If you like scverse® and want to support our mission, please consider making a tax-deductible [donation](https://numfocus.org/donate-to-scverse) to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.

<div align="center">
<a href="https://numfocus.org/project/scverse">
  <img
    src="https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png"
    width="200"
  >
</a>
</div>

## Getting started

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

## Installation

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:

1. Install the latest stable release from [PyPI][pypi] with minimal dependancies:

```bash
pip install decoupler
```

2. Install the latest stable full release from [PyPI][pypi] with extra dependancies:

```bash
pip install decoupler[full]
```

3. Install the latest stable version from [conda-forge][conda] using mamba or conda (pay attention to the `-py` suffix at the end):

```bash
mamba create -n=dcp conda-forge::decoupler-py
```

4. Install the latest development version:

```bash
pip install git+https://github.com/scverse/decoupler.git@main
```

## Release notes

See the [changelog][].

## Contact

For questions and help requests, you can reach out in the [scverse discourse][].
If you found a bug, please use the [issue tracker][].

## Citation

> 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>

[uv]: https://github.com/astral-sh/uv
[scverse discourse]: https://discourse.scverse.org/
[scverse]: https://scverse.org/
[issue tracker]: https://github.com/scverse/decoupler/issues
[tests]: https://github.com/scverse/decoupler/actions/workflows/test.yaml
[documentation]: https://decoupler.readthedocs.io
[changelog]: https://decoupler.readthedocs.io/en/latest/changelog.html
[api documentation]: https://decoupler.readthedocs.io/en/latest/api.html
[pypi]: https://pypi.org/project/decoupler
[down]: https://pepy.tech/project/decoupler
[conda]: https://anaconda.org/conda-forge/decoupler-py
[codecoverage]: https://codecov.io/gh/scverse/decoupler

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "decoupler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Pau Badia i Mompel <paubim@stanford.edu>",
    "keywords": null,
    "author": "Pau Badia i Mompel",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/61/9b/6b36db6f4f8003a4ce2af01b6baa671f3a965bf6eb873690320699e6da4b/decoupler-2.1.1.tar.gz",
    "platform": null,
    "description": "# decoupler - Ensemble of methods to infer enrichment scores\n<img src=\"https://raw.githubusercontent.com/scverse/decoupler/refs/heads/2.0.8/docs/_static/images/logo.svg\" align=\"right\" width=\"120\" class=\"no-scaled-link\" />\n\n\n[![Tests][badge-tests]][tests]\n[![Documentation][badge-docs]][documentation]\n\n[![Issues][badge-issues]][issue tracker]\n[![Coverage][badge-coverage]][codecoverage]\n[![Stars][badge-stars]](https://github.com/scverse/anndata/stargazers)\n\n[![PyPI][badge-pypi]][pypi]\n[![Downloads month][badge-mdown]][down]\n[![Downloads all][badge-adown]][down]\n\n[![Conda version][badge-condav]][conda]\n[![Conda downloads][badge-condad]][conda]\n\n[badge-tests]: https://img.shields.io/github/actions/workflow/status/scverse/decoupler/test.yaml?branch=main\n[badge-docs]: https://img.shields.io/readthedocs/decoupler\n[badge-condav]: https://img.shields.io/conda/vn/conda-forge/decoupler-py.svg\n[badge-condad]: https://img.shields.io/conda/dn/conda-forge/decoupler-py.svg\n[badge-issues]: https://img.shields.io/github/issues/scverse/decoupler\n[badge-coverage]: https://codecov.io/gh/scverse/decoupler/branch/main/graph/badge.svg\n[badge-pypi]: https://img.shields.io/pypi/v/decoupler.svg\n[badge-mdown]: https://static.pepy.tech/badge/decoupler/month\n[badge-adown]: https://static.pepy.tech/badge/decoupler\n[badge-stars]: https://img.shields.io/github/stars/scverse/decoupler?style=flat&logo=github&color=yellow\n\n`decoupler` is a python package containing different enrichment statistical\nmethods to extract biologically driven scores\nfrom omics data within a unified framework. This is its faster and memory efficient Python implementation,\na deprecated version in R can be found [here](https://github.com/saezlab/decoupler).\n\n[//]: # (numfocus-fiscal-sponsor-attribution)\n\ndecoupler is part of the scverse\u00ae project ([website](https://scverse.org), [governance](https://scverse.org/about/roles)) and is fiscally sponsored by [NumFOCUS](https://numfocus.org/).\nIf you like scverse\u00ae and want to support our mission, please consider making a tax-deductible [donation](https://numfocus.org/donate-to-scverse) to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.\n\n<div align=\"center\">\n<a href=\"https://numfocus.org/project/scverse\">\n  <img\n    src=\"https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png\"\n    width=\"200\"\n  >\n</a>\n</div>\n\n## Getting started\n\nPlease refer to the [documentation][],\nin particular, the [API documentation][].\n\n## Installation\n\nYou need to have Python 3.10 or newer installed on your system.\nIf you don't have Python installed, we recommend installing [uv][].\n\nThere are several alternative options to install decoupler:\n\n1. Install the latest stable release from [PyPI][pypi] with minimal dependancies:\n\n```bash\npip install decoupler\n```\n\n2. Install the latest stable full release from [PyPI][pypi] with extra dependancies:\n\n```bash\npip install decoupler[full]\n```\n\n3. Install the latest stable version from [conda-forge][conda] using mamba or conda (pay attention to the `-py` suffix at the end):\n\n```bash\nmamba create -n=dcp conda-forge::decoupler-py\n```\n\n4. Install the latest development version:\n\n```bash\npip install git+https://github.com/scverse/decoupler.git@main\n```\n\n## Release notes\n\nSee the [changelog][].\n\n## Contact\n\nFor questions and help requests, you can reach out in the [scverse discourse][].\nIf you found a bug, please use the [issue tracker][].\n\n## Citation\n\n> Badia-i-Mompel P., V\u00e9lez Santiago J., Braunger J., Geiss C., Dimitrov D.,\nM\u00fcller-Dott S., Taus P., Dugourd A., Holland C.H., Ramirez Flores R.O.\nand Saez-Rodriguez J. 2022. decoupleR: Ensemble of computational methods\nto infer biological activities from omics data. Bioinformatics Advances.\n<https://doi.org/10.1093/bioadv/vbac016>\n\n[uv]: https://github.com/astral-sh/uv\n[scverse discourse]: https://discourse.scverse.org/\n[scverse]: https://scverse.org/\n[issue tracker]: https://github.com/scverse/decoupler/issues\n[tests]: https://github.com/scverse/decoupler/actions/workflows/test.yaml\n[documentation]: https://decoupler.readthedocs.io\n[changelog]: https://decoupler.readthedocs.io/en/latest/changelog.html\n[api documentation]: https://decoupler.readthedocs.io/en/latest/api.html\n[pypi]: https://pypi.org/project/decoupler\n[down]: https://pepy.tech/project/decoupler\n[conda]: https://anaconda.org/conda-forge/decoupler-py\n[codecoverage]: https://codecov.io/gh/scverse/decoupler\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License\n        \n        Copyright (c) 2025, scverse\u00ae\n        Copyright (c) 2025, Pau Badia i Mompel, Saez lab\n        All rights reserved.\n        \n        Redistribution and use in source and binary forms, with or without\n        modification, are permitted provided that the following conditions are met:\n        \n        1. Redistributions of source code must retain the above copyright notice, this\n           list of conditions and the following disclaimer.\n        \n        2. Redistributions in binary form must reproduce the above copyright notice,\n           this list of conditions and the following disclaimer in the documentation\n           and/or other materials provided with the distribution.\n        \n        3. Neither the name of the copyright holder nor the names of its\n           contributors may be used to endorse or promote products derived from\n           this software without specific prior written permission.\n        \n        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "Python package to perform enrichment analysis from omics data.",
    "version": "2.1.1",
    "project_urls": {
        "Documentation": "https://decoupler.readthedocs.io/",
        "Homepage": "https://github.com/scverse/decoupler",
        "Source": "https://github.com/scverse/decoupler"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dfcfc546685b6d4053e1391e46533d3a52eee98a92dab247f1c6d28e8a8b0cb2",
                "md5": "3161019920f6b782da3fb2913fef3873",
                "sha256": "8cba2534ba8663c7655f9fae014859f6384285bb540dd8bf885a1fbd5fe0fd91"
            },
            "downloads": -1,
            "filename": "decoupler-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3161019920f6b782da3fb2913fef3873",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 117961,
            "upload_time": "2025-07-18T05:11:40",
            "upload_time_iso_8601": "2025-07-18T05:11:40.133119Z",
            "url": "https://files.pythonhosted.org/packages/df/cf/c546685b6d4053e1391e46533d3a52eee98a92dab247f1c6d28e8a8b0cb2/decoupler-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "619b6b36db6f4f8003a4ce2af01b6baa671f3a965bf6eb873690320699e6da4b",
                "md5": "7ce2d095c3664befc4e9e6647e03d7ce",
                "sha256": "05700321aaf1693512ece7675d181fea2232a0ed94e5ca8f15096d6ad75c7abd"
            },
            "downloads": -1,
            "filename": "decoupler-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7ce2d095c3664befc4e9e6647e03d7ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 1185563,
            "upload_time": "2025-07-18T05:11:41",
            "upload_time_iso_8601": "2025-07-18T05:11:41.700204Z",
            "url": "https://files.pythonhosted.org/packages/61/9b/6b36db6f4f8003a4ce2af01b6baa671f3a965bf6eb873690320699e6da4b/decoupler-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-18 05:11:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scverse",
    "github_project": "decoupler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "decoupler"
}
        
Elapsed time: 1.31279s