0.1.0 • Published 4 years ago

fcs-parser v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Flow Cytometry Standard

NPM version Test coverage npm download

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.

  • https://en.wikipedia.org/wiki/Flow_Cytometry_Standard.

License

MIT

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago