forked from mskilab-org/fragCounter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·32 lines (32 loc) · 872 Bytes
/
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
Package: fragCounter
Title: GC mappability correction and segmentation
Version: 0.0.0.9000
Authors@R: person(given = "Marcin", family = "Imielinski", email = "[email protected]", role = c("aut", "cre"))
Description: GC bias curve is determined by loess regression of read count by GC and mappability scores. Segmentation is done by circular binary segmentation (CBS) algorithm after getting tumor/normal ratios of corrected read counts.
biocViews:
Remotes:
bioc::3.8/GenomicRanges,
github::mskilab/gUtils,
github::mskilab/bamUtils,
github::mskilab/ffTrack,
github::mskilab/skidb
Depends:
R (>= 3.4)
Imports:
bamUtils,
data.table,
GenomicRanges (>= 1.8),
gUtils,
rtracklayer,
Biostrings,
DNAcopy,
GenomeInfoDb,
IRanges,
Rsamtools,
skidb,
ffTrack
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat