-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.55 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
Package: QDNAseq
Version: 1.41.3
Title: Quantitative DNA Sequencing for Chromosomal Aberrations
Depends: R (>= 3.1.0)
Imports:
graphics,
methods,
stats,
utils,
Biobase (>= 2.18.0),
CGHbase (>= 1.18.0),
CGHcall (>= 2.18.0),
DNAcopy (>= 1.32.0),
GenomicRanges (>= 1.20),
IRanges (>= 2.2),
matrixStats (>= 0.60.0),
R.utils (>= 2.9.0),
Rsamtools (>= 1.20),
future.apply (>= 1.8.1)
Suggests:
BiocStyle (>= 1.8.0),
BSgenome (>= 1.38.0),
digest (>= 0.6.20),
GenomeInfoDb (>= 1.6.0),
future (>= 1.22.1),
parallelly (>= 1.28.1),
R.cache (>= 0.13.0),
QDNAseq.hg19,
QDNAseq.mm10
Description: Quantitative DNA sequencing for chromosomal aberrations.
The genome is divided into non-overlapping fixed-sized bins, number of
sequence reads in each counted, adjusted with a simultaneous
two-dimensional loess correction for sequence mappability and GC
content, and filtered to remove spurious regions in the genome.
Downstream steps of segmentation and calling are also implemented via
packages DNAcopy and CGHcall, respectively.
Authors@R: c(
person("Ilari", "Scheinin", role="aut"),
person("Daoud", "Sie", role=c("aut", "cre"), email="[email protected]"),
person("Henrik", "Bengtsson", role="aut"),
person("Erik", "van Dijk", role="ctb"))
biocViews: CopyNumberVariation, DNASeq, Genetics, GenomeAnnotation,
Preprocessing, QualityControl, Sequencing
License: GPL
URL: https://github.com/ccagc/QDNAseq
BugReports: https://github.com/ccagc/QDNAseq/issues
RoxygenNote: 7.3.2