Efficient tools for the analysis of high-resolution genomics data in R.
Explore the documentation: https://mdeber.github.io/
BRGenomics can be installed directly from Bioconductor:
if (!"BiocManager" %in% installed.packages())
install.packages("BiocManager")
BiocManager::install("BRGenomics")
Alternatively, the latest development version can be installed from GitHub:
if (!"remotes" %in% installed.packages())
install.packages("remotes")
remotes::install_github("mdeber/BRGenomics")
If you install the development version from Github and you’re using Windows, Rtools for Windows is required.
See the documentation website, which includes an introductory vignette, as well as the documentation for currently implemented functions, complete with demonstrative example code. The package currently includes example PRO-seq data[1].