Skip to contents

Credible intervals for the model

Usage

credible_intervals(x, ...)

# S4 method for musica
credible_intervals(x, result, modality, model_id)

# S4 method for result_collection
credible_intervals(x, modality, model_id)

# S4 method for result_model
credible_intervals(x)

credible_intervals(x, ...) <- value

# S4 method for musica,matrix
credible_intervals(x, result, modality, model_id) <- value

# S4 method for result_collection,matrix
credible_intervals(x, modality, model_id) <- value

# S4 method for result_model,matrix
credible_intervals(x) <- value

Arguments

x

A musica, result_collection, or result_model object generated by a mutational discovery or prediction tool.

...

Other inputs

result

Name of result from result_list to assign the credible_intervals. Used when result is a musica object.

modality

Modality to assign the credible_intervals. Used when result is a musica or result_collection object.

model_id

Model identifier to assign the credible_intervals. Used when result is a musica or result_collection object.

value

List of credible intervals

Value

The credible intervals for the model

Examples

data(res)
credible_intervals(res, "result", "SBS96", "res")
#> List of length 0