recipe bioconductor-benchdamic

Benchmark of differential abundance methods on microbiome data

Homepage:

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

License:

Artistic-2.0

Recipe:

/bioconductor-benchdamic/meta.yaml

Starting from a microbiome dataset (16S or WMS with absolute count values) it is possible to perform several analysis to assess the performances of many differential abundance detection methods. A basic and standardized version of the main differential abundance analysis methods is supplied but the user can also add his method to the benchmark. The analyses focus on 4 main aspects: i) the goodness of fit of each method's distributional assumptions on the observed count data, ii) the ability to control the false discovery rate, iii) the within and between method concordances, iv) the truthfulness of the findings if any apriori knowledge is given. Several graphical functions are available for result visualization.

package bioconductor-benchdamic

(downloads) docker_bioconductor-benchdamic

versions:

1.6.0-01.4.0-01.0.0-0

depends bioconductor-aldex2:

>=1.32.0,<1.33.0

depends bioconductor-ancombc:

>=2.2.0,<2.3.0

depends bioconductor-biocparallel:

>=1.34.0,<1.35.0

depends bioconductor-dearseq:

>=1.12.0,<1.13.0

depends bioconductor-deseq2:

>=1.40.0,<1.41.0

depends bioconductor-edger:

>=3.42.0,<3.43.0

depends bioconductor-limma:

>=3.56.0,<3.57.0

depends bioconductor-mast:

>=1.26.0,<1.27.0

depends bioconductor-metagenomeseq:

>=1.42.0,<1.43.0

depends bioconductor-noiseq:

>=2.44.0,<2.45.0

depends bioconductor-phyloseq:

>=1.44.0,<1.45.0

depends bioconductor-summarizedexperiment:

>=1.30.0,<1.31.0

depends bioconductor-treesummarizedexperiment:

>=2.8.0,<2.9.0

depends bioconductor-zinbwave:

>=1.22.0,<1.23.0

depends r-base:

>=4.3,<4.4.0a0

depends r-corncob:

depends r-cowplot:

depends r-ggdendro:

depends r-ggplot2:

depends r-ggridges:

depends r-lme4:

depends r-mglm:

depends r-plyr:

depends r-rcolorbrewer:

depends r-reshape2:

depends r-seurat:

depends r-tidytext:

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

and update with::

   mamba update bioconductor-benchdamic

To create a new environment, run:

mamba create --name myenvname bioconductor-benchdamic

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

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

Download stats