-
Notifications
You must be signed in to change notification settings - Fork 44
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
Unusual multi-FCS files #24
Comments
Hello, I had the same issue, thank you for this solution! I am using the cytoflow package for my parsing and analysis of FC data and I wanted to raise the issue with them as well. Do you mind if I use your example? |
@maaikesangster Please feel free |
Do note that |
(And @maaikesangster , |
For me, for a file with 4x concatenated FCS files, this works for
All 4 files can be opened successfully when first separated via this approach (#24 (comment)) . Happy to share all 5 files (original + 4 split) if desired. edit: here is the full error message
It seems |
@photocyte I'd love to add it to my collection of weird FCS files (: And if I can figure out the fix, I'll submit a pull request to @eyurtsev . |
Thanks @bpteague ! See linked zip file below. That has the I also realized I previously uploaded a file here (#24 (comment)) that should have the same phenomena, but maybe it isn't already split out. |
@photocyte Thanks for the file. I found the problem, and the fix is easy. In
with
@eyurtsev, I'll put together a test case and a PR. |
Hi there,
I've come across FCS files (From the Luminex Muse), which implement multi-FCS by simple concatenating single FCS files together. This was my solution to split them:
Once these multi-FCS files are split, fcsparser works perfectly, as far as I can tell. But it might be nice for the library to be able to detect these files by default! See attached for an example FCS:
ADM_09SEP2020_181310.VIA.FCS.zip
The text was updated successfully, but these errors were encountered: