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
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Hi, I'm simply trying to run the tutorial script in Rstudio, but am running into the following problem.
packageVersion("CellChat")=‘1.1.3’
When running
cellchat <- netClustering(cellchat, type = "functional"),
I get the error message:
The error seems to be NA/NaN/Inf in foreign function call(arg 1), when I try to add code "Y[is.na(Y)] < -0" after "data.use <- Y" in netClustering function, then there is not an error. I'm not sure if that's right?