JinmiaoChenLab / cytofkit2

21 stars 16 forks source link

FCS parse text error #45

Open Bunmi0616 opened 2 years ago

Bunmi0616 commented 2 years ago

Hello,

I am trying to run an analysis with files that were generated using the new XT platform for the Helios for CyTOF. I am getting this error message: Error in fcsTextParse: Empty keyword name detected. Is there a way around this?

Kind regards, Bunmi

Bunmi0616 commented 2 years ago

Heres a copy of the exact error message:

The name provided ('hand-o-right') is deprecated in Font Awesome 5:

Attaching package: ‘data.table’

The following objects are masked from ‘package:reshape2’:

dcast, melt

The name provided ('hand-o-right') is deprecated in Font Awesome 5:

Attaching package: ‘flowCore’

The following object is masked from ‘package:VGAM’:

exponential

Warning: Error in fcsTextParse: Empty keyword name detected!If it is due to the double delimiters in keyword value, please set emptyValue to FALSE and try again! [No stack trace available]

raman91 commented 2 years ago

Hi @Bunmi0616, you may refer to this issue : https://github.com/nolanlab/spade/issues/134 and see if it helps. It looks like your FCS file header is corrupt because of an empty keyword or incorrectly escaped delimiter. Pls let us know if you need more help. Thank you

Bunmi0616 commented 2 years ago

Hi @raman91, I tried the following variations of the suggested code in[ nolanlab/spade#134] and still getting the same error message as above. After loading the necessary libraries: image