Hi Johannes,
Here also I want to report issue when I tried to load my own data and setBackend from MzR to DataFrame. It renders following error.
#' Change backend to a MsBackendDataFrame: load data into memory
sps_all <- setBackend(sps_all, MsBackendDataFrame())
Error messages:
3 parallel jobs did not deliver results1 parallel job did not deliver a resultError in result[[njob]] <- value :
attempt to select less than one element in OneIndex
I am not sure if the size matter. I have 19 DDA runs and the total size using MzR backend is as followed:
print(object.size(sps_all), units = "MB")
13.5 Mb
Thanks,
Minghao Gong