-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
54 lines (54 loc) · 1.61 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
Package: Rcongas
Type: Package
Title: Copy Number Alterations genotyping from single-cell multiomics
Version: 0.2.0
Authors@R: c(person("Salvatore", "Milite", role=c("aut"), email="[email protected]"),
person("Lucrezia", "Patruno", role=c("aut", "cre"), email="[email protected]"),
person("Riccardo", "Bergamin", role=c("aut"), email="[email protected]"),
person("Giulio", "Caravagna", role=c("aut"), email="[email protected]"))
Maintainer: Cancer Data Science Laboratory <[email protected]>
Description: This package provides an interface, implemented through reticulate, to the CONGAS Python package; thus
acting as an easy frontend to work from R and run the Pyro models available in CONGAS. While it should be callsed (R)CONGAS+,
for simplicity we keep calling it just Rcongas. The package contains anumber of functions to input and pre-process
single-cell datasets, to compute fits through the Pyro modules in Python, as well as to visualise and post-process fits within R.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Config/reticulate:
list(
packages = list(
list(package = 'git+https://github.com/caravagnalab/CONGASp', pip = TRUE)
)
)
biocViews:
Imports:
tidyr,
tibble,
crayon,
cli,
reshape2,
stats4,
cowplot,
progress,
dplyr,
ggplot2,
CNAqc,
reticulate,
magrittr,
gtools,
fitdistrplus,
Matrix,
readr,
tidyr,
glue
Suggests:
biomaRt,
knitr,
rmarkdown
Remotes:
caravagnalab/CNAqc
Depends:
R (>= 2.10)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)