Hello,
I meet the following error when reading some customized FCS.
Error in .readFCSdataRaw(con, dattype, count = as.integer(offsets["dataend"] - : object 'splitInt' not found
I checked the code and found "splitInt" is not initialized when "transformation" %in% names(x) && x[["transformation"]] == "custom" (line 546 of https://github.com/Bioconductor-mirror/flowCore/blob/809692c9f2337a25bcc0adf444f536c2f1317fd6/R/IO.R#L547).
Do you think it can be fixed by adding splitInt <- TRUE or FALSE in the condition?
Thanks,
Best/Yang