You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks a lot for your package and the clear explanation that you give with your work. I am trying to reproduce what you did with the co-expression module dynamics with pseudotime (https://smorabit.github.io/hdWGCNA/articles/pseudotime.html). I do manage to calculate both the modules and the pseudotime but I don't manage to plot the module dynamics graph either with the dataset that you provided in the tutorial or my data.
I recover the error code :
Error in group_by():
! Can't transform a data frame with duplicate names.
Run rlang::last_trace() to see where the error occurred.
Thanks a lot for you help!
The text was updated successfully, but these errors were encountered:
Hi,
Thanks a lot for your package and the clear explanation that you give with your work. I am trying to reproduce what you did with the co-expression module dynamics with pseudotime (https://smorabit.github.io/hdWGCNA/articles/pseudotime.html). I do manage to calculate both the modules and the pseudotime but I don't manage to plot the module dynamics graph either with the dataset that you provided in the tutorial or my data.
I recover the error code :
Error in
group_by()
:! Can't transform a data frame with duplicate names.
Run
rlang::last_trace()
to see where the error occurred.Thanks a lot for you help!
The text was updated successfully, but these errors were encountered: