fcs icon indicating copy to clipboard operation
fcs copied to clipboard

Javascript / node.js code to read FCS flow cytometry data

Results 2 fcs issues
Sort by recently updated
recently updated
newest added

For some FCS files I get the above error. I see it in the code here: ``` if ('4,3,2,1' === this.text.$BYTEORD) isBE = true; else if ('1,2,3,4' === this.text.$BYTEORD) isBE...

Code looks for options.skip, not options.eventSkip.

bug
documentation