-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
54 lines (54 loc) · 1.76 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: 1.0.0
Date: 2019-11-10
Title: REVOLVER - Repeated Evolution in Cancer
Type: Package
Author: Giulio Caravagna
Maintainer: Giulio Caravagna <[email protected]>
Authors@R: c(
person("Giulio", "Caravagna", email = "[email protected]", role = c("aut", "cre")),
person("Ylenia", "Giarratano", email = "[email protected]", role = "ctb"),
person("Daniele", "Ramazzotti", email = "[email protected]", role = "ctb"),
person("Luca", "De Sano", email = "[email protected]", role = "ctb"))
Description: The revolver package implements a statistical model to determine repeated evolutionary trajectories of cancer progressio from multi-region sequencing data of human cancers. The package implements functions to load, maninpulate ad plot data from large cohorts, computing different types of phylogenetic trees. The methods can be used to determine clusters of tumours that share repeated trajectories, providing a method to stratify cancer patients for the way their tumour evolve, reconciling tumour heterogeneity both between and within patients.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4),
Imports:
crayon,
easypar,
cluster,
dendextend,
dynamicTreeCut,
vegan,
igraph,
tidyverse,
tidygraph,
ggraph,
ggpubr,
ggrepel,
pio,
RColorBrewer,
pheatmap,
clisymbols,
ctree,
mtree,
evoverse.datasets,
ggdendro,
R6
Remotes:
caravagn/pio,
caravagnalab/easypar,
caravagnalab/ctree,
caravagn/mtree,
caravagn/evoverse.datasets
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
matrixStats,
VignetteBuilder: knitr
URL: https://github.com/caravagn/revolver
BugReports: https://github.com/caravagn/revolver/issues