recipe bioconductor-edger

Empirical Analysis of Digital Gene Expression Data in R

Homepage:

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

License:

GPL (>=2)

Recipe:

/bioconductor-edger/meta.yaml

Links:

biotools: edger, usegalaxy-eu: edger

Differential expression analysis of RNA-seq expression profiles with biological replication. Implements a range of statistical methodology based on the negative binomial distributions, including empirical Bayes estimation, exact tests, generalized linear models and quasi-likelihood tests. As well as RNA-seq, it be applied to differential signal analysis of other types of genomic data that produce read counts, including ChIP-seq, ATAC-seq, Bisulfite-seq, SAGE and CAGE.

package bioconductor-edger

(downloads) docker_bioconductor-edger

versions:
4.0.2-03.42.4-03.40.0-13.40.0-03.36.0-23.36.0-13.36.0-03.34.0-03.32.1-0

4.0.2-03.42.4-03.40.0-13.40.0-03.36.0-23.36.0-13.36.0-03.34.0-03.32.1-03.32.0-03.30.0-03.28.0-13.28.0-03.26.5-03.26.0-03.24.3-03.24.1-03.22.5-03.20.7-03.20.1-03.20.0-03.18.1-03.16.5-03.14.0-13.14.0-03.12.1-13.12.1-03.12.0-03.10.5-0

depends bioconductor-limma:

>=3.58.0,<3.59.0

depends bioconductor-limma:

>=3.58.1,<3.59.0a0

depends libblas:

>=3.9.0,<4.0a0

depends libgcc-ng:

>=12

depends liblapack:

>=3.9.0,<4.0a0

depends libstdcxx-ng:

>=12

depends r-base:

>=4.3,<4.4.0a0

depends r-locfit:

depends r-rcpp:

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-edger

and update with::

   mamba update bioconductor-edger

To create a new environment, run:

mamba create --name myenvname bioconductor-edger

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

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

Download stats