Skip to content

microbiome/daa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daa - Differential Abundance Analysis

Lifecycle: experimental Bioc-release Codecov test coverage

Using the package

This package provides functions for differential abundance analysis (DAA) of microbiome data. It works with TreeSummarizedExperiment and SummarizedExperiment objects from the miaverse ecosystem.

Available methods:

  • getWilcoxon() / addWilcoxon() - Wilcoxon rank-sum test
  • getTtest() / addTtest() - t-test (Welch’s or Student’s)

For more information, see the function reference and the Orchestrating Microbiome Analysis (OMA) online book.

Installation

Bioc-release

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}

BiocManager::install("daa")

Bioc-devel

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}

BiocManager::install(version = "devel")
BiocManager::install("daa")

Contributing

Contributions are welcome in the form of feedback, issues, and pull requests. See contributor guidelines.

Code of Conduct

Please note that the daa project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

R/Bioconductor package for differential abundance analysis (DAA).

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors