Open SohaibRais opened 3 years ago
@sqjin This might be related with the conversion of python object to R. Can you try other methods to convert it?
@sqjin This might be related with the conversion of python object to R. Can you try other methods to convert it? hi! I have the same error (Error in if (sum(P1) == 0) { : missing value where TRUE/FALSE needed) when running computeCommunProb(cellchat,raw.use = TRUE), but I converted a Seurat object into cellchat,I don't know how to fix it, can you help me?
I'm currently having the same issue, did anyone ever come up with a solution here?
I resolved this issue by using my h5 data in a Seurat pipeline rather than Scanpy and then using that data in CellChat. I wasn't ever able to figure out why the Scanpy anndata did not work.
I am running scanpy anndata through CellChat and my code works except for when it gets to computing the communication probability. This is the error I get. ad <- import("anndata", convert = FALSE)
Does anyone know why this could be happening? My metadata seems fine and my anndata is all normalized.