All Projects → saezlab → dorothea

saezlab / dorothea

Licence: GPL-3.0 license
R package to access DoRothEA's regulons

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to dorothea

GeneTonic
Enjoy your transcriptomic data and analysis responsibly - like sipping a cocktail
Stars: ✭ 66 (-32.65%)
Mutual labels:  gene-expression, bioconductor-package
geneSCF inactive
GeneSCF moved to a dedicated GitHub page, https://github.com/genescf/GeneSCF
Stars: ✭ 21 (-78.57%)
Mutual labels:  functional-analysis
go enrichment
Transcripts annotation and GO enrichment Fisher tests
Stars: ✭ 24 (-75.51%)
Mutual labels:  gene-expression
enformer-pytorch
Implementation of Enformer, Deepmind's attention network for predicting gene expression, in Pytorch
Stars: ✭ 146 (+48.98%)
Mutual labels:  gene-expression
GREIN
GREIN : GEO RNA-seq Experiments Interactive Navigator
Stars: ✭ 40 (-59.18%)
Mutual labels:  gene-expression
vidger
Make rapid visualizations of RNA-seq data in R
Stars: ✭ 19 (-80.61%)
Mutual labels:  gene-expression
haystack bio
Haystack: Epigenetic Variability and Transcription Factor Motifs Analysis Pipeline
Stars: ✭ 42 (-57.14%)
Mutual labels:  gene-expression
2019Fall FA
2019秋季学期泛函分析笔记QAQ🦄
Stars: ✭ 43 (-56.12%)
Mutual labels:  functional-analysis
Awesome Single Cell
Community-curated list of software packages and data resources for single-cell, including RNA-seq, ATAC-seq, etc.
Stars: ✭ 1,937 (+1876.53%)
Mutual labels:  gene-expression
psichomics
Interactive R package to quantify, analyse and visualise alternative splicing
Stars: ✭ 26 (-73.47%)
Mutual labels:  gene-expression
MERINGUE
characterizing spatial gene expression heterogeneity in spatially resolved single-cell transcriptomics data with nonuniform cellular densities
Stars: ✭ 33 (-66.33%)
Mutual labels:  gene-expression
graphsim
R package: Simulate Expression data from igraph network using mvtnorm (CRAN; JOSS)
Stars: ✭ 16 (-83.67%)
Mutual labels:  gene-expression
switchde
Inference of switch-like differential expression along single-cell trajectories
Stars: ✭ 19 (-80.61%)
Mutual labels:  gene-expression
cobrame
A COBRApy extension for genome-scale models of metabolism and expression (ME-models)
Stars: ✭ 30 (-69.39%)
Mutual labels:  gene-expression
SCope
Fast visualization tool for large-scale and high dimensional single-cell data
Stars: ✭ 62 (-36.73%)
Mutual labels:  gene-expression
PECA
PECA is a software for inferring context specific gene regulatory network from paired gene expression and chromatin accessibility data
Stars: ✭ 31 (-68.37%)
Mutual labels:  gene-expression
adage
Data and code related to the paper "ADAGE-Based Integration of Publicly Available Pseudomonas aeruginosa..." Jie Tan, et al · mSystems · 2016
Stars: ✭ 61 (-37.76%)
Mutual labels:  gene-expression
GenomicRanges
Representation and manipulation of genomic intervals
Stars: ✭ 32 (-67.35%)
Mutual labels:  bioconductor-package
GNE
This repository contains the tensorflow implementation of "GNE: A deep learning framework for gene network inference by aggregating biological information"
Stars: ✭ 27 (-72.45%)
Mutual labels:  gene-expression
RNAseq titration results
Cross-platform normalization enables machine learning model training on microarray and RNA-seq data simultaneously
Stars: ✭ 22 (-77.55%)
Mutual labels:  gene-expression

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].