-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.72 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
Package: bascule
Type: Package
Title: bascule
Version: 0.1.0
Author: Elena Buscaroli <ele.buscaroli@gmail.com>
Maintainer: Elena Buscaroli <ele.buscaroli@gmail.com>
Authors@R: c(
person("Elena", "Buscaroli", role=c("aut", "cre"), email="ele.buscaroli@gmail.com"),
person("Azad", "Sadr", role=c("aut", "cre"), email="azad.sadr.h@gmail.com"),
person("Giulio", "Caravagna", role=c("aut"), email="gcaravagn@gmail.com")
)
Description: This packages provides the bascule (Bayesian inference and clustering
with mutational signatures and an established catalogue) algorithm to detect
single-nucleotide substituion signatures in cancer. bascule provides a full
Bayesian formulation based on non-negative matrix factorisation, leveraging a
catalogue of known signatures. The tool is specifically developed to detect de
novo mutational signatures of any type (SBS, DBS, IDS, ...) that are different
from the pre-defined reference catalogue and to perform clustering of samples
from all the signature types jointly.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Config/reticulate:
list(
packages = list(
list(package = "pybascule", pip = TRUE)
)
)
Imports:
data.table,
ggplot2,
gridExtra,
reticulate,
tidyr,
reshape2,
tibble,
dplyr,
magrittr,
doParallel,
cli,
stringr,
ggtext,
pheatmap,
ggplotify,
patchwork,
scales,
quadprog,
progress,
ggh4x,
Polychrome,
ggrepel,
ggsci,
lsa,
gtools,
ggpubr
RoxygenNote: 7.3.1
URL: https://github.com/caravagnalab/bascule,
https://caravagnalab.github.io/bascule/
Depends:
R (>= 2.10)
Suggests:
covr,
knitr,
rmarkdown
VignetteBuilder: knitr