recipe bioconductor-edger

Empirical Analysis of Digital Gene Expression Data in R

Homepage:

https://bioconductor.org/packages/3.20/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.8.2-04.4.0-04.0.16-14.0.2-03.42.4-03.40.0-13.40.0-03.36.0-23.36.0-1

4.8.2-04.4.0-04.0.16-14.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:
  • on bioconductor-limma >=3.66.0,<3.67.0

  • on bioconductor-limma >=3.66.0,<3.67.0a0

  • on libblas >=3.9.0,<4.0a0

  • on libgcc >=14

  • on liblapack >=3.9.0,<4.0a0

  • on liblzma >=5.8.2,<6.0a0

  • on libzlib >=1.3.1,<2.0a0

  • on r-base >=4.5,<4.6.0a0

  • on r-locfit

Additional platforms:
linux-aarch64

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install bioconductor-edger

to add into an existing workspace instead, run:

pixi add bioconductor-edger

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install bioconductor-edger

Alternatively, to install into a new environment, run:

conda create -n envname bioconductor-edger

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

docker pull quay.io/biocontainers/bioconductor-edger:<tag>

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

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats