-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.24 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
Package: lineaGT
Type: Package
Title: lineaGT
Version: 0.1.0
Author: Elena Buscaroli
Maintainer: Elena Buscaroli <[email protected]>
Authors@R: c(
person("Elena", "Buscaroli", role=c("aut", "cre"), email="[email protected]"),
person("Giulio", "Caravagna", role=c("aut"), email="[email protected]")
)
Description: This package provides algorithms for multi-lineage inference from
vector integration sites and somatic mutations during gene therapy. The package
acts as an interface, implemented through reticulate, to the pyLineaGT Python
package that provides the main inference algorithms; this package also provides
visualisation and data input/output functions.
License: GNU
Encoding: UTF-8
LazyData: true
Imports:
reticulate,
tidyr,
dplyr,
ggmuller,
magrittr,
purrr,
MASS,
ggplot2,
reshape2,
stringr,
tibble,
VIBER,
Polychrome,
easypar,
patchwork,
ctree,
ggraph,
ggh4x,
RColorBrewer,
R.utils
Remotes:
caravagn/VIBER,
caravagn/easypar,
caravagn/ctree
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Depends: R (>= 3.6.0)
RoxygenNote: 7.2.3
URL: https://github.com/caravagnalab/lineaGT,
https://caravagnalab.github.io/lineaGT/