-
Notifications
You must be signed in to change notification settings - Fork 48
/
DESCRIPTION
40 lines (40 loc) · 1.02 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
Package: Battenberg
Maintainer: Stefan Dentro <sd11@sanger.ac.uk>
License: GPL-3
Type: Package
Title: Battenberg subclonal copy number caller
Version: 2.2.10
Authors@R: c(person("David", "Wedge", role=c("aut"), email="dw9@sanger.ac.uk"),
person("Peter", "Van Loo", role=c("aut")),
person("Stefan","Dentro", email="sd11@sanger.ac.uk", role=c("aut", "cre")),
person("Maxime","Tarabichi", role = c("aut")),
person("Jonas","Demeulemeester", role = c("aut")),
person("Kevin", "Dawson", role=c("ctb")),
person("Gro", "Nielsen", role="ctb"),
person("Jiqiu","Cheng", role="ctb"))
Description: Estimate subclonal copy number from whole genome sequencing or SNP6 data.
Depends:
R (>= 2.13.0),
stats,
utils,
graphics,
grDevices
Imports:
RColorBrewer,
ASCAT (>= 2.5.1),
ggplot2,
readr,
gtools,
gridExtra,
doParallel,
parallel,
foreach,
splines,
VariantAnnotation,
copynumber,
data.table
URL: https://github.com/Wedge-Oxford/battenberg
LazyLoad: yes
Suggests:
testthat
RoxygenNote: 7.1.1