Package: dar
Title: Differential Abundance Analysis by Consensus
Version: 1.7.1
Date: 2025-10-14
Authors@R: 
    c(person(given = "Francesc",
             family = "Catala-Moll",
             role = c("aut", "cre"),
             email = "fcatala@irsicaixa.es",
             comment = c(ORCID = "0000-0002-2354-8648"))
    )
Description: Differential abundance testing in microbiome data
        challenges both parametric and non-parametric statistical
        methods, due to its sparsity, high variability and
        compositional nature. Microbiome-specific statistical methods
        often assume classical distribution models or take into account
        compositional specifics. These produce results that range
        within the specificity vs sensitivity space in such a way that
        type I and type II error that are difficult to ascertain in
        real microbiome data when a single method is used. Recently, a
        consensus approach based on multiple differential abundance
        (DA) methods was recently suggested in order to increase
        robustness. With dar, you can use dplyr-like pipeable sequences
        of DA methods and then apply different consensus strategies. In
        this way we can obtain more reliable results in a fast,
        consistent and reproducible way.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(roclets = c("collate", "namespace", "rd",
        "roxytest::testthat_roclet", "roxyglobals::global_roclet"),
        markdown = TRUE)
URL: https://github.com/MicrobialGenomics-IrsicaixaOrg/dar,
        https://microbialgenomics-irsicaixaorg.github.io/dar/
BugReports: https://github.com/MicrobialGenomics-IrsicaixaOrg/dar/issues
biocViews: Software, Sequencing, Microbiome, Metagenomics,
        MultipleComparison, Normalization
Imports: checkmate, cli, ComplexHeatmap, crayon, dplyr, generics,
        ggplot2, glue, gplots, heatmaply, magrittr, methods, mia,
        phyloseq, purrr, readr, rlang (>= 0.4.11), scales, stringr,
        tibble, tidyr, UpSetR
Suggests: ALDEx2, ANCOMBC, apeglm, ashr, Biobase, corncob, covr,
        DESeq2, devtools, furrr, future, knitr, lefser, limma,
        maaslin3, microbiome, rmarkdown, roxygen2, roxyglobals,
        roxytest, rstatix, SummarizedExperiment,
        TreeSummarizedExperiment, testthat (>= 3.0.0), GenomeInfoDb,
        withr
Config/testthat/edition: 3
Depends: R (>= 4.4.0)
LazyData: false
Collate: 'recipe-class.R' 'aldex2.R' 'ancom.R' 'bake.R' 'corncob.R'
        'dar-package.R' 'data.R' 'deseq2.R' 'filter_by_abundance.R'
        'filter_by_prevalence.R' 'filter_by_rarity.R'
        'filter_by_variance.R' 'filter_taxa.R' 'globals.R' 'lefse.R'
        'maaslin3.R' 'metagenomeseq.R' 'misc.R' 'phyloseq_qc.R'
        'pkg_check.R' 'plot_methods.R' 'rarefaction.R' 'recipe-utils.R'
        'steps_and_checks.R' 'subset_taxa.R' 'utilis-validation.R'
        'utils-pipe.R' 'utils-tidy-eval.R' 'utils.R' 'wilcox.R'
VignetteBuilder: knitr
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: TRUE
Config/testthat/parallel: true
RoxygenNote: 7.3.3
Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev
        libfreetype6-dev libfribidi-dev libglpk-dev make libgsl0-dev
        libharfbuzz-dev libmagick++-dev gsfonts libicu-dev libjpeg-dev
        libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev
        libssl-dev perl libx11-dev zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2026-04-22 20:03:19 UTC
RemoteUrl: https://github.com/bioc/dar
RemoteRef: HEAD
RemoteSha: b512d6526777ec5b393f37e468aae227651a055c
NeedsCompilation: no
Packaged: 2026-04-23 05:10:53 UTC; root
Author: Francesc Catala-Moll [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-2354-8648>)
Maintainer: Francesc Catala-Moll <fcatala@irsicaixa.es>
Built: R 4.6.0; ; 2026-04-23 05:18:49 UTC; unix
