The goal of HERON (Hierarchical Epitope pROtein biNding) is to analyze peptide binding array data measured from nimblegen.
You can install the released version of HERON from bioconductor with:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("HERON")
Or you can install the development version of HERON from github with:
devtools::install_github("Ong-Research/HERON")