-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.26 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: bedbaser
Title: A BEDbase client
Version: 0.99.19
Authors@R: c(
person(
given = "Andres",
family = "Wokaty",
role = c("aut", "cre"),
email = "jennifer.wokaty@sph.cuny.edu",
comment = c(ORCID = "0009-0008-0900-8793")
),
person(
given = "Levi",
family = "Waldron",
role = c("aut"),
email = "levi.waldron@sph.cuny.edu",
comment = c(ORCID = "0000-0003-2725-0694")
))
Description: 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.
URL: https://github.com/waldronlab/bedbaser
BugReports: https://github.com/waldronlab/bedbaser/issues
biocViews: Software, DataImport, ThirdPartyClient
License: Artistic License 2.0
Imports:
AnVIL (>= 1.16.0),
BiocFileCache,
dplyr,
GenomeInfoDb,
GenomicRanges,
httr,
methods,
purrr,
rtracklayer,
rlang,
R.utils,
stats,
stringr,
tibble,
tidyr,
tools,
utils
Suggests:
BiocStyle,
knitr,
liftOver,
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3