-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.1 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
Package: ENCODExplorerData
Name: ENCODExplorerData
Type: Package
Title: A compilation of ENCODE metadata
Version: 0.99.5
Date: 2019-04-11
Authors@R: c(
person("Charles","Joly Beauparlant",
email = "charles.joly-beauparlant@crchul.ulaval.ca",
role = "aut"),
person("Eric","Fournier",
email = "ericfournier2@yahoo.ca",
role = c("aut", "cre")),
person("Arnaud", "Droit",
email = "arnaud.droit@crchudequebec.ulaval.ca",
role = "aut"))
Description: This package allows user to quickly access ENCODE project files
metadata and give access to helper functions to query the ENCODE rest api,
download ENCODE datasets and save the database in SQLite format.
License: Artistic-2.0
BugReports: https://github.com/ArnaudDroitLab/ENCODExplorerData/issues
VignetteBuilder: knitr
Depends:
R (>= 3.6),
Imports:
tools,
jsonlite,
RCurl,
data.table,
methods
Suggests:
AnnotationHub,
RUnit,
BiocGenerics,
knitr,
curl,
httr
biocViews: AnnotationHub, Homo_sapiens, Mus_musculus, CustomDBSchema
RoxygenNote: 7.0.2