Skip to content

microbiome/mia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b6ce6b · Mar 19, 2025
May 20, 2024
Mar 19, 2025
Jul 10, 2024
Aug 28, 2024
Mar 19, 2025
Feb 28, 2025
Mar 17, 2025
Mar 14, 2025
Jan 16, 2025
Jul 20, 2023
May 5, 2024
Jul 24, 2023
Mar 17, 2025
Mar 12, 2021
Mar 17, 2025
Mar 13, 2025
Oct 2, 2024

Repository files navigation

mia - Microbiome analysis

Platforms rworkflows Bioc-release Bioc-age Codecov test coverage Dependencies

Using the package

This project provides functions and workflows examples for analyses of microbiome data. The main class for working with microbiome data in this package is TreeSummarizedExperiment.

For examples of functionality, see the function reference page.

More information and example workflows are provided in the online manual Orchestrating Microbiome Analysis with Bioconductor.

Installation

Bioc-release

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

BiocManager::install("mia")

Bioc-devel

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

# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

BiocManager::install("mia")

Contributing

Contributions are welcome in the form of feedback, issues, pull requests etc, see contributor guidelines.

Code of conduct

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