When I run flow_auto_qc on a flowSet I receive the following error for one of my samples:
Error in read.FCS(tmp) :
file/var/folders/4m/g5mydqs14l9gk3f878gft1y0000kmf/T//RtmpsHDeuF/file26d57eb8ff47seems to be corrupted.
The actual number of cells in data section (1) is not consistent with keyword '$TOT' (0)
In addition: Warning message:
In readFCSdata(con, offsets, txt, transformation, which.lines, scale, :
Error in reading data stream for file '/var/folders/4m/g5mydqs14l9gk3f878gft1y0000kmf/T//RtmpsHDeuF/file26d57eb8ff47'/nData may be truncated!
It seems to be particularly associated with flowAI:::flow_rate_check
I've tried to troubleshoot the issue but I'm getting nowhere.
Looking at that sample specifically:
keyword(grp1.comp.fs[[10]], "$TOT")
$$TOT
[1] "0000000000000005000"
When I run
flow_auto_qcon a flowSet I receive the following error for one of my samples:It seems to be particularly associated with
flowAI:::flow_rate_checkI've tried to troubleshoot the issue but I'm getting nowhere.
Looking at that sample specifically:
keyword(grp1.comp.fs[[10]], "$TOT")$
$TOT[1] "0000000000000005000"