dyno icon indicating copy to clipboard operation
dyno copied to clipboard

slingshot prior

Open maxlarosa opened this issue 6 years ago • 1 comments

Hi, I'm running slingshot with priors about clustering, i.e. groups_id, but when I run the command, no priors is passed to the function, as I can see with verbose = TRUE. The dataset has the priors_information$groups_id field

model <- infer_trajectory(dataset, ti_slingshot(), give_priors = "groups_id", verbose = TRUE)

console: inputs: expression priors :

Can you help me please?

Massimo

maxlarosa avatar Apr 08 '20 14:04 maxlarosa

Hi,

I was having the same problem. I checked the answers in issue #91 and it helped to fix my code.

Hopefully, it helps you too.

Cheers, Wendell

wendelljpereira avatar Oct 21 '20 17:10 wendelljpereira