Open ccruizm opened 3 years ago
@ccruizm Can you try to run the source codes of netVisual_embeddingZoomIn
to figure out the reason. I have no idea except that I can replicate your error.
I also have this error. Could you give me some advice to solve it? Thanks a lot!
@LipingChen0607 Do you have this issue when running the example data? If not, there may be a bug of this code and I can check it if you share me your cellchat object.
I have the error as well and I found the problem, for pairwise comparison there is netVisual_embeddingPairwiseZoomIn - netVisual_embeddingZoomIn uses 'comparison <- "single"' and that comparison is not in the merged objects.
I also have the same problem. The merged cellchat object have this error. A single cellchat object runs fine. How to solve it?
Good day!
I am having problems magnifying the view of each pathway group using
netVisual_embeddingZoomIn
. When runningnetVisual_embeddingZoomIn(cellchat, type = "structural")
i get the error below:I can visualize the clustered pathways using
netVisual_embeddingPairwise
. Do not understand why I am having that error.Thanks in advance!