:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bioconductor-decoupler' .. highlight: bash bioconductor-decoupler ====================== .. conda:recipe:: bioconductor-decoupler :replaces_section_title: :noindex: decoupleR\: Ensemble of computational methods to infer biological activities from omics data :homepage: https://bioconductor.org/packages/3.18/bioc/html/decoupleR.html :license: GPL-3 + file LICENSE :recipe: /`bioconductor-decoupler `_/`meta.yaml `_ Many methods allow us to extract biological activities from omics data using information from prior knowledge resources\, reducing the dimensionality for increased statistical power and better interpretability. Here\, we present decoupleR\, a Bioconductor package containing different statistical methods to extract these signatures within a unified framework. decoupleR allows the user to flexibly test any method with any resource. It incorporates methods that take into account the sign and weight of network interactions. decoupleR can be used with any omic\, as long as its features can be linked to a biological process based on prior knowledge. For example\, in transcriptomics gene sets regulated by a transcription factor\, or in phospho\-proteomics phosphosites that are targeted by a kinase. .. conda:package:: bioconductor-decoupler |downloads_bioconductor-decoupler| |docker_bioconductor-decoupler| :versions: ``2.8.0-0``,  ``2.6.0-0``,  ``2.4.0-0``,  ``2.0.0-0``,  ``1.0.0-0`` :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-broom: :depends r-dplyr: :depends r-magrittr: :depends r-matrix: :depends r-purrr: :depends r-rlang: :depends r-stringr: :depends r-tibble: :depends r-tidyr: :depends r-tidyselect: :depends r-withr: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`set-up-channels`). While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see `here `_ for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others. Given that you already have a conda environment in which you want to have this package, install with:: mamba install bioconductor-decoupler and update with:: mamba update bioconductor-decoupler To create a new environment, run:: mamba create --name myenvname bioconductor-decoupler with ``myenvname`` being a reasonable name for the environment (see e.g. the `mamba docs `_ for details and further options). Alternatively, use the docker container:: docker pull quay.io/biocontainers/bioconductor-decoupler: (see `bioconductor-decoupler/tags`_ for valid values for ````) .. |downloads_bioconductor-decoupler| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-decoupler.svg?style=flat :target: https://anaconda.org/bioconda/bioconductor-decoupler :alt: (downloads) .. |docker_bioconductor-decoupler| image:: https://quay.io/repository/biocontainers/bioconductor-decoupler/status :target: https://quay.io/repository/biocontainers/bioconductor-decoupler .. _`bioconductor-decoupler/tags`: https://quay.io/repository/biocontainers/bioconductor-decoupler?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/bioconductor-decoupler/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/bioconductor-decoupler/README.html