README.md

Dirichlet-Multinomial Bayes Classifier (DMBC) for Microbiome Classification

This package implements the machine-learning method described by Gao et al (2016) for microbiome classification using a Bayes classifier based on the Dirichlet-Multinomial distribution. In addition to classification, the package also identifies a subset of microbial taxa that can achieve the maximum classification accuracy.

Citation

Xiang Gao, Huaiying Lin, Qunfeng Dong (2017); A Dirichlet-Multinomial Bayes Classifier for Disease Diagnosis with Microbial Compositions, mSphere, Volume: 2, Issue: 6.

Update

Installation

Please make sure you have devtools installed in your R and do the following:

library(devtools)
install_github("qunfengdong/DMBC")

Usage

There are totally 6 functions included in the package. The most important one is dmbc_predict, which will predict probability for a test set from DMBC model given a training set.

Contributors

License

MIT



qunfengdong/DMBC documentation built on April 22, 2020, 7:27 p.m.