Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tare/GPMicrobiome

A novel probabilistic approach to explicitly model overdispersion and sampling zeros in 16S rRNA sequencing data by considering the temporal correlation between nearby time points using Gaussian Processes
https://github.com/tare/GPMicrobiome

Last synced: 11 days ago
JSON representation

A novel probabilistic approach to explicitly model overdispersion and sampling zeros in 16S rRNA sequencing data by considering the temporal correlation between nearby time points using Gaussian Processes

Awesome Lists containing this project

README

        

# GPMicrobiome

Temporal probabilistic modeling of bacterial compositions derived from 16S rRNA sequencing.

## Installation

### PyPI

```console
$ pip install gpmicrobiome
```

### GitHub

Install the version from the main branch as follows

```console
$ pip install git+https://github.com/tare/GPMicrobiome.git
```

## Usage

Please see [this](examples/basic_usage.ipynb) tutorial.