-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.23 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
Package: quaqcr
Title: Quick ATAC-Seq QC in R
Version: 1.0.0
Authors@R:
person(c("Benjamin", "Jean-Marie"), "Tremblay", role = c("aut", "cre"),
email = "benjmtremblay@gmail.com",
comment = c(ORCID = "0000-0002-7441-2951"))
Description: A wrapper around the 'quaqc' program. 'quaqc' allows for
ATAC-seq-specific quality control and read filtering of NGS data with
minimal processing time and extremely low memory overhead. Any number of
samples can be processed, using multiple threads if desired. 'quaqc' outputs
a comprehensive set of aligned read metrics, including alignment size,
fragment size, percent duplicates, mapq scores, read depth, GC content, and
others. Although designed for ATAC-seq data, 'quaqc' can also be used for
other unspliced DNA-seq experiments (such as ChIP-seq) as many of the
metrics are related to genereal sequencing quality. This R package also
provides additional utilities for custom analyses and plotting of 'quaqc'
results.
URL: https://github.com/bjmt/quaqcr
BugReports: https://github.com/bjmt/quaqcr/issues
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 3.6.3)
Imports: methods, utils, jsonlite
Roxygen: list(markdown = TRUE, old_usage = TRUE)
RoxygenNote: 7.3.2