setFwkParam {mutSignatures} | R Documentation |
Method setFwkParam.
Description
Set or update one of the parameters in a mutFrameworkParams-class object. Individual paramaters can be set or updated, by passing the parameter label, and the corresponding parameter value.
Usage
setFwkParam(x, label, value)
## S4 method for signature 'mutFrameworkParams,character'
setFwkParam(x, label, value)
Arguments
x |
an object to extract Signature Identifiers from, i.e. a mutSignExposures-class |
label |
string corresponding to the parameter label to be updated |
value |
new value (string or numeric) of the parameter to be updated |
[Package mutSignatures version 2.1.1 Index]