-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.53 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
Package: RNAseqStat
Type: Package
Title: A Pipeline to Process RNAseq Data
Version: 0.1.0
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 (>= 3.5.0)
RoxygenNote: 7.1.2
URL: https://github.com/xiayh17/RNAseqStat,
http://xiayh17.top/RNAseqStat
BugReports: https://github.com/xiayh17/RNAseqStat/issues
Suggests:
testthat (>= 3.0.0),
covr,
usethis,
knitr,
rmarkdown,
pdftools,
png
Imports:
fs,
edgeR,
glue,
FactoMineR,
factoextra,
ggplot2,
RColorBrewer,
pheatmap,
data.table,
emoji,
utils,
ggrepel,
stats,
DESeq2,
SummarizedExperiment,
magrittr,
AnnotationDbi,
DOSE,
GO.db,
GOSemSim,
clusterProfiler,
furrr,
kit,
limma,
methods,
qvalue,
org.Hs.eg.db,
ggfun,
grid,
dplyr,
forcats,
shadowtext,
ggnewscale,
stringr,
enrichplot,
plyr
biocViews: DataImport, Microarray, OneChannel, SAGE, Software, TwoChannel
Config/testthat/edition: 3
VignetteBuilder: knitr