-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
59 lines (59 loc) · 1.29 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
56
57
58
59
Package: MPTevol
Title: Clonal Evolutionary History and Metastatic Routines Analysis for
Multiple Primary Tumors
Version: 0.1.0
Authors@R: c(
person("Qinjian", "Chen", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "xxx")),
person("Shixiang", "Wang", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9855-7357"))
)
Description: Provides a practical computation framework for dissecting the
evolution of multiple primary tumors (MPT), reducing analysis
complexity with modular design.
License: GPL (>= 3)
Depends:
R (>= 4.0)
Imports:
ape,
clonevol,
CNAqc,
ComplexHeatmap,
data.table,
dndscv,
dplyr,
GenomicRanges,
ggplot2,
ggrepel,
ggtree,
gtools,
magrittr,
MesKit,
methods,
phangorn,
pio,
purrr,
stringr,
tidyr,
treeio
Suggests:
DT,
easypar,
ggpubr,
IRanges,
knitr,
latex2exp,
RColorBrewer,
rmarkdown,
tibble
VignetteBuilder:
knitr
Remotes:
github::caravagnalab/CNAqc,
github::hdng/clonevol,
github::im3sanger/dndscv
biocViews:
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd"))
RoxygenNote: 7.1.2
URL: https://qingjian1991.github.io/MPTevol/