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:
gui.rs
: This module contains the implementation of the graphical user interface (GUI) using theegui
library.parser.rs
: This module handles the parsing and processing of the mzML data files.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§
- main 🔒