-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
77 lines (77 loc) · 2.76 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: TRONCO
Version: 2.38.0
Date: 2024-10-31
Title: TRONCO, an R package for TRanslational ONCOlogy
Authors@R: c(person("Marco", "Antoniotti", role=c("ctb")),
person("Giulio", "Caravagna", role=c("aut"), email="[email protected]"),
person("Luca", "De Sano", role=c("cre","aut"), email="[email protected]",
comment = c(ORCID = "0000-0002-9618-3774")),
person("Alex", "Graudenzi", role=c("aut"), email="[email protected]"),
person("Giancarlo", "Mauri", role=c("ctb")),
person("Bud", "Mishra", role=c("ctb")),
person("Daniele", "Ramazzotti", role=c("aut"),email="[email protected]",
comment = c(ORCID = "0000-0002-6087-2666")))
Depends:
R (>= 4.1.0),
Imports:
bnlearn,
Rgraphviz,
gtools,
parallel,
foreach,
doParallel,
iterators,
RColorBrewer,
circlize,
igraph,
grid,
gridExtra,
xtable,
gtable,
scales,
R.matlab,
grDevices,
graphics,
stats,
utils,
methods
Suggests:
BiocGenerics,
BiocStyle,
testthat,
knitr,
rWikiPathways,
magick
Name:
An R package for the inference of cancer progression models from heterogeneous genomic data
Description:
The TRONCO (TRanslational ONCOlogy) R package collects algorithms to infer
progression models via the approach of Suppes-Bayes Causal Network, both
from an ensemble of tumors (cross-sectional samples) and within an individual
patient (multi-region or single-cell samples). The package provides parallel
implementation of algorithms that process binary matrices where each row
represents a tumor sample and each column a single-nucleotide or a structural
variant driving the progression; a 0/1 value models the absence/presence of
that alteration in the sample. The tool can import data from plain, MAF or
GISTIC format files, and can fetch it from the cBioPortal for cancer genomics.
Functions for data manipulation and visualization are provided, as well as
functions to import/export such data to other bioinformatics tools for, e.g,
clustering or detection of mutually exclusive alterations. Inferred models can be
visualized and tested for their confidence via bootstrap and cross-validation.
TRONCO is used for the implementation of the Pipeline for Cancer Inference (PICNIC).
Encoding: UTF-8
License: GPL-3
URL: https://sites.google.com/site/troncopackage/
BugReports: https://github.com/BIMIB-DISCo/TRONCO
biocViews: BiomedicalInformatics,
Bayesian,
GraphAndNetwork,
SomaticMutation,
NetworkInference,
Network,
Clustering,
DataImport,
SingleCell,
ImmunoOncology
RoxygenNote: 7.3.2
VignetteBuilder: knitr