-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
55 lines (55 loc) · 1.36 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
55
Package: ctree
Version: 1.1.0
Date: 2022-08-05
Title: ctree - Clone trees in cancer evolution
Authors@R: c(
person("Giulio", "Caravagna", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4240-3265")),
person("Luca", "De Sano", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-9618-3774"))
)
Maintainer: Giulio Caravagna <[email protected]>
Description: This package provides an implementation for clone trees
that can be build of Cancer Cell Franctions (CCFs) clusters computed by
tumour subclonal deconvolution. This type of models can be used to study
the evolutionary trajectories of a tumour from bulk sequencing data.
This package provides functions to generate clone trees from
the results of subclonal deconvolution analyses, to plot and summarise
trees.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
Imports:
pio,
easypar,
tidyverse,
tidygraph,
ggraph,
crayon,
igraph,
ggrepel,
RColorBrewer,
clisymbols,
entropy,
matrixcalc,
reshape2,
dplyr,
ggplot2,
grid,
cli,
grDevices,
stats,
utils
Remotes:
caravagn/pio,
caravagn/easypar
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
matrixStats,
covr
VignetteBuilder: knitr
URL: https://caravagnalab.github.io/ctree/