Retrieve other_parameters from a result_model, result_collection, or musica object
Source:R/class_result_model.R
other_parameters.Rd
Parameters for the model
Usage
other_parameters(x, ...)
# S4 method for class 'musica'
other_parameters(x, result, modality, model_id)
# S4 method for class 'result_collection'
other_parameters(x, modality, model_id)
# S4 method for class 'result_model'
other_parameters(x)
other_parameters(x, ...) <- value
# S4 method for class 'musica,matrix'
other_parameters(x, result, modality, model_id) <- value
# S4 method for class 'result_collection,matrix'
other_parameters(x, modality, model_id) <- value
# S4 method for class 'result_model,matrix'
other_parameters(x) <- value
Arguments
- x
A
musica
,result_collection
, orresult_model
object generated by a mutational discovery or prediction tool.- ...
Other inputs
- result
Name of result from result_list to assign the other_parameters. Used when
result
is amusica
object.- modality
Modality to assign the other_parameters. Used when
result
is amusica
orresult_collection
object.- model_id
Model identifier to assign the other_parameters. Used when
result
is amusica
orresult_collection
object.- value
List of other parameters
Examples
data(res)
other_parameters(res, "result", "SBS96", "res")
#> List of length 0