Description Usage Arguments Value Examples
Get a parameter value from a Params object.
This function is similar with that in splatter
.
1 2 3 4 |
object |
Params object to get values from. |
name |
vector of names of the parameters to get. |
List with the values of the selected parameters.
1 2 | params <- newescoParams()
getParam(params, c("nGenes"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.