R/ti_infer_trajectory.R
    execute_method_on_dataset.RdRun a method on a dataset with a set of parameters
execute_method_on_dataset(dataset, method, parameters = list(), give_priors = NULL, mc_cores = 1, verbose = FALSE, capture_output = FALSE)
| dataset | The dataset | 
|---|---|
| method | One or more methods. Must be one of: 
 | 
| parameters | A set of parameters to be used during trajectory inference.
A parameter set must be a named list of parameters.
If multiple methods were provided in the  | 
| give_priors | All the priors a method is allowed to receive.
Must be a subset of all available priors ( | 
| mc_cores | The number of cores to use, allowing to parallellise the different datasets | 
| verbose | Whether or not to print information output | 
| capture_output | Whether to capture the stdout and stderr produced by a method |