-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
57 lines (57 loc) · 1.78 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
54
55
56
57
Package: UCSCXenaTools
Title: Download and Explore Datasets from UCSC Xena Data Hubs
Version: 1.6.0
Authors@R:
c(person(given = "Shixiang",
family = "Wang",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9855-7357")),
person(given = "Xue-Song",
family = "Liu",
role = "aut",
comment = c(ORCID = "0000-0002-7736-0077")),
person(given = "Martin",
family = "Morgan",
role = "ctb"),
person(given = "Christine",
family = "Stawitz",
role = "rev",
comment = "Christine reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/315>"),
person(given = "Carl",
family = "Ganz",
role = "rev",
comment = "Carl reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/315>"))
Maintainer: Shixiang Wang <[email protected]>
Description: Download and explore datasets from UCSC Xena data hubs, which
are a collection of UCSC-hosted public databases such as TCGA, ICGC,
TARGET, GTEx, CCLE, and others. Databases are normalized so they can
be combined, linked, filtered, explored and downloaded.
License: GPL-3
URL: https://docs.ropensci.org/UCSCXenaTools/,
https://github.com/ropensci/UCSCXenaTools
BugReports: https://github.com/ropensci/UCSCXenaTools/issues
Depends:
R (>= 3.5)
Imports:
digest,
dplyr,
httr,
jsonlite,
magrittr,
methods,
readr,
rlang,
utils
Suggests:
covr,
knitr,
prettydoc,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2