Package: TRONCO
Version: 2.10.3
Date: 2018-03-27
Title: TRONCO, an R package for TRanslational ONCOlogy
Authors@R: c(person("Marco", "Antoniotti", role=c("ctb")), 
    person("Giulio", "Caravagna", role=c("aut", "cre"), email="giulio.caravagna@disco.unimib.it"),
    person("Luca", "De Sano", role=c("aut"), email="l.desano@campus.unimib.it"), 
    person("Alex", "Graudenzi", role=c("aut"), email="alex.graudenzi@disco.unimib.it"),
    person("Giancarlo", "Mauri", role=c("ctb")), 
    person("Bud", "Mishra", role=c("ctb")), 
    person("Daniele", "Ramazzotti", role=c("aut"), email="daniele.ramazzotti@disco.unimib.it"))
Maintainer: BIMIB Group <tronco@disco.unimib.it>
Depends: R (>= 3.4),
Imports: bnlearn, Rgraphviz, gtools, parallel, foreach, doParallel,
        iterators, RColorBrewer, circlize, cgdsr, igraph, grid,
        gridExtra, xtable, gtable, scales, R.matlab, grDevices,
        graphics, stats, utils, methods
Suggests: BiocGenerics, BiocStyle, testthat, knitr,
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
LazyData: TRUE
License: file LICENSE
URL: https://sites.google.com/site/troncopackage/
BugReports: https://github.com/BIMIB-DISCo/TRONCO
biocViews: BiomedicalInformatics, Bayesian, GraphAndNetwork,
        SomaticMutation, NetworkInference, Network, Clustering,
        DataImport, SingleCell
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-03-29 01:38:51 UTC; biocbuild
Author: Marco Antoniotti [ctb],
  Giulio Caravagna [aut, cre],
  Luca De Sano [aut],
  Alex Graudenzi [aut],
  Giancarlo Mauri [ctb],
  Bud Mishra [ctb],
  Daniele Ramazzotti [aut]
Built: R 3.4.4; ; 2018-03-29 08:55:21 UTC; windows
