-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
79 lines (79 loc) · 2.63 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Package: FungiExpresZ
Title: FungiExpresZ: Fungal gene expression data analysis and visualizations
Version: 2.3.0
Authors@R: person('Chirag', 'Parsania', email = 'chirag.parsania@gmail.com', role = c('cre', 'aut'))
Description: It allows user to generate 12 different ggplot2 based elegant data exploratory visualizations of gene expression data. Use can 1) uploaded his/her own data 2) select SRA data given in the app, or 3) integrate uploaded data with SRA data. By uploading sample groups and gene groups informations user can even generate complex visualizations such as comparisons between multiple gene groups across multiple sample groups in any given visualization. Further, to get biological insights from the gene expression data gene annotations and, GO analysis and 6 different GO visualizations can also be done.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
shiny (>= 1.7.4),
golem (>= 0.4.0),
htmltools (>= 0.5.5),
processx (>= 3.8.1),
attempt (>= 0.3.1),
DT (>= 0.26),
DO.db (>= 2.9),
glue (>= 1.6.2),
dplyr (>= 1.1.2),
ggplot2 (>= 3.4.2),
tidyr (>= 1.3.0),
readr (>= 2.1.4),
purrr (>= 1.0.1),
tibble (>= 3.2.1),
stringr (>= 1.5.0),
forcats (>= 1.0.0),
shinythemes (>= 1.2.0),
viridis (>= 0.6.3),
formattable (>= 0.2.1),
colourpicker (>= 1.2.0),
ggpubr (>= 0.6.0),
clipr (>= 0.8.0),
shinyWidgets (>= 0.7.4),
data.table (>= 1.14.8),
GGally (>= 2.1.2),
ggfortify (>= 0.4.16),
ggrepel (>= 0.9.3),
ComplexHeatmap (>= 2.14.0),
circlize (>= 0.4.15),
ggridges (>= 0.5.4),
rlang (>= 1.1.1),
shinyjs (>= 2.1.0),
prettydoc (>= 0.4.1),
svglite (>= 2.1.1),
biomaRt (>= 2.54.1),
colorspace (>= 2.1-0),
png (>= 0.1-8),
clusterProfiler (>= 4.6.2),
shinycssloaders (>= 1.0.0),
ggcorrplot (>= 0.1.4),
scales (>= 1.2.1),
tm (>= 0.7-11),
SnowballC (>= 0.7.1),
wordcloud (>= 2.6),
pkgload (>= 1.3.2),
MASS (>= 7.3-60),
ggalt (>= 0.4.0),
gtools (>= 3.9.4),
broom (>= 1.0.4),
janitor (>= 2.2.0),
magrittr (>= 2.0.3),
rio (>= 0.5.29),
badger (>= 0.2.3),
AnnotationDbi (>= 1.60.2),
GO.db (>= 3.16.0),
kableExtra (>= 1.3.4),
RColorBrewer (>= 1.1-3),
enrichplot (>= 1.18.4),
TidyWrappers (>= 0.0.1.9),
ggupset(>= 0.3.0)
Depends:
R (>= 4.2.0),
shinyBS (>= 0.61)
NOTE: This is a comment, Refer this to know why shinyBS is under Depends tag : https://stackoverflow.com/questions/52649138/including-shinybs-in-a-package/52669472#52669472
RoxygenNote: 7.2.3
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr