setParam | R Documentation |
Function for setting parameter values.
setParam(object, name, value)
## S4 method for signature 'BASiCSParams'
setParam(object, name, value)
## S4 method for signature 'KersplatParams'
setParam(object, name, value)
## S4 method for signature 'Lun2Params'
setParam(object, name, value)
## S4 method for signature 'LunParams'
setParam(object, name, value)
## S4 method for signature 'Params'
setParam(object, name, value)
## S4 method for signature 'PhenoParams'
setParam(object, name, value)
## S4 method for signature 'SCDDParams'
setParam(object, name, value)
## S4 method for signature 'SplatParams'
setParam(object, name, value)
## S4 method for signature 'SplatPopParams'
setParam(object, name, value)
## S4 method for signature 'ZINBParams'
setParam(object, name, value)
object |
object to set parameter in. |
name |
name of the parameter to set. |
value |
value to set the parameter to. |
Object with new parameter value.
params <- newSimpleParams()
setParam(params, "nGenes", 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.