Dane-Z

Results 10 comments of Dane-Z

> Hello, > > Would you mind sharing the data frame as an RDS file so I can try to reproduce the issue? I'm trying to upload the file in...

This also occurs sometimes for the output of other pathways. For example, when re-running pathfindR, GO_BP didn't produce this error, but Reactome did. This is on the same dataset with...

``` pdf(file = paste0("term_gene_heatmap_", enrichment_db, ".pdf"), width = 11.69, height = 8.27) print(term_gene_heatmap(result_df = output_df_pathfindR, genes_df = input_df_pathfindR, use_description = TRUE, num_terms = 10)) dev.off() ```

[pathfindR_df.zip](https://github.com/egeulgen/pathfindR/files/9382422/pathfindR_df.zip)

Sorry, I may have attached one that passed on a different pathway. Here is a zip folder with input/output dateframes. In this example, the error occurs when printing the term...

Really strange. I am not able to replicate the errors locally either but these appear on our server for multiple members of our team. Could this be a package issue?...

Same issue but our lab has just started self-hosting using cellxgene 1.0.1 for the past few months. We want to expand to use cellxgene VIP but are unsure whether to...

Also have this issue with the 405 error

I was able to fix the 405 error using the solution from #35 (updating cellxgene-vip). However, I'm still running an older version of cellxgene to use cellxgene-vip because errors are...

After looking at the html code in Dev tool on Chrome I found the issue. This code is throwing an error because the asset is not found. For some reason...