dbdimitrov / decoupler-py

Python package to infer biological activities from omics data using a collection of methods.

Home Page:https://decoupler-py.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decoupler - Ensemble of methods to infer biological activities

main GitHub issues Downloads Documentation Status codecov

decoupler is a package containing different statistical methods to extract biological activities from omics data within a unified framework. This is its faster and memory efficient Python implementation, for the R version go here.

For further information and example tutorials, please check our documentation.

If you have any question or problem do not hesitate to open an issue.

Installation

To install the latest stable version run:

pip install decoupler

Alternatively, to stay up-to-date with the newest version, run:

pip install git+https://github.com/saezlab/decoupler-py.git

scverse

decoupler is part of the scverse ecosystem, a collection of tools for single-cell omics data analysis in python. For more information check the link.

License

Footprint methods inside decoupler can be used for academic or commercial purposes, except viper which holds a non-commercial license.

The data redistributed by OmniPath does not have a license, each original resource carries their own. Here one can find the license information of all the resources in OmniPath.

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

About

Python package to infer biological activities from omics data using a collection of methods.

https://decoupler-py.readthedocs.io/

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Dockerfile 0.1%