The goal of HERON (Hierarchical Epitope pROtein biNding)
is to analyze peptide binding array data measured from nimblegen.
Installation
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 released version of HERON from
github with:
HERON
The goal of HERON (Hierarchical Epitope pROtein biNding) is to analyze peptide binding array data measured from nimblegen.
Installation
You can install the released version of HERON from bioconductor with:
Or you can install the released version of HERON from github with:
And the development version from GitHub with: