Hello,
I am running FlowSOM:::MapDataToCodes(someWeights, as.matrix(fovPixelData)) which produces the following error:
Error in FlowSOM:::MapDataToCodes(someWeights, as.matrix(fovPixelData)) :
long vectors (argument 1) are not supported in .C
someWeights is a 100 x 10 numerical matrix, and fovPixel data is a large file (297923080 obs. of 10 variables). fovPixel is produced by reading a .feather file as data.table(arrow::read_feather(file))
Do you have any thoughts on what is causing this error?
Thanks!