Learn R Programming

TRONCO (version 2.4.2)

tronco.bootstrap: tronco bootstrap

Description

Bootstrap a reconstructed progression model

Usage

tronco.bootstrap(reconstruction, type = "non-parametric", nboot = 100, cores.ratio = 1, silent = FALSE)

Arguments

reconstruction
The output of tronco.capri or tronco.caprese
type
Parameter to define the type of sampling to be performed, e.g., non-parametric for uniform sampling.
nboot
Number of bootstrap sampling to be performed when estimating the model confidence.
cores.ratio
Percentage of cores to use coresRate * (numCores - 1)
silent
A parameter to disable/enable verbose messages.

Value

A TRONCO compliant object with reconstructed model

Examples

Run this code
data(test_model)
boot = tronco.bootstrap(test_model, nboot = 1)

Run the code above in your browser using DataLab