Skip to contents

Dispatches the nemoverse workflow class based on the chosen workflow.

Usage

nemoverse_wf_dispatch(wf = NULL)

Arguments

wf

Workflow name.

Value

The nemo workflow class to initiate.

Examples

wf <- "basemean"
(fun <- nemoverse_wf_dispatch(wf))
#> function (x, ...) 
#> UseMethod("mean")
#> <bytecode: 0x563e266c8880>
#> <environment: namespace:base>