-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
76 lines (76 loc) · 1.88 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
Package: DEGreport
Version: 1.39.6
Date: 2024-02-06
Type: Package
Title: Report of DEG analysis
Description: Creation of ready-to-share figures of differential expression
analyses of count data. It integrates some of the code
mentioned in DESeq2 and edgeR vignettes, and report a ranked
list of genes according to the fold changes mean and
variability for each selected gene.
biocViews: DifferentialExpression, Visualization, RNASeq, ReportWriting,
GeneExpression, ImmunoOncology
URL: http://lpantano.github.io/DEGreport/
BugReports: https://github.com/lpantano/DEGreport/issues
Suggests:
BiocStyle,
AnnotationDbi,
limma,
pheatmap,
rmarkdown,
statmod,
testthat
Depends:
R (>= 4.0.0)
Imports:
utils,
methods,
Biobase,
BiocGenerics,
broom,
circlize,
ComplexHeatmap,
cowplot,
ConsensusClusterPlus,
cluster,
dendextend,
DESeq2,
dplyr,
edgeR,
ggplot2,
ggdendro,
grid,
ggrepel,
grDevices,
knitr,
logging,
magrittr,
psych,
RColorBrewer,
reshape,
rlang,
scales,
stats,
stringr,
stringi,
S4Vectors,
SummarizedExperiment,
tidyr,
tibble
Authors@R: c(person("Lorena", "Pantano", email = "[email protected]",
role = c("aut", "cre")),
person("John", "Hutchinson", role = c("ctb")),
person("Victor", "Barrera", role = c("ctb")),
person("Mary", "Piper", role = c("ctb")),
person("Radhika", "Khetani", role = c("ctb")),
person("Kenneth", "Daily", role=c("ctb")),
person("Thanneer", "Malai Perumal", role=c("ctb")),
person("Rory", "Kirchner", role=c("ctb")),
person("Michael", "Steinbaugh", role=c("ctb")),
person("Ivo", "Zeller", role=c("ctb")))
Maintainer: Lorena Pantano <[email protected]>
License: MIT + file LICENSE
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)