R-CMD-check

Wrapper arround several methods to asses co-abundant taxa in microbial datasets.

Installation

You can install the released version of coabundance from CRAN with:

devtools::install_github("danlooo/coabundance")

Get Started

library(coabundance)
data("abundances1", package = "coabundance")

coabundance1 <- correlate(abundances1)

coabundance