Bioc2026 Registration Open!

bedbaser

A BEDbase client

Bioconductor version: 3.23 · Package version: 1.4.0

A client for BEDbase. bedbaser provides access to the API at api.bedbase.org. It also includes convenience functions to import BED files into GRanges objects and BEDsets into GRangesLists.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("bedbaser")

Details

MaintainerAndres Wokaty <andres.wokaty@sph.cuny.edu>
AuthorAndres Wokaty [aut, cre] (ORCID: <https://orcid.org/0009-0008-0900-8793>), Levi Waldron [aut] (ORCID: <https://orcid.org/0000-0003-2725-0694>), NCI [fnd] (GrantNo.: U24CA289073)
LicenseArtistic License 2.0
URLhttps://github.com/waldronlab/bedbaser
Bug Reportshttps://github.com/waldronlab/bedbaser/issues
Downloads rank187
Source branchRELEASE_3_23
biocViewsDataImport, Software, ThirdPartyClient

Download

Dependencies

Depends: R (>= 4.5.0)

Imports: AnVIL (>= 1.16.0), BiocFileCache, curl, dplyr, GenomeInfoDb, GenomicRanges, httr, methods, purrr, rtracklayer, rlang, R.utils, stats, stringr, tibble, tidyr, tools, utils

Suggests: BiocStyle, knitr, liftOver, testthat (>= 3.0.0), withr