-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
72 lines (72 loc) · 1.7 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
Package: TOmicsVis
Type: Package
Title: TOmicsVis An All-in-One Transcriptomic Analysis and Visualization R Package with shinyapp Interface
Version: 2.1.1
Authors@R: c(
person(given = "Benben", family = "Miao", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7307-1331")),
person(given = 'Wei', family = 'Dong', email = '[email protected]',
role = c("aut"), comment = c(ORCID = '0000-0003-2201-7164'))
)
Description: Transcriptome visualization from sample trait statistics to gene expression analysis. Six categories include "Samples Statistics", "Traits Analysis", "Differential Expression Analysis", "Advanced Analysis", "GO and KEGG Enrichment", "Tables Operations", with complete sample data.
URL: https://benben-miao.github.io/TOmicsVis/
BugReports: https://github.com/benben-miao/TOmicsVis/issues/
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5),
Biobase (>= 2.5.5),
e1071 (>= 1.7-0)
Imports:
stats,
utils,
grid,
graphics,
grDevices,
ggplot2,
ggsci,
reshape2,
ggpubr,
ggcorrplot,
ggforce,
vegan,
venn,
UpSetR,
circlize,
randomcoloR,
ComplexHeatmap,
EnhancedVolcano,
GGally,
survival,
survminer,
Rtsne,
umap,
dplyr,
tidyr,
clusterProfiler,
enrichplot,
ggnewscale,
igraph,
WGCNA,
stringr,
pheatmap,
RColorBrewer,
ggpolypath,
factoextra,
ggrepel,
cowplot,
ggplotify,
plotrix,
Mfuzz,
shiny
Suggests:
knitr,
rmarkdown,
bs4Dash,
DT,
colourpicker,
shinyWidgets
VignetteBuilder: knitr