Schema for spectra in semi-wide (one row per spectrum, list columns for peaks) format.
More...
#include <OpenMS/FORMAT/ArrowSchemaRegistry.h>
|
| static std::shared_ptr< arrow::Schema > | schema () |
| |
|
| static constexpr const char * | SPECTRUM_INDEX = "spectrum_index" |
| |
| static constexpr const char * | RT = "rt" |
| |
| static constexpr const char * | MS_LEVEL = "ms_level" |
| |
| static constexpr const char * | NATIVE_ID = "native_id" |
| |
| static constexpr const char * | MZ = "mz" |
| |
| static constexpr const char * | INTENSITY = "intensity" |
| |
| static constexpr const char * | ION_MOBILITY = "ion_mobility" |
| |
| static constexpr const char * | PRECURSOR_MZ = "precursor_mz" |
| |
| static constexpr const char * | PRECURSOR_CHARGE = "precursor_charge" |
| |
| static constexpr const char * | PRECURSOR_INTENSITY = "precursor_intensity" |
| |
| static constexpr const char * | ISOLATION_LOWER = "isolation_lower" |
| |
| static constexpr const char * | ISOLATION_UPPER = "isolation_upper" |
| |
Schema for spectra in semi-wide (one row per spectrum, list columns for peaks) format.
◆ schema()
| static std::shared_ptr< arrow::Schema > schema |
( |
| ) |
|
|
static |
◆ INTENSITY
| constexpr const char* INTENSITY = "intensity" |
|
staticconstexpr |
◆ ION_MOBILITY
| constexpr const char* ION_MOBILITY = "ion_mobility" |
|
staticconstexpr |
◆ ISOLATION_LOWER
| constexpr const char* ISOLATION_LOWER = "isolation_lower" |
|
staticconstexpr |
◆ ISOLATION_UPPER
| constexpr const char* ISOLATION_UPPER = "isolation_upper" |
|
staticconstexpr |
◆ MS_LEVEL
| constexpr const char* MS_LEVEL = "ms_level" |
|
staticconstexpr |
◆ MZ
| constexpr const char* MZ = "mz" |
|
staticconstexpr |
◆ NATIVE_ID
| constexpr const char* NATIVE_ID = "native_id" |
|
staticconstexpr |
◆ PRECURSOR_CHARGE
| constexpr const char* PRECURSOR_CHARGE = "precursor_charge" |
|
staticconstexpr |
◆ PRECURSOR_INTENSITY
| constexpr const char* PRECURSOR_INTENSITY = "precursor_intensity" |
|
staticconstexpr |
◆ PRECURSOR_MZ
| constexpr const char* PRECURSOR_MZ = "precursor_mz" |
|
staticconstexpr |
◆ RT
| constexpr const char* RT = "rt" |
|
staticconstexpr |
◆ SPECTRUM_INDEX
| constexpr const char* SPECTRUM_INDEX = "spectrum_index" |
|
staticconstexpr |