dynverse / dyno

Inferring, interpreting and visualising trajectories using a streamlined set of packages 🦕
https://dynverse.github.io/dyno
Other
167 stars 32 forks source link

Error in `map_fun()`: #144

Open hmlopezbertoni opened 7 months ago

hmlopezbertoni commented 7 months ago

Hi everyone!

I'm getting the following error when trying to create a model for TI:

model <- infer_trajectory(dataset, first(methods_selected))

Error in map_fun(): ℹ In index: 1. Caused by error in .method_extract_priors(): ! Prior information start_id is missing from dataset 20240308_132648__data_wrapper__r4arzFuYHA but is required by the method. -> If known, you can add this prior information using add_prior_information(dataset, start_id = ). -> Otherwise, this method cannot be used. Run rlang::last_trace() to see where the error occurred.

Has anyone encountered the same issue?

Thanks!