SydneyBioX / spicyR

https://sydneybiox.github.io/spicyR/
8 stars 4 forks source link

getPairwise Function Returns Zero-column Matrix #43

Closed DarioS closed 1 month ago

DarioS commented 2 months ago

For example,

library(spicyR)
load("/dski/nobackup/biostat/test/IMC.RData") # albona.
pairsColocated <- getPairwise(IMC, sigma = 50, imageID = "ImageNumber", cellType = "description",
                              spatialCoordCols = c("Location_Center_X", "Location_Center_Y"))
> dim(pairsColocated)
  385   0
nick-robo commented 1 month ago

This should be fixed