Table Explorer Column Name Schema¶
The table inspector in emzed_gui is not a generic grid only. Parts of the
UI and several actions are enabled based on groups of column names present in
the table.
These groups may appear once or multiple times with shared __postfix
suffixes.
Schema contracts¶
| Contract | Key columns | Effect |
|---|---|---|
| Peak / EIC plotting | peakmap, mzmin, mzmax, rtmin, rtmax |
EIC and m/z plots, peak visualization |
| Spectra | spectra, spectra_ms2 |
Spectra chooser, MS2 display |
| Chromatograms | chromatogram |
Chromatogram traces and chooser |
| Integration results | area, rmse, model, … |
Integration widget and result write-back |
| Color | color |
Row or per-cell background coloring |
| Nested inspectors | (any Table / PeakMap cell) |
Double-click opens nested inspector |
General rules¶
- table explorer capabilities are enabled by recognized column groups
- those groups may appear once or multiple times with shared
__postfixsuffixes - peak, spectra, chromatogram, and integration functionality are independent schema layers
- current chromatogram feature detection has a known mismatch — see Chromatograms