-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
77 lines (77 loc) · 2.14 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
68
69
70
71
72
73
74
75
76
77
Package: LACE
Version: 2.10.0
Date: 2024-10-31
Title: Longitudinal Analysis of Cancer Evolution (LACE)
Authors@R: c(person("Daniele", "Ramazzotti", role=c("aut"),email="[email protected]",
comment = c(ORCID = "0000-0002-6087-2666")),
person("Fabrizio","Angaroni",role=c("aut"),email="[email protected]"),
person("Davide","Maspero",role=c("cre","aut"),email="[email protected]"),
person("Alex","Graudenzi",role=c("aut"),email="[email protected]"),
person("Luca", "De Sano", role=c("aut"), email="[email protected]",
comment = c(ORCID = "0000-0002-9618-3774")),
person("Gianluca","Ascolani",role=c("aut"),email="[email protected]"))
Depends: R (>= 4.2.0)
Imports:
curl,
igraph,
foreach,
doParallel,
sortable,
dplyr,
forcats,
data.tree,
graphics,
grDevices,
parallel,
RColorBrewer,
Rfast,
stats,
SummarizedExperiment,
utils,
purrr,
stringi,
stringr,
Matrix,
tidyr,
jsonlite,
readr,
configr,
DT,
tools,
fs,
data.table,
htmltools,
htmlwidgets,
bsplus,
shinyvalidate,
shiny,
shinythemes,
shinyFiles,
shinyjs,
shinyBS,
shinydashboard,
biomaRt,
callr,
logr,
ggplot2,
svglite
Suggests:
BiocGenerics,
BiocStyle,
testthat,
knitr,
rmarkdown
Name:
LACE: an R package for the inference of longitudinal cancer evolution models
Description:
LACE is an algorithmic framework that processes single-cell somatic mutation profiles from cancer samples collected at different time points and in distinct experimental settings, to produce longitudinal models of cancer evolution. The approach solves a Boolean Matrix Factorization problem with phylogenetic constraints, by maximizing a weighed likelihood function computed on multiple time points.
Encoding: UTF-8
License: file LICENSE
URL: https://github.com/BIMIB-DISCo/LACE
BugReports: https://github.com/BIMIB-DISCo/LACE
biocViews:
BiomedicalInformatics,
SingleCell,
SomaticMutation
RoxygenNote: 7.3.2
VignetteBuilder: knitr