getParam: Get a parameter

Description Usage Arguments Value Examples

Description

Get a parameter value from a Params object. This function is similar with that in splatter.

Usage

1
2
3
4
getParam(object, name)

## S4 method for signature 'Params'
getParam(object, name)

Arguments

object

Params object to get values from.

name

vector of names of the parameters to get.

Value

List with the values of the selected parameters.

Examples

1
2
params <- newescoParams()
getParam(params, c("nGenes"))

JINJINT/splattermodify documentation built on May 19, 2021, 4:05 p.m.