An open API service indexing awesome lists of open source software.

https://github.com/martindisch/fcs

Low-level Flow Cytometry Standard (FCS) file serializer/deserializer
https://github.com/martindisch/fcs

fcs flow-cytometry flow-cytometry-data flow-cytometry-files

Last synced: 7 months ago
JSON representation

Low-level Flow Cytometry Standard (FCS) file serializer/deserializer

Awesome Lists containing this project

README

          

# fcs

A low-level Flow Cytometry Standard (FCS) file serializer/deserializer.

## Features

- Parsing header segment
- Parsing text segment
- Parsing data segment of 32-bit floats in list mode

## License

Licensed under either of

- [Apache License, Version 2.0](LICENSE-APACHE)
- [MIT license](LICENSE-MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.