This is a maintained fork of countdata. It was originally published by Thang Pham (t.pham@amsterdamumc.nl) under a BSD 3-Clause license.
First, download the source from Github and start an R
session:
git clone https://github.com/fulcrumgenomics/betabinom
cd betabinom
R
Then, download the dependencies and install betabinom:
install.packages(c('devtools', 'knitr', 'rmarkdown', 'roxygen2', 'testthat'))
devtools::install()
We eventually plan to add this project to CRAN.
We eventually plan to add this project to conda-forge.
For information on developing, please see here.