mortonjt / BIRDMAn

Bayesian Inferential Regression for Differential Microbiome Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIRDMAn

GitHub Actions CI Documentation Status PyPI

Bayesian Inferential Regression for Differential Microbiome Analysis (BIRDMAn) is a framework for performing differential abundance analysis through Bayesian inference.

Installation

Currently BIRDMAn requires Python 3.7 or higher.

conda install -c conda-forge dask biom-format patsy xarray
pip install cmdstanpy
pip install git+git://github.com/arviz-devs/arviz.git
pip install birdman

You have to install cmdstan through the cmdstanpy.install_cmdstan function first. See the CmdStanPy documentation for details.

See the documentation for details on usage.

About

Bayesian Inferential Regression for Differential Microbiome Analysis

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 90.9%Language:Stan 8.9%Language:Makefile 0.3%