forked from caravagnalab/revolver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.23 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
48
49
50
51
52
53
54
Package: revolver
Version: 0.2.0
Date: 2018-12-3
Title: Repeated Evolution in Cancer (REVOLVER)
Type: Package
Author: Giulio Caravagna
Authors@R: c(
person("Giulio", "Caravagna", email = "gcaravagn@gmail.com", role = c("aut", "cre")),
person("Ylenia", "Giarratano", email = "ylenia.giarratano@gmail.com", role = "ctb"),
person("Daniele", "Ramazzotti", email = "daniele.ramazzotti@yahoo.com", role = "ctb"),
person("Luca", "De Sano", email = "luca.desano@gmail.com", role = "ctb"))
Maintainer: Giulio Caravagna <gcaravagn@gmail.com>
Description: The R package that implements the REVOLVER algorithm to compute Repeated Evolution in Cancer from multi-region sequencing data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4),
Imports:
crayon,
parallel,
doParallel,
cluster,
dendextend,
dynamicTreeCut,
vegan,
igraph,
foreach,
purrr,
pio,
grDevices,
graphics,
stats,
qualvar,
writexl,
utils,
methods
Remotes: caravagn/pio
RoxygenNote: 6.1.0
Suggests:
knitr,
rmarkdown,
RColorBrewer,
R.utils,
entropy,
ggplot2,
gridExtra,
matrixStats,
matrixcalc,
nem,
pheatmap,
tibble,
grid
VignetteBuilder: knitr