The VIBER package implements a variational Bayesian framework to fit multi-variate Binomial mixture models, described in Caravagna et al; Nature Genetics 52, 898–907 (2020). The statistical model is semi-parametric and fitted by a variational mean-field approximation to the model posterior; mixture components are Binomial distributions that can model multi-dimensional count data, for instance sequencing read counts in cancer genomics. The package provides functions to fit the model and visualise clustering results.
If you use VIBER, please cite:
You can install the released version of VIBER from GitHub with:
# install.packages("devtools")
devtools::install_github("caravagnalab/VIBER")