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
- Host: GitHub
- URL: https://github.com/martindisch/fcs
- Owner: martindisch
- License: other
- Created: 2022-06-05T16:11:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T18:02:39.000Z (almost 4 years ago)
- Last Synced: 2024-09-07T01:30:01.148Z (over 1 year ago)
- Topics: fcs, flow-cytometry, flow-cytometry-data, flow-cytometry-files
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-3RD-PARTY
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.