-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.1 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
Package: iBET
Title: Interactive Bioinformatics Exploratory Tools
Version: 0.0.0.9000
Authors@R:
person(given = "Jared",
family = "Andrews",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0780-6248"))
Description: A collection of drop-in Shiny widgets for common bioinformatics
analyses and classes, designed for embedding in Rmd reports and interactive exploration.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
DESeq2,
DT,
GetoptLong,
circlize,
shiny,
ComplexHeatmap,
InteractiveComplexHeatmap,
grid,
SummarizedExperiment,
graphics,
grDevices,
stats,
ggplot2,
plotly,
shinydashboard,
shinyWidgets,
dashboardthemes,
shinycssloaders,
shinyjqui,
PCAtools,
dittoSeq,
matrixStats,
colourpicker,
shinyjs,
methods,
htmlwidgets
Suggests:
airway,
magrittr,
scRNAseq,
scater,
scran,
scuttle,
org.Hs.eg.db
Depends:
shinyBS