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.
You can install bln from GitHub using devtools.
# install.packages("devtools")
devtools::install_github(repo = "PejLab/bln")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.