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
- Host: GitHub
- URL: https://github.com/waldronlab/bedbaser
- Owner: waldronlab
- Created: 2023-12-06T16:10:28.000Z (over 2 years ago)
- Default Branch: devel
- Last Pushed: 2026-01-13T19:02:36.000Z (5 months ago)
- Last Synced: 2026-01-13T19:21:29.365Z (5 months ago)
- Topics: u24ca289073
- Language: R
- Homepage: https://waldronlab.io/bedbaser/
- Size: 865 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
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")
```