PauBadiaM / dorothea

R package to access DoRothEA's regulons

Home Page:https://saezlab.github.io/dorothea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DoRothEA: collection of human and mouse regulons

R-CMD-check BioC status codecov GitHub

Overview

DoRothEA is a gene regulatory network containing signed transcription factor (TF) - target gene interactions. DoRothEA regulons, the collection of a TF and its transcriptional targets, were curated and collected from different types of evidence for both human and mouse. A confidence level was assigned to each TF-target interaction based on the number of supporting evidence.

These regulons, coupled with any statistical method, can be used to infer TF activities from bulk or single-cell transcriptomics.

This is an R package for storing the regulons. To infer TF activities, please check out decoupleR, available in R or python.

Installation

DoRothEA is available in Bioconductor. In addition, one can install the development version from the Github repository:

## To install the package from Bioconductor
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("dorothea")

## To install the development version from the Github repo:
devtools::install_github("saezlab/dorothea")

Updates

Since the original release, we have implemented some extensions in DoRothEA:

  1. Extension to mouse: Originally DoRothEA was developed for the application to human data. In a benchmark study we showed that DoRothEA is also applicable to mouse data, as described in Holland et al., 2019. Accordingly, we included new parameters to run mouse version of DoRothEA by transforming the human genes to their mouse orthologs.
  2. Extension to single-cell RNA-seq data: We showed that DoRothEA can be applied to scRNA-seq data, as described in Holland et al., 2020

License

DoRothEA is intended only for academic use as in contains resources whose licenses don't permit commercial use. However, we developed a non-academic version of DoRothEA by removing those resources (mainly TRED from the curated databases). You can find the non-academic package with the regulons here.

Citation

Garcia-Alonso L, Holland CH, Ibrahim MM, Turei D, Saez-Rodriguez J. "Benchmark and integration of resources for the estimation of human transcription factor activities." Genome Research. 2019. DOI: 10.1101/gr.240663.118.

About

R package to access DoRothEA's regulons

https://saezlab.github.io/dorothea/

License:GNU General Public License v3.0


Languages

Language:R 100.0%