Name Mode Size
..
testthat 040000
testthat.R 100644 0 kb
README.md
<!-- README.md is generated from README.Rmd. Please edit that file --> # HERON <!-- badges: start --> <!-- badges: end --> The goal of HERON (**H**ierarchical **E**pitope p**RO**tein bi**N**ding) is to analyze peptide binding array data measured from nimblegen. ## Installation You can install the released version of HERON from [bioconductor](https://www.bioconductor.org/) with: ``` r 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](https://github.com/Ong-Research/HERON) with: ``` r devtools::install_github("Ong-Research/HERON") ```