Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 626 Bytes

File metadata and controls

17 lines (9 loc) · 626 Bytes

BLN DOI

An implementation of the binomial-logit-normal distribution in R. BLN is an interpretable way to model overdispersed count data.

BLN can be used as a generative model for Allelic expression data. See and cite our paper for derivations and use.

Installation

You can install bln from GitHub using devtools.

# install.packages("devtools")
devtools::install_github(repo = "PejLab/bln")