-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FCS parse text error #45
Comments
Heres a copy of the exact error message: The
This installation of data.table has not detected OpenMP support. It should still work but in single-threaded mode. Attaching package: ‘data.table’ The following objects are masked from ‘package:reshape2’:
The
Attaching package: ‘flowCore’ The following object is masked from ‘package:VGAM’:
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! |
Hi @Bunmi0616, you may refer to this issue : nolanlab/spade#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 |
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: |
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
The text was updated successfully, but these errors were encountered: