-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
44 lines (44 loc) · 905 Bytes
/
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
Package: Radish
Title: RNA-Seq Analysis Dashboard In Shiny
Version: 0.0.0.9000
Authors@R: person("Paul", "Etheimer", email = "[email protected]", role = c("aut", "cre"))
Description: This application is a natural follow up of the GENOM\'IC RNA-seq pipeline, and allows user to explore its results and produce figures.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
shiny,
bs4Dash,
shinyWidgets,
shinyvalidate,
DT,
fresh,
plotly,
magrittr,
tidyr,
waiter,
purrr,
dplyr,
tibble,
scales,
ggplot2,
DESeq2,
datasets,
matrixStats,
ggrepel,
colourpicker,
stringr,
ComplexHeatmap,
svglite,
ragg,
markdown,
RColorBrewer,
BiocGenerics,
SummarizedExperiment,
pkgload,
rprojroot,
ComplexUpset,
cluster
Suggests:
shinytest2