|
a |
|
b/DESCRIPTION |
|
|
1 |
Package: UCSCXenaTools |
|
|
2 |
Title: Download and Explore Datasets from UCSC Xena Data Hubs |
|
|
3 |
Version: 1.6.0 |
|
|
4 |
Authors@R: |
|
|
5 |
c(person(given = "Shixiang", |
|
|
6 |
family = "Wang", |
|
|
7 |
role = c("aut", "cre"), |
|
|
8 |
email = "w_shixiang@163.com", |
|
|
9 |
comment = c(ORCID = "0000-0001-9855-7357")), |
|
|
10 |
person(given = "Xue-Song", |
|
|
11 |
family = "Liu", |
|
|
12 |
role = "aut", |
|
|
13 |
comment = c(ORCID = "0000-0002-7736-0077")), |
|
|
14 |
person(given = "Martin", |
|
|
15 |
family = "Morgan", |
|
|
16 |
role = "ctb"), |
|
|
17 |
person(given = "Christine", |
|
|
18 |
family = "Stawitz", |
|
|
19 |
role = "rev", |
|
|
20 |
comment = "Christine reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/315>"), |
|
|
21 |
person(given = "Carl", |
|
|
22 |
family = "Ganz", |
|
|
23 |
role = "rev", |
|
|
24 |
comment = "Carl reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/315>")) |
|
|
25 |
Maintainer: Shixiang Wang <w_shixiang@163.com> |
|
|
26 |
Description: Download and explore datasets from UCSC Xena data hubs, which |
|
|
27 |
are a collection of UCSC-hosted public databases such as TCGA, ICGC, |
|
|
28 |
TARGET, GTEx, CCLE, and others. Databases are normalized so they can |
|
|
29 |
be combined, linked, filtered, explored and downloaded. |
|
|
30 |
License: GPL-3 |
|
|
31 |
URL: https://docs.ropensci.org/UCSCXenaTools/, |
|
|
32 |
https://github.com/ropensci/UCSCXenaTools |
|
|
33 |
BugReports: https://github.com/ropensci/UCSCXenaTools/issues |
|
|
34 |
Depends: |
|
|
35 |
R (>= 3.5) |
|
|
36 |
Imports: |
|
|
37 |
digest, |
|
|
38 |
dplyr, |
|
|
39 |
httr, |
|
|
40 |
jsonlite, |
|
|
41 |
magrittr, |
|
|
42 |
methods, |
|
|
43 |
readr, |
|
|
44 |
rlang, |
|
|
45 |
utils |
|
|
46 |
Suggests: |
|
|
47 |
covr, |
|
|
48 |
knitr, |
|
|
49 |
prettydoc, |
|
|
50 |
rmarkdown, |
|
|
51 |
testthat (>= 2.1.0) |
|
|
52 |
VignetteBuilder: |
|
|
53 |
knitr |
|
|
54 |
Encoding: UTF-8 |
|
|
55 |
LazyData: true |
|
|
56 |
Roxygen: list(markdown = TRUE) |
|
|
57 |
RoxygenNote: 7.3.2 |