forked from mskilab-org/JaBbA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.37 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
Package: JaBbA
Title: Infer cancer graph genomes from read depth and junctions
Version: 0.0.0.9000
Authors@R: person(given = "Marcin", family = "Imielinski", email = "[email protected]", role = c("aut", "cre"))
Description: JaBbA simultaneously infers integer copy numbers for genomic segments and their connections based on the read depth and the graph structure defined by the structural variations identified from WGS data. Two essential inputs are 1) a high-density read depth ratio between tumor and normal samples (we also have guidelines for the cases lacking paired normal sequencing) and 2) the putative somatic structural variations. The output is a somatic rearrangement graph representing the integer copy numbers of DNA segments and their connections.
biocViews:
Depends:
R (>= 3.3.0),
Matrix (>= 1.2),
gUtils (>= 0.2),
gGnome (>= 0.1),
gplots (>= 3.0),
GenomicRanges (>= 1.3),
optparse (>= 1.4.4),
gTrack (>= 0.1),
Ppurple(>= 0.2.0)
Imports:
VariantAnnotation (>= 1.24),
DNAcopy (>= 1.48),
data.table (>= 1.9),
igraph (>= 1.1),
methods,
parallel,
graphics,
grDevices,
stats,
utils,
sequenza,
GenomeInfoDb,
rtracklayer
Remotes:
github::mskilab/gUtils,
github::mskilab/gTrack,
github::mskilab/Ppurple,
github::mskilab/gGnome,
r-lib/covr
Suggests:
testthat (>= 2.0),
covr
License: GPL-2
LazyData: true
RoxygenNote: 6.1.1