Description Usage Arguments Value Examples
Function for setting parameter values.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | 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.
1 2 | params <- newSimpleParams()
setParam(params, "nGenes", 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.