flow-fcs-compress 0.1.2

Compression codecs for flow cytometry data, tuned for FCS-format event tables.
Documentation
1
2
3
4
5
//! Pre/post transforms that prepare data for entropy coding without doing
//! entropy coding themselves.

pub mod asinh;
pub mod byte_stream_split;