FlowFairy API
This crate provides methods for manipulating flow cytometry files. Please refer to the API documentation for more information.
Installation
This crate is available on crates.io. To use it, add the following to your Cargo.toml:
[]
= "0.1.0"
Usage
Reading an fcs file:
use FcsFile;