R/method_infer_trajectory.R
infer_trajectories.Rd
Infer trajectories
infer_trajectories(dataset, method, parameters = NULL, give_priors = NULL, seed = random_seed(), verbose = FALSE, return_verbose = FALSE, debug = FALSE, map_fun = map) infer_trajectory(dataset, method, parameters = NULL, give_priors = NULL, seed = random_seed(), verbose = FALSE, return_verbose = FALSE, debug = FALSE, ...)
dataset | One or more datasets as created by |
---|---|
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 (dynwrap::priors). |
seed | A seed to be passed to the TI method. |
verbose | Whether or not to print information output. |
return_verbose | Whether to store and return messages printed by the method. |
debug | Used for debugging containers methods. |
map_fun | A map function to use when inferring trajectories with multiple datasets or methods. Allows to parallellise the execution in an arbitrary way. |
... | Any additional parameters given to the method, will be concatednated to the parameters argument |
infer_trajectory: A trajectory
infer_trajectories: A tibble containing the dataset and method identifiers, the trajectory model
and a summary containing the execution times, output and errors if appropriate