Ege Ulgen
Ege Ulgen
Thank you for raising this issue. We've been planning on enabling setting a seed for some time, and will be implementing this in `run_pathfindR()` as an argument soon. I'll keep...
Hello, Would you mind sharing the data frame as an RDS file so I can try to reproduce the issue?
can you share the command that produced this?
can you zip together the RDS files for `output_df_pathfindR` and `input_df_pathfindR ` and share it? The zip should be allowed to be uploaded
I cannot reproduce this issue. Can you try downloading the latest development version and see if this resolves the issue? ```r install.packages("devtools") # if you have not installed "devtools" devtools::install_github("egeulgen/pathfindR")...
Hello again, I couldn't reproduce the issue with this data either. Please try the latest development version and let me know if it persists
can you debug by running `term_gene_heatmap()` after running `debugonce(term_gene_heatmap)` and tell me on which line the error occurs? This might help us pinpoint the issue
can you share the output of `sessionInfo()`?
what is the version of pathfindR you're using? can you share `sessionInfo()` after loading the library?
This is odd. Can you share the command you're using and the entire console output?