-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.32 KB
/
DESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.32 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
Package: arnaq
Title: Experiment-Aware Quality Control for RNA Sequencing
Version: 1.0.0
Authors@R: c(
person("Ben J", "Wright", email = "chthonic.games@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9279-4594")),
person("Helen", "Lockstone", role=c("ctb")),
person("Eshita", "Sharma", role=c("ctb")),
person("Santiago", "Revale", role=c("ctb")),
person("Matthieu", "Miossec", role=c("ctb")),
person("Duncan", "Parkes", role=c("ctb")))
URL: https://www.github.com/queex/arnaq
BugReports: https://github.com/Queex/arnaq/issues
Description: Performs secondary quality control assessment of an RNA data set, incorporating
information about the experimental design, to enable an analyst to identify potential data
quality issues such as sample swaps, batch effects and failed samples. Produces an html report
and (optionally) print-quality svg versions of the plots therein.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
reshape2,
ggplot2,
dendextend,
rmarkdown,
svglite,
DESeq2,
vsn,
rtracklayer,
scales,
hexbin,
tinytex,
SummarizedExperiment,
utils,
stats
SystemRequirements: pandoc
Suggests:
knitr,
R.utils
VignetteBuilder:
knitr,
R.rsp
biocViews:
GeneExpressionWorkflow