Skip to content

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

License

Notifications You must be signed in to change notification settings

saezlab/decoupleR

Folders and files

NameName
Last commit message
Last commit date
Apr 2, 2024
Jul 18, 2024
Apr 19, 2022
Mar 12, 2025
Mar 7, 2023
Jul 18, 2024
Jul 21, 2024
Mar 22, 2024
Mar 28, 2024
Apr 27, 2021
Mar 12, 2025
Nov 11, 2021
Mar 12, 2025
Apr 21, 2023
Mar 21, 2023
Feb 20, 2024
Apr 20, 2023
Jul 24, 2020

Repository files navigation

decoupleR

Lifecycle: maturing BioC status BioC dev status R build status Codecov test coverage GitHub issues

Overview

There are many methods that allow us to extract biological activities from omics data. decoupleR is a Bioconductor package containing different statistical methods to extract biological signatures from prior knowledge within a unified framework. Additionally, 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. This is the R version, for its faster and memory efficient Python implementation go here.

For more information about how this package has been used with real data, please check the following links:

Installation

decoupleR is an R package distributed as part of the Bioconductor project. To install the package, start R and enter:

install.packages('BiocManager')
BiocManager::install('saezlab/decoupleR')

Alternatively, if you find any error, try to install the latest version from GitHub:

install.packages('remotes')
remotes::install_github('saezlab/decoupleR')

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

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

Topics

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published