-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.4 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: wilson
Type: Package
Title: Web-Based Interactive Omics Visualization
Version: 2.4.2
Authors@R: c(
person("Hendrik", "Schultheis", email = "[email protected]", role = c("aut", "cre")),
person("Jens", "Preussner", email = "[email protected]", role = "aut"),
person("Looso", "Mario", email = "[email protected]", role = "aut"))
Description: Tool-set of modules for creating web-based applications that use plot based strategies to visualize and analyze multi-omics data.
This package utilizes the 'shiny' and 'plotly' frameworks to provide a user friendly dashboard for interactive plotting.
URL: https://github.com/loosolab/wilson/
BugReports: https://github.com/loosolab/wilson/issues/
License: MIT + file LICENSE
Encoding: UTF-8
Imports: shiny,
data.table,
ggplot2,
plotly (> 4.8.0),
scales,
shinydashboard,
DT (>= 0.3),
colourpicker,
RColorBrewer,
shinyjs,
viridis,
rje,
grDevices,
grid,
plyr,
circlize,
ComplexHeatmap,
stats,
gplots,
reshape,
rintrojs,
RJSONIO,
ggrepel (>= 0.6.12),
DESeq2,
rjson,
FactoMineR,
factoextra,
heatmaply (>= 0.14.1),
shinycssloaders,
log4r,
openssl,
methods,
R6,
zip,
shinyWidgets
RoxygenNote: 7.1.1
biocViews:
Suggests: knitr,
rmarkdown,
testthat,
stringi,
utils
VignetteBuilder: knitr