Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty committed Aug 7, 2024
1 parent 5edd16d commit 05670ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# bedbaser

bedbaser is an R api 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", dependencies = TRUE)
```
3 changes: 1 addition & 2 deletions vignettes/bedbaser.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ BiocManager::install("bedbaser", dependencies = TRUE)

# Create a bedbaser api

bedbaser uses the `r Biocpkg("AnVIL")` Service class to create a `BEDbase`
api, which allows access to the API directly.
bedbaser uses the `r Biocpkg("AnVIL")` Service class to expose the BEDbase API.

```{r bedbase}
api <- bedbaser()
Expand Down

0 comments on commit 05670ab

Please sign in to comment.