-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
51 lines (51 loc) · 1.06 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
Package: askoR
Title: askoR - Differential Expresion Analysis using edgeR
Version: 1.0.0
Author: Fabrice Legeai, Kévin Gazengel, Susete Alves Carvalho
Maintainer: Fabrice Legeai <[email protected]>, Kévin Gazengel <[email protected]>, Susete Alves Carvalho <[email protected]>
Description: AskoR is a pipeline for the analysis of gene expression data, using edgeR.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
topGO,
goSTAG,
edgeR,
limma
Imports:
ggfortify,
ggrepel,
gplots,
ggplot2,
VennDiagram,
RColorBrewer,
UpSetR,
grid,
Rgraphviz,
stringr,
optparse,
Glimma,
ComplexHeatmap,
circlize,
coseq
Suggests:
futile.logger,
methods,
graph,
stats,
knitr,
rmarkdown,
BiocStyle
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
biocViews:
RNASeq,
Transcriptomics,
GeneExpression,
DifferentialExpression,
GeneSetEnrichment,
Normalization,
MultipleComparison,
FunctionalGenomics,
Clustering