-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
executable file
·34 lines (34 loc) · 1.05 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
Package: HTSvis
Type: Package
Title: Visualization and analysis of arrayed high-thorughput screens (HTS)
Version: 1.0.2
Authors@R: c(
person("Christian", "Scheeder", email = "[email protected]", role = c("cre", "aut")),
person("Florian", "Heigwer", email = "[email protected]", role = c("aut")),
person("Michael", "Boutros", email = "[email protected]", role = c("aut")))
Maintainer: Christian Scheeder <[email protected]>
Description: HTSvis provides a stand-alone shiny appication for the
visulaization and analysis of data from arrayed high-thorughput screens.
Depends:
R (>= 3.1.0),
tools (>= 3.1.2),
tibble (>= 1.2),
stringr (>= 1.1.0),
tidyr (>= 0.6.0),
data.table (>= 1.10.0),
shinyjs (>= 0.8),
ggplot2 (>= 2.2.0),
reshape2 (>= 1.4.2),
dplyr (>= 0.5.0),
ggvis (>= 0.4.3),
RColorBrewer (>= 1.1.2),
scales (>= 0.4.1),
gplots (>= 3.0.1),
DT (>= 0.2),
gtools (>= 3.5.0),
shiny (>= 0.14.2),
readxl (>= 1.0.0)
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1