Package: DAssemble
Type: Package
Title: Ensemble Models for Differential Analysis
Version: 0.99.4
Authors@R: 
    c(
        person("Ziyu", "Liu", email = "lclcencen@gmail.com", role = "aut"),
        person("Nalin", "Arora", email = "naa4050@med.cornell.edu", role = c("aut", "cre"),
               comment = c(ORCID = "0009-0009-1340-688X")),
        person("Chuxuan", "Gao", email = "chg4016@alumni.weill.cornell.edu",
               role = "aut"),
        person("Himel", "Mallick", email = "him4004@med.cornell.edu",
               role = "aut"))
Description: 
    The DAssemble package implements an ensemble framework for differential-abundance
    and differential-expression analysis across bulk RNA-seq, single-cell RNA-seq,
    and microbiome studies. It wraps a collection of popular DA/DE methods as core
    methods and combines them via Cauchy Combination Tests (CCT), optionally
    augmented by simple enhancers such as Wilcoxon, Kolmogorov–Smirnov, and
    presence–absence logistic regression.
License: MIT + file LICENSE
Encoding: UTF-8
biocViews: Software, StatisticalMethod, DifferentialExpression, RNASeq,
        SingleCell, Microbiome, Normalization, Regression
Depends: R (>= 4.6.0)
Imports: stats, utils, dplyr, MultiAssayExperiment,
        SummarizedExperiment
Suggests: DESeq2, edgeR, limma, dearseq, metagenomeSeq, MAST, cplm,
        brglm2, dfadjust, glmmTMB, logging, MASS, pbapply,
        preprocessCore, Maaslin2, maaslin3, LOCOM2, MicrobiomeStat,
        ANCOMBC, ALDEx2, airway, scran, SingleCellExperiment, knitr,
        rmarkdown, BiocStyle, phyloseq, S4Vectors, testthat (>= 3.0.0),
        boot
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
URL: https://github.com/himelmallick/DAssemble
BugReports: https://github.com/himelmallick/DAssemble/issues
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
git_url: https://git.bioconductor.org/packages/DAssemble
git_branch: devel
git_last_commit: ca195c8
git_last_commit_date: 2026-09-10
Repository: Bioconductor 3.24
Date/Publication: 2026-09-11
NeedsCompilation: no
Packaged: 2026-09-11 21:17:35 UTC; biocbuild
Author: Ziyu Liu [aut],
  Nalin Arora [aut, cre] (ORCID: <https://orcid.org/0009-0009-1340-688X>),
  Chuxuan Gao [aut],
  Himel Mallick [aut]
Maintainer: Nalin Arora <naa4050@med.cornell.edu>
