fcs-parser
v0.1.0
Published
Parse flow cytometry standard (FCS) files
Downloads
307
Readme
Flow Cytometry Standard
Read encoded data from flow cytometry experiments.
Available versions:
- 2.0
- 3.0
- 3.1
Installation
$ npm i fcs-parser
Usage
import { readFileSync } from 'fs';
import { parseFCS } from 'fcs-parser';
const buffer = readFileSync('pathToFile');
let parsed = parseFCS(buffer);
console.log(parsed);
API Documentation
References
Spidlen, J., Moore, W., Parks, D., Goldberg, M., Bray, C., Bierre, P., ... & Lefebvre, R. (2010). Data file standard for flow cytometry, version FCS 3.1. Cytometry Part A: The Journal of the International Society for Advancement of Cytometry, 77(1), 97-100.