Skip to contents

The table name

Usage

table_selected(result)

# S4 method for result_model
table_selected(result)

Arguments

result

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

Value

Table name used for plotting

Examples

data(res)
model <- get_model(res, "result", "SBS96", "res")
table_selected(model)
#> [1] "SBS96"