-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.34 KB
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
48
49
50
51
52
53
Package: Battenberg
Maintainer: Stefan Dentro <sd11@sanger.ac.uk>
License: GPL-3
Type: Package
Title: Battenberg subclonal copy number caller
Version: 3.0.0
Encoding: UTF-8
Authors@R: c(person("David", "Wedge", role=c("aut"), email="dw9@sanger.ac.uk"),
person("Peter", "Van Loo", role=c("aut")),
person("Naser", "Ansari-Pour", role=c("aut"), email="naser.ansari-pour@imm.ox.ac.uk"),
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"),
person("Mohammed Faizal","Eeman Mootor", role="ctb"),
person("Julio Cesar","Cortes Rios", role="ctb"))
Description: Estimate subclonal copy number from whole genome sequencing or SNP6 data.
Depends:
R (>= 4.3.1),
stats,
utils,
graphics,
grDevices
Imports:
RColorBrewer,
ASCAT (>= 3.1.3),
ggplot2,
readr,
gtools,
gridExtra,
doParallel,
parallel,
foreach,
splines,
GenomicRanges,
VariantAnnotation,
copynumber,
data.table
Remotes:
VanLoo-lab/ascat/ASCAT
URL: https://github.com/Wedge-Oxford/battenberg
LazyLoad: yes
Suggests:
testthat,
knitr,
rmarkdown,
ggplot2,
dplyr
VignetteBuilder:
knitr
RoxygenNote: 7.3.2