-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
67 lines (67 loc) · 1.77 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
60
61
62
63
64
65
66
67
Package: mobster
Type: Package
Title: MOBSTER - Model-based tumour subclonal deconvolution
Version: 1.0.0
Date: 2020-10-28
Author: Giulio Caravagna
Maintainer: Giulio Caravagna <gcaravagn@gmail.com>
Authors@R: c(
person("Giulio", "Caravagna", , "gcaravagn@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4240-3265")),
person("Luca", "De Sano", , "luca.desano@gmail.com", role = c("ctb"),
comment = c(ORCID = "0000-0002-9618-3774"))
)
Description: MOBSTER is a package that implements a statistical model for tumour subclonal deconvolution
which combines Dirichlet mixtures with distributions predicted by theoretical population genetics. The
model implemented is a parametric (finite) mixture with multiple Beta components, and one Pareto power
law tail. Beta components capture mutations that rise up in frequency by positive selection, and the
Pareto tail models alleles resulting from neutral, intra-clone, evolutionary dynamics.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0),
Imports:
sads,
crayon,
ggplot2,
ggthemes,
tidyverse,
pio,
ggpubr,
ggrepel,
dplyr,
easypar,
clisymbols,
dndscv,
cli,
tidyr,
magrittr,
cowplot,
reshape2,
ctree
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown,
vcfR,
CNAqc,
ggmuller,
png,
plotly,
gganimate,
magick,
Homo.sapiens,
GenomicRanges,
GenomicFeatures,
TxDb.Hsapiens.UCSC.hg19.knownGene,
org.Hs.eg.db
Remotes:
caravagn/easypar,
caravagn/pio,
im3sanger/dndscv,
caravagn/ctree,
caravagn/CNAqc
VignetteBuilder: knitr
URL: https://github.com/caravagnalab/mobster,
https://caravagnalab.github.io/mobster/
BugReports: https://github.com/caravagnalab/mobster/issues