knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
BMix
provides univariate Binomial and Beta-Binomial mixture models. Count-based mixtures can be used in a variety of settings, for instance to model genome sequencing data of somatic mutations in cancer. BMix
fits these mixtures by maximum likelihood exploiting the Expectation Maximization algorithm. Model selection for the number of mixture components is by the Integrated Classification Likelihood, an extension of the Bayesian Information Criterion that includes the entropy of the latent variables.
If you use BMix
, please cite:
You can install the released version of BMix
from
GitHub with:
# install.packages("devtools") devtools::install_github("caravagnalab/BMix")
Giulio Caravagna. Cancer Data Science (CDS) Laboratory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.