-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
118 lines (118 loc) · 2.6 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Package: ngsReports
Version: 2.7.1
Date: 2024/07/22
Title: Load FastqQC reports and other NGS related files
Authors@R: c(
person("Stevie", "Pederson",
email = "stephen.pederson.au@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8197-3303")
),
person("Christopher", "Ward",
email = "christopher.ward@adelaide.edu.au", role = c("aut")),
person("Thu-Hien", "To", email = "tothuhien@gmail.com", role = c("aut"))
)
Description: This package provides methods and object classes for parsing
FastQC reports and output summaries from other NGS tools into R.
As well as parsing files, multiple plotting methods have been implemented
for visualising the parsed data.
Plots can be generated as static ggplot objects or interactive plotly
objects.
URL: https://github.com/smped/ngsReports
BugReports: https://github.com/smped/ngsReports/issues
License: LGPL-3
Encoding: UTF-8
Depends:
R (>= 4.2.0),
BiocGenerics,
ggplot2 (>= 3.5.0),
patchwork (>= 1.1.1),
tibble (>= 1.3.1)
Imports:
Biostrings,
checkmate,
dplyr (>= 1.1.0),
forcats,
ggdendro,
grDevices (>= 3.6.0),
grid,
jsonlite,
lifecycle,
lubridate,
methods,
plotly (>= 4.9.4),
reshape2,
rlang,
rmarkdown,
scales,
stats,
stringr,
tidyr,
tidyselect (>= 0.2.3),
utils,
zoo
LazyData: true
RoxygenNote: 7.3.2
Collate:
'AllGenerics.R'
'validationFunctions.R'
'FastpData.R'
'FastpDataList.R'
'FastpFile.R'
'FastqcData.R'
'FastqcDataList.R'
'FastqcFile.R'
'PwfCols.R'
'S4coercion.R'
'TheoreticalGC.R'
'aaa.R'
'data.R'
'errMsg.R'
'estGcDistn.R'
'extract.R'
'fqName.R'
'fqcVersion.R'
'getColours.R'
'getGC.R'
'getModule.R'
'getSummary.R'
'helpers.R'
'importNgsLogs.R'
'importSJ.R'
'isCompressed.R'
'maxAdapterContent.R'
'ngsReports-package.R'
'overRep2Fasta.R'
'path.R'
'plotAdapterContent.R'
'plotAlignmentSummary.R'
'plotAssemblyStats.R'
'plotBaseQuals.R'
'plotDupLevels.R'
'plotFastqcPCA.R'
'plotGcContent.R'
'plotInsertSize.R'
'plotKmers.R'
'plotNContent.R'
'plotOverrep.R'
'plotReadTotals.R'
'plotSeqContent.R'
'plotSeqLengthDistn.R'
'plotSeqQuals.R'
'plotSummary.R'
'pwf.R'
'readTotals.R'
'summariseOverrep.R'
'writeHtmlReport.R'
VignetteBuilder: knitr
Suggests:
BiocStyle,
Cairo,
DT,
knitr,
pander,
readr,
testthat,
truncnorm
biocViews: QualityControl, ReportWriting
RdMacros: lifecycle
Roxygen: list(markdown = TRUE)