The goal of bedscout is to agglutinate relevant helper functions for useful comparisons we make between BED files using available libraries such as GenomicRanges and rtracklayer. The intention is not to replace their functionality or reinvent the wheel, but simplify the use of otherwise more complex and generic functions.
In the future I will also include here some visualization and simple statistics.
Installation
You can install the development version of bedscout from GitHub with:
# install.packages("devtools")
devtools::install_github("cnluzon/bedscout")