Name Mode Size
.github 040000
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 0 kb
README.md 100644 0 kb
README.md
# bedbaser bedbaser is an R API client for [BEDbase](https://bedbase.org) that provides access to the [BEDbase API](https://api.bedbase.org) and includes convenience functions, such for creating GRanges and GRangesList objects. ## Install bedbaser Install bedbaser using `BiocManager`. ``` if (!"BiocManager" %in% rownames(installed.packages())) { install.packages("BiocManager") } BiocManager::install("bedbaser") ```