dynverse / dyno

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

wrap_expression inheritance #26

Closed lkalesinskas closed 5 years ago

lkalesinskas commented 5 years ago

Hello!

Thank you for putting together this wonderful package. I ran through the test dataset "fibroblast_reprogramming_treutlein" without any issues. However, when I attempt to use my own datasets - I keep getting this bug when I try to "wrap" the dataset: cell_ids inherits from NULL not character. I tried to input the correct data into the dataset object created and run a trajectory method, but I receive the same error: cell_ids inherits from NULL not character.

I have run a check on dataset$cell_ids to check the inheritance and it seems to pass: inherits(dataset$cell_ids, 'character') [1] TRUE

Any help or guidance would be very much appreciated! Thanks!