-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
74 lines (74 loc) · 1.83 KB
/
Copy pathDESCRIPTION
File metadata and controls
74 lines (74 loc) · 1.83 KB
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
Package: TOmicsVis
Type: Package
Title: TOmicsVis an All-in-One Transcriptomic Analysis and Visualization R Package with Shinyapp Interface
Version: 0.99.0
Date: 2026-05-18
Authors@R: c(
person(given = "Benben", family = "Miao", email = "benben.miao@outlook.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7307-1331")),
person(given = 'Wei', family = 'Dong', email = 'dwei1220779@gmail.com',
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)
Encoding: UTF-8
biocViews: Software, Visualization, DifferentialExpression, GeneExpression,
GO, KEGG, Clustering, DimensionReduction, Network,
DataRepresentation
Depends:
R (>= 4.0),
Biobase,
Mfuzz,
e1071
Imports:
stats,
utils,
grid,
graphics,
grDevices,
ggplot2,
dplyr,
tidyr,
shiny,
WGCNA,
pheatmap,
Rtsne,
umap,
survival,
igraph,
circlize,
ggsci,
ggforce,
stringr,
vegan,
ggrepel,
ggnewscale,
enrichplot,
ComplexHeatmap,
EnhancedVolcano,
clusterProfiler,
survminer,
GGally,
factoextra,
venn,
UpSetR,
randomcoloR,
ggcorrplot,
tidyselect
Suggests:
knitr,
rmarkdown,
bs4Dash,
DT,
colourpicker,
shinyWidgets,
Biostrings,
plotrix,
ggpubr,
ggpolypath,
testthat
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0