-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
57 lines (57 loc) · 1.07 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: shinyngs
Title: Shiny apps for NGS data
Version: 2.0.0
Authors@R: person("Jonathan", "Manning", email = "[email protected]", role = c("aut", "cre"))
Description: Provides Shiny applications for various array and NGS applications.
Currently very RNA-seq centric, with plans for expansion.
Depends:
R (>= 3.2.2),
SummarizedExperiment
License: AGPL (>= 3)
LazyData: true
Imports:
cluster,
cpp11,
data.table,
d3heatmap (>= 0.6.1.2),
dplyr,
DT (>= 0.2),
ggdendro,
ggplot2,
GSEABase,
limma,
methods,
pheatmap,
plotly (>= 4.3.4),
plyr,
RColorBrewer,
reshape2,
scatterplot3d,
shiny,
shinyBS,
shinyjs,
shinythemes,
stats,
utils,
yaml
Suggests:
airway,
BiocStyle,
BiocManager,
biomaRt,
devtools,
DEXSeq,
Gviz,
knitr,
markdown,
optparse,
rmarkdown,
rsconnect,
testthat (>= 3.0.0),
zhangneurons
Remotes:
cran/d3heatmap,
pinin4fjords/zhangneurons
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/edition: 3