Open
Description
I'm having trouble running dynwrap::infer_trajectory() on my data.
My installation seems to be okay, the methods work fine on the toy data.
However, on my data (and verbose=TRUE), I get a lot of package loading messages and:
1. dynwrap::infer_trajectory(dataset, method = ti_monocle_ddrtree(reduction_method = "DDRTree",
. max_components = 5, norm_method = "log", filter_features_mean_expression = 0.1),
. verbose = TRUE)
2. stop("Error during trajectory inference \n", crayon::bold(error),
. call. = FALSE)
As my data was running as expected through Monocle in the past, I followed
https://github.com/dynverse/ti_monocle_ddrtree/blob/master/run.R
line by line, and everything runs up to line 79.
Do you have any tips on how I can debug this? (I tried several other ti_ methods as well, with similar results)
Thanks for this really cool package!
Metadata
Metadata
Assignees
Labels
No labels