Coder Social home page Coder Social logo

nbzimm's Introduction

NBZIMM: Negative Binomial and Zero-Inflated Mixed Models, with Applications to Microbiome Data Analysis

Overview

This R package provides functions for setting up and fitting negative binomial mixed models and zero-inflated negative binomial and Gaussian models. These functions allow for mutiple and correlated group-specific (random) effects and various types of within-group correlation structures as described in the core package nlme, and return objects that can be summarized by functions in nlme. The methods can be used to analyze overdispersed and zero-inflated count or continuous responses with multilevel data structures (for example, clustered and longitudinal studies).

Author: Nengjun Yi [email protected]; Maintainer: Nengjun Yi [email protected]

License: GPL

Installation

The package without vignettes can be installed using the following R code:

 library(remotes)

 install_github("nyiuab/NBZIMM", force=T, build_vignettes=F)

If you want to build Vignettes in the installation, please also install the R package R.rsp using the following R code.

 library(remotes)

 install.packages("R.rsp")

 install_github("nyiuab/NBZIMM", force=T, build_vignettes=T)

Methods

There are three methods available to analyze microbiome data in NBZIMM. In all three methods, we separately analyze each microbiome taxon.

Negative Binomial mixed models (NBMMs)

Zero-inflated Negative Binomial mixed models (ZINBMMs)

Zero-inflated Gaussian mixed models (ZIGMMs)

Manuals for running three methods

For a tutorial of using the function glmm.nb to analyze microbiome data with NBMMs please see: NBMMs

For a tutorial of using the function glmm.zinb to analyze microbiome data with ZINBMMs please see: ZINBMMs

For a tutorial of using the function lme.zig to analyze microbiome data with ZIGMMs please see: ZIGMMs

nbzimm's People

Contributors

nyiuab avatar abbyyan3 avatar boyiguo1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.