Name Mode Size
.github 040000
R 040000
data 040000
inst 040000
man 040000
pkgdown 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
CONTRIBUTING.md 100644 14 kb
DESCRIPTION 100644 4 kb
LICENSE 100644 9 kb
NAMESPACE 100644 12 kb
NEWS 100644 9 kb
README.md 100644 2 kb
README.md
# mia - Microbiome analysis <img src="man/figures/mia_logo.png" align="right" width="120" /> <!-- badges: start --> [![Platforms](http://bioconductor.org/shields/availability/release/mia.svg)](https://bioconductor.org/packages/release/bioc/html/mia.html) [![rworkflows](https://github.com/microbiome/mia/actions/workflows/rworkflows.yml/badge.svg?branch=devel)](https://github.com/microbiome/mia/actions) [![Bioc-release](http://bioconductor.org/shields/build/release/bioc/mia.svg)](http://bioconductor.org/packages/release/bioc/html/mia.html) [![Bioc-age](http://bioconductor.org/shields/years-in-bioc/mia.svg)](https://bioconductor.org/packages/release/bioc/html/mia.html) [![Codecov test coverage](https://codecov.io/gh/microbiome/mia/branch/devel/graph/badge.svg)](https://codecov.io/gh/microbiome/mia?branch=devel) [![Dependencies](http://bioconductor.org//shields/dependencies/release/mia.svg)](https://bioconductor.org/packages/release/bioc/html/mia.html) <!-- badges: end --> ## 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](https://microbiome.github.io/mia/reference/index.html). More information and example workflows are provided in the online manual [Orchestrating Microbiome Analysis with Bioconductor](https://microbiome.github.io/OMA). ## 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](CONTRIBUTING.md). ## Code of conduct Please note that the mia project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.