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

https://github.com/biocore/birdman

Bayesian Inferential Regression for Differential Microbiome Analysis
https://github.com/biocore/birdman

bayesian-inference bioinformatics microbiome python regression stan

Last synced: about 1 year ago
JSON representation

Bayesian Inferential Regression for Differential Microbiome Analysis

Awesome Lists containing this project

README

          

# BIRDMAn

[![GitHub Actions CI](https://github.com/biocore/birdman/workflows/BIRDMAn%20CI/badge.svg)](https://github.com/biocore/BIRDMAn/actions)
[![Documentation Status](https://readthedocs.org/projects/birdman/badge/?version=latest)](https://birdman.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/birdman.svg)](https://pypi.org/project/birdman)
[![DOI](https://zenodo.org/badge/312046610.svg)](https://zenodo.org/badge/latestdoi/312046610)

**B**ayesian **I**nferential **R**egression for **D**ifferential **M**icrobiome **An**alysis (**BIRDMAn**) is a framework for performing differential abundance analysis through Bayesian inference.

See the [documentation](https://birdman.readthedocs.io/en/latest/?badge=latest) for details on usage.

For an example of running BIRDMAn - see this [Google Colab notebook](https://colab.research.google.com/drive/1zT4eIgiz0Jl5TVmttE3gwWnrhNlPeYDc?usp=sharing).

## Installation

Currently BIRDMAn requires Python 3.8 or higher.

We recommend using [mamba](https://github.com/mamba-org/mamba) for installation of dependencies.

```bash
mamba install -c conda-forge biom-format patsy xarray arviz cmdstanpy
pip install birdman
```