Open csijcs opened 2 years ago
@csijcs It appears that there are bugs when running on your data. If you can share me the object, I can take a closer look.
Thanks very much for your response. Here is a link to the data: https://drive.google.com/file/d/1rJUeKaFJbrsc8Jk5oXNWuwYULqlZo5Xi/view?usp=sharing It's currently restricted, but once you request access I will add you.
@csijcs Can you try the solution in #259
That does not solve the problem for me. My rownames are set correctly.
I did discover that the problem only occurs with umap.method = "umap-learn" and not with umap.method = "uwot"
Really great tool! I'm having issues with one step of the analysis though:
cellchat <- netEmbedding(cellchat, type = "functional")
Gives the following warning:
And then when I run:
cellchat <- netClustering(cellchat, type = "functional")
I get the following error:
Error in do_one(nmeth) : NA/NaN/Inf in foreign function call (arg 1)
Any idea how this can be corrected?