Crate chromascope

source ·
Expand description

Chromascope is a lightweight and easy-to-use GUI application designed to read mzML mass spectrometry data.

The crate consists of three main modules:

  1. gui.rs: This module contains the implementation of the graphical user interface (GUI) using the egui library.
  2. parser.rs: This module handles the parsing and processing of the mzML data files.
  3. plotting_parameters.rs: This module defines the parameters and settings for the data plotting functionality.

Modules§

  • gui 🔒
    gui logic and components
  • parser 🔒
    backend for parsing MzML files for plotting
  • contains enums for defining line properties

Functions§