Skip to content

Daenarys8/mia

This branch is 50 commits behind microbiome/mia:devel.

Folders and files

NameName
Last commit message
Last commit date
May 20, 2024
Oct 7, 2024
Jul 10, 2024
Aug 28, 2024
Oct 7, 2024
Aug 13, 2024
Oct 7, 2024
Sep 23, 2024
Jul 20, 2023
May 5, 2024
Jul 24, 2023
Oct 7, 2024
Mar 12, 2021
Oct 7, 2024
Oct 1, 2024
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.

Releases

No releases published

Packages

No packages published

Languages

  • R 98.9%
  • Other 1.1%