-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
72 lines (72 loc) · 1.63 KB
/
Copy pathDESCRIPTION
File metadata and controls
72 lines (72 loc) · 1.63 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
Package: askoR
Title: Differential Expression Analysis using 'edgeR'
Version: 1.0.0
Date: 2024-08-30
Authors@R: c(person(given = "Fabrice",
family = "Legeai",
role = "aut",
email = "fabrice.legeai@inrae.fr"),
person(given = "Kévin",
family = "Gazengel",
role = c("aut", "cre"),
email = "kevin.gazengel@inrae.fr"),
person(given = "Susete",
family = "Alves Carvalho",
role = "aut",
email = "susete.alves-carvalho@inrae.fr")
)
Maintainer: Kévin Gazengel <kevin.gazengel@inrae.fr>
Description: Pipeline for the analysis of gene expression data, using 'edgeR' for differential analysis, 'topGO' for GOenrichment, and 'coseq' for gene clustering.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
topGO,
goSTAG,
edgeR,
limma
Imports:
corrplot,
cowplot,
viridis,
gghalves,
tidyverse,
ggfortify,
ggrepel,
gplots,
ggplot2,
VennDiagram,
RColorBrewer,
UpSetR,
grid,
Rgraphviz,
stringr,
optparse,
Glimma,
ComplexHeatmap,
circlize,
coseq,
tidyr
Suggests:
futile.logger,
methods,
graph,
stats,
knitr,
rmarkdown,
BiocStyle,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
biocViews:
RNASeq,
Transcriptomics,
GeneExpression,
DifferentialExpression,
GeneSetEnrichment,
Normalization,
MultipleComparison,
FunctionalGenomics,
Clustering
Config/testthat/edition: 3