recipe bioconductor-granie

GRaNIE: Reconstruction cell type specific gene regulatory networks including enhancers using chromatin accessibility and RNA-seq data

Homepage:

https://bioconductor.org/packages/3.18/bioc/html/GRaNIE.html

License:

Artistic-2.0

Recipe:

/bioconductor-granie/meta.yaml

Genetic variants associated with diseases often affect non-coding regions, thus likely having a regulatory role. To understand the effects of genetic variants in these regulatory regions, identifying genes that are modulated by specific regulatory elements (REs) is crucial. The effect of gene regulatory elements, such as enhancers, is often cell-type specific, likely because the combinations of transcription factors (TFs) that are regulating a given enhancer have celltype specific activity. This TF activity can be quantified with existing tools such as diffTF and captures differences in binding of a TF in open chromatin regions. Collectively, this forms a gene regulatory network (GRN) with cell-type and data-specific TF-RE and RE-gene links. Here, we reconstruct such a GRN using bulk RNAseq and open chromatin (e.g., using ATACseq or ChIPseq for open chromatin marks) and optionally TF activity data. Our network contains different types of links, connecting TFs to regulatory elements, the latter of which is connected to genes in the vicinity or within the same chromatin domain (TAD). We use a statistical framework to assign empirical FDRs and weights to all links using a permutation-based approach.

package bioconductor-granie

(downloads) docker_bioconductor-granie

versions:

1.6.1-01.4.1-01.2.0-0

depends bioconductor-annotationhub:

>=3.10.0,<3.11.0

depends bioconductor-biomart:

>=2.58.0,<2.59.0

depends bioconductor-biostrings:

>=2.70.0,<2.71.0

depends bioconductor-complexheatmap:

>=2.18.0,<2.19.0

depends bioconductor-deseq2:

>=1.42.0,<1.43.0

depends bioconductor-ensembldb:

>=2.26.0,<2.27.0

depends bioconductor-genomeinfodb:

>=1.38.0,<1.39.0

depends bioconductor-genomicranges:

>=1.54.0,<1.55.0

depends bioconductor-limma:

>=3.58.0,<3.59.0

depends bioconductor-s4vectors:

>=0.40.0,<0.41.0

depends bioconductor-summarizedexperiment:

>=1.32.0,<1.33.0

depends bioconductor-topgo:

>=2.54.0,<2.55.0

depends r-base:

>=4.3,<4.4.0a0

depends r-checkmate:

depends r-circlize:

depends r-colorspace:

depends r-data.table:

depends r-dplyr:

depends r-forcats:

depends r-futile.logger:

depends r-ggplot2:

depends r-gridextra:

depends r-igraph:

depends r-magrittr:

depends r-matrix:

depends r-matrixstats:

depends r-patchwork:

depends r-progress:

depends r-rcolorbrewer:

depends r-readr:

depends r-reshape2:

depends r-rlang:

depends r-scales:

depends r-stringr:

depends r-tibble:

depends r-tidyr:

depends r-tidyselect:

depends r-viridis:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see 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-granie

and update with::

   mamba update bioconductor-granie

To create a new environment, run:

mamba create --name myenvname bioconductor-granie

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-granie:<tag>

(see `bioconductor-granie/tags`_ for valid values for ``<tag>``)

Download stats