Brockman R package for analyzing k-mer representations of chromatin data
See the Brockman homepage for more information about Brockman and how to install the command line tools, as well as example usage.
If you don't already have devtools
, install it:
install.packages("devtools")
Load devtools
and install from the GitHub page:
library(devtools)
install_github("Carldeboer/BrockmanR")