Structs§
- Fcs
- A struct representing an FCS file
- Header
- Contains FCS version and byte offsets to text, data, and analysis segments
- Metadata
- Contains keyword-value pairs and delimiter from the TEXT segment of an FCS file
- Parameter
Enums§
- Byte
Order - Byte order (endianness) for reading numeric data from FCS files
- FcsData
Type - The data type of the FCS file, which determines how event data is stored
- Keyword
- Transform
Type - Transformation type to apply to flow cytometry parameter data
- Version
- An enum representing FCS file format versions
Traits§
- Formattable
- Trait for types that can format transformed values for display
- Transformable
- Trait for types that can transform values from raw to display scale