-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
33 lines (33 loc) · 947 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
Package: multiGSEA.shiny
Type: Package
Title: Provides shiny components to visualize multilGSEA results
Version: 0.1.15
Authors@R: c(
person("Steve", "Lianoglou", , "[email protected]", c("aut", "cre")),
person("Denali Therapeutics", role = c("cph", "fnd"), comment = "2018+"),
person("Genentech", role = c("cph", "fnd"), comment = "2014 - 2017"))
Description: Provides shiny components to visualize and interact with gene set
enrichment analyses performed by the multiGSEA package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
checkmate,
data.table,
dplyr,
dtplyr,
DT,
miniUI,
multiGSEA (>= 0.13.9),
plotly,
readxl,
shiny,
shinydashboard,
shinyjs (>= 2.0.0),
shinyWidgets,
V8
Remotes:
lianos/multiGSEA@develop,
lianos/multiGSEA.shiny@develop
biocViews: DifferentialExpression, GeneExpression, GeneSetEnrichment, Pathways
RoxygenNote: 7.1.0