An open API service indexing awesome lists of open source software.

https://github.com/danlooo/coabundance

Wrapper around several methods to assess co-abundant taxa in microbial datasets.
https://github.com/danlooo/coabundance

correlation metagenomics

Last synced: 7 months ago
JSON representation

Wrapper around several methods to assess co-abundant taxa in microbial datasets.

Awesome Lists containing this project

README

          

# coabundance

[![R-CMD-check](https://github.com/danlooo/coabundance/workflows/R-CMD-check/badge.svg)](https://github.com/danlooo/coabundance/actions)

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

## Installation

You can install the released version of coabundance from [CRAN](https://CRAN.R-project.org) with:

``` r
devtools::install_github("danlooo/coabundance")
```

## Get Started

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

coabundance1 <- correlate(abundances1)
```

## Websites

[https://danlooo.github.io/coabundance/](https://danlooo.github.io/coabundance/)

# coabundance