-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
47 lines (47 loc) · 920 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
45
46
47
Package: ShinySDA
Title: A shiny app to load and browse SDA objects.
Version: 1.1.0
Authors@R:
person(given = "eisamahyari",
role = c("aut", "cre"),
email = "mahyarie@ohsu.edu")
Description: The goal of this app is to make the processing of SDA results including QC and component selection.
License: `use_gpl3_license()`
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Depends:
R (>= 3.5.0)
biocViews:
Imports:
shiny,
shinydashboard,
shinyWidgets,
shinyFiles,
data.table,
dplyr,
ggplot2,
ggforce,
ggthemes,
ggthemes,
ggrepel,
rclipboard,
grid,
gridExtra,
stringr,
viridis,
RColorBrewer,
BiocParallel,
clusterProfiler,
AnnotationHub,
org.Hs.eg.db,
org.Mmu.eg.db,
biomaRt,
Seurat,
SDAtools
Suggests:
ggvis,
devtools
Remotes:
marchinilab/SDAtools