12 Miscellaneous¶
Table: Predefined column names
| name | description | type | format / example | required for peak visualization |
|---|---|---|---|---|
| mz | mass to charge ratio | MzType | '%.6f' / 259.022345 | True |
| mzmin | mass to charge ratio lower limit | " | " | True |
| mzmax | mass to charge ratio upper limit | " | " | True |
| z | charge state | int | '%d' / 2 | False |
| rt | retention time | RtType | '%.2fm' / 17.23m | True |
| rtmin | retention time lower limit | " | " | True |
| rtmax | retention time upper limit | " | " | True |
| fwhm | full peak width at half maximum | RtType | 0.23m | False |
| peakmap | ms raw data | PeakMap | None | True |