-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
executable file
·82 lines (82 loc) · 1.6 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
80
81
82
Package: RNAseqStat2
Type: Package
Title: A Pipeline to Process RNAseq Data
Version: 0.1.0.9993
Authors@R: c(
person("Jianming","Zeng",
email = "[email protected]",
role = c("aut", "ctb")),
person(given = "Yonghe",
family = "Xia",
role = c("aut", "ctb", "cre"),
email = "[email protected]"),
person("Biotrainee group",role = c("cph","fnd"))
)
Maintainer: Yonghe Xia <[email protected]>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0)
RoxygenNote: 7.2.3
BugReports: https://github.com/xiayh17/RNAseqStat2/issues
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown,
pdftools,
png
Imports:
fs,
edgeR,
glue,
usethis,
DESeq2,
SummarizedExperiment,
FactoMineR,
factoextra,
ggplot2,
RColorBrewer,
pheatmap,
data.table,
utils,
ggrepel,
stats,
DOSE,
clusterProfiler,
kit,
limma,
methods,
qvalue,
grid,
dplyr,
forcats,
ggnewscale,
stringr,
enrichplot,
plyr,
GSEABase,
GSVA,
msigdbr,
AnnoProbe,
ggtext,
ggdist,
ggridges,
tibble,
Cairo,
ggfun,
ggfittext,
circlize,
ComplexHeatmap,
MetBrewer,
textshape,
reshape2,
cowplot,
VennDiagram,
aplot (>= 0.0.7)
biocViews: DataImport, Microarray, OneChannel, SAGE, Software, TwoChannel
Config/testthat/edition: 3
VignetteBuilder: knitr