-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
76 lines (76 loc) · 2.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: UCSCXenaShiny
Title: Interactive Analysis of UCSC Xena Data
Version: 2.2.0
Authors@R: c(
person("Shixiang", "Wang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9855-7357")),
person("Shensuo", "Li", , "[email protected]", role = "aut"),
person("Yi", "Xiong", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4370-9824")),
person("Longfei", "Zhao", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-6277-0137")),
person("Kai", "Gu", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0177-0774")),
person("Yin", "Li", , "[email protected]", role = "aut"),
person("Fei", "Zhao", , "[email protected]", role = "aut")
)
Maintainer: Shixiang Wang <[email protected]>
Description: Provides functions and a Shiny application for downloading,
analyzing and visualizing datasets from UCSC Xena
(<http://xena.ucsc.edu/>), which is a collection of UCSC-hosted public
databases such as TCGA, ICGC, TARGET, GTEx, CCLE, and others.
License: GPL (>= 3)
URL: https://github.com/openbiox/UCSCXenaShiny,
https://openbiox.github.io/UCSCXenaShiny/
BugReports: https://github.com/openbiox/UCSCXenaShiny/issues
Depends:
R (>= 3.5)
Imports:
digest,
dplyr (>= 0.8.3),
ezcox,
forcats,
ggplot2 (>= 3.2.0),
ggpubr (>= 0.2),
httr,
magrittr (>= 1.5),
ppcor,
psych,
purrr,
rlang,
shiny (>= 1.3.2),
stats,
stringr,
tibble (>= 2.1.3),
tidyr,
UCSCXenaTools,
utils
Suggests:
covr (>= 3.2.1),
cowplot,
DT (>= 0.5),
funkyheatmap,
furrr,
future,
ggrepel,
ggstatsplot,
glue,
knitr,
pacman,
plotly,
plyr,
RColorBrewer (>= 1.1.2),
readr,
rmarkdown,
Rtsne,
scales,
survival,
survminer,
testthat (>= 2.0.1),
umap
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2