You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for this amazing and user-friendly package !
I'm analyzing a public CosMx dataset (lung FFPE), each object has approximately 100k cells and a 960 gene panel. I'm running computeComunProb on each of the object, I followed exactly the vignette of single spatially resolved transcriptomic dataset up until this point and I didn't have any problem.
For 3 objects out of 7 I have this warning message:
Warning message:
In size + sum(size_args, na.rm = FALSE) : NAs produced by integer overflow
I don't really know from where it could come from and how to fix it. I don't know if I can trust the results afterwards.
For the scale.distance parameter, when I tried it on the first object, I had a message telling me to change it for a value a little bit lower than 5.7 so I chose 5.6 and I applied it for all the other objects. Maybe that's the problem ? Should I have a different value for every object? Can I still compare them with different scale.distance values ?
When I use the PPI method, I don't have this warning,
Thanks in advance !
The text was updated successfully, but these errors were encountered:
Running into the same issue cellchat <- computeCommunProb(cellchat, type = "triMean") is giving the Warning message: In size + sum(size_args, na.rm = FALSE) : NAs produced by integer overflow
error. Have you solved this?
Hi,
First, thank you for this amazing and user-friendly package !
I'm analyzing a public CosMx dataset (lung FFPE), each object has approximately 100k cells and a 960 gene panel. I'm running computeComunProb on each of the object, I followed exactly the vignette of single spatially resolved transcriptomic dataset up until this point and I didn't have any problem.
For 3 objects out of 7 I have this warning message:
I don't really know from where it could come from and how to fix it. I don't know if I can trust the results afterwards.
The code I'm running is:
For the scale.distance parameter, when I tried it on the first object, I had a message telling me to change it for a value a little bit lower than 5.7 so I chose 5.6 and I applied it for all the other objects. Maybe that's the problem ? Should I have a different value for every object? Can I still compare them with different scale.distance values ?
When I use the PPI method, I don't have this warning,
Thanks in advance !
The text was updated successfully, but these errors were encountered: