-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·39 lines (39 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
executable file
·39 lines (39 loc) · 1.05 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
Package: SARTools
Type: Package
Title: Statistical Analysis of RNA-Seq Tools
Version: 1.8.2
Date: 2025-10-09
Authors@R: c(
person(given = "Hugo", family = "Varet", role = c("aut", "cre"), email = "hugo.varet@pasteur.fr"),
person(given = "Marie-Agnès", family = "Dillies", role = c("aut"), email = "marie-agnes.dillies@pasteur.fr")
)
Maintainer: Hugo Varet <hugo.varet@pasteur.fr>
Depends: R (>= 3.3.0),
DESeq2 (>= 1.32.0),
ashr (>= 2.2-54),
edgeR (>= 3.34.0),
ggplot2 (>= 3.3.0),
kableExtra
Imports: genefilter (>= 1.44.0),
GGally,
ggrepel,
ggdendro,
graphics,
grDevices,
grid,
gridExtra,
limma,
rlang,
rmarkdown (>= 1.4),
S4Vectors,
scales,
stats,
SummarizedExperiment,
utils
Suggests: knitr, optparse
biocViews: Software
VignetteBuilder: knitr, rmarkdown
Encoding: latin1
Description: Provide R tools and an environment for the statistical analysis of RNA-Seq projects: load and clean data, produce figures, perform statistical analysis/testing with DESeq2 or edgeR, export results and create final report.
License: GPL-2
RoxygenNote: 7.3.2