Learn R Programming

TRONCO (version 2.4.2)

as.kfold.eloss: as.kfold.eloss

Description

Returns a dataframe with all the average/stdev entropy loss score of a TRONCO model. It is possible to specify models if multiple reconstruction have been performed.

Usage

as.kfold.eloss(x, models = names(x$model), values = FALSE)

Arguments

x
A TRONCO model.
models
A subset of reconstructed models, all by default.
values
If you want to see also the values

Value

All the bootstrap scores in a TRONCO model

Examples

Run this code
data(test_model_kfold)
as.kfold.eloss(test_model_kfold)
as.kfold.eloss(test_model_kfold, models='capri_aic')

Run the code above in your browser using DataLab