An open API service indexing awesome lists of open source software.

https://github.com/waldronlab/bedbaser

An R client for bedbase.org
https://github.com/waldronlab/bedbaser

u24ca289073

Last synced: 4 months ago
JSON representation

An R client for bedbase.org

Awesome Lists containing this project

README

          

# 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")
```