This package is a collection of functions that are useful for performing common tasks with abundance tables.
The original code was written mostly to deal with abundance of bacterial marker genes in metagenomic data, but the functions can be useful for many other types of data where a table of samples by features is accompanied by metadata on both the samples and features.
A few statistical analysis utilities are present, like GLMs and ordination methods, but still are a work in progress.
The easiest way to install is with the devtools package. Make sure you have it installed and use
devtools::install_github("surh/AMOR")
If you want to get the development version, you can use
devtools::install_github("surh/AMOR",ref = "dev")