Schema for LC-MS feature table (FeatureMap features)
More...
#include <OpenMS/FORMAT/ArrowSchemaRegistry.h>
|
| static constexpr const char * | UNIQUE_ID = "unique_id" |
| |
| static constexpr const char * | PARENT_FEATURE_ID = "parent_feature_id" |
| |
| static constexpr const char * | DEPTH = "depth" |
| |
| static constexpr const char * | RT = "rt" |
| |
| static constexpr const char * | MZ = "mz" |
| |
| static constexpr const char * | INTENSITY = "intensity" |
| |
| static constexpr const char * | CHARGE = "charge" |
| |
| static constexpr const char * | QUALITY = "quality" |
| |
| static constexpr const char * | QUALITY_RT = "quality_rt" |
| |
| static constexpr const char * | QUALITY_MZ = "quality_mz" |
| |
| static constexpr const char * | WIDTH = "width" |
| |
| static constexpr const char * | RT_BB_MIN = "rt_bb_min" |
| |
| static constexpr const char * | RT_BB_MAX = "rt_bb_max" |
| |
| static constexpr const char * | MZ_BB_MIN = "mz_bb_min" |
| |
| static constexpr const char * | MZ_BB_MAX = "mz_bb_max" |
| |
| static constexpr const char * | CONVEX_HULLS = "convex_hulls" |
| |
| static constexpr const char * | METAVALUES = "metavalues" |
| |
Schema for LC-MS feature table (FeatureMap features)
◆ convexHullType()
| static std::shared_ptr< arrow::DataType > convexHullType |
( |
| ) |
|
|
static |
◆ metavaluesType()
| static std::shared_ptr< arrow::DataType > metavaluesType |
( |
| ) |
|
|
static |
◆ schema()
| static std::shared_ptr< arrow::Schema > schema |
( |
| ) |
|
|
static |
◆ CHARGE
| constexpr const char* CHARGE = "charge" |
|
staticconstexpr |
◆ CONVEX_HULLS
| constexpr const char* CONVEX_HULLS = "convex_hulls" |
|
staticconstexpr |
◆ DEPTH
| constexpr const char* DEPTH = "depth" |
|
staticconstexpr |
◆ INTENSITY
| constexpr const char* INTENSITY = "intensity" |
|
staticconstexpr |
◆ METAVALUES
| constexpr const char* METAVALUES = "metavalues" |
|
staticconstexpr |
◆ MZ
| constexpr const char* MZ = "mz" |
|
staticconstexpr |
◆ MZ_BB_MAX
| constexpr const char* MZ_BB_MAX = "mz_bb_max" |
|
staticconstexpr |
◆ MZ_BB_MIN
| constexpr const char* MZ_BB_MIN = "mz_bb_min" |
|
staticconstexpr |
◆ PARENT_FEATURE_ID
| constexpr const char* PARENT_FEATURE_ID = "parent_feature_id" |
|
staticconstexpr |
◆ QUALITY
| constexpr const char* QUALITY = "quality" |
|
staticconstexpr |
◆ QUALITY_MZ
| constexpr const char* QUALITY_MZ = "quality_mz" |
|
staticconstexpr |
◆ QUALITY_RT
| constexpr const char* QUALITY_RT = "quality_rt" |
|
staticconstexpr |
◆ RT
| constexpr const char* RT = "rt" |
|
staticconstexpr |
◆ RT_BB_MAX
| constexpr const char* RT_BB_MAX = "rt_bb_max" |
|
staticconstexpr |
◆ RT_BB_MIN
| constexpr const char* RT_BB_MIN = "rt_bb_min" |
|
staticconstexpr |
◆ UNIQUE_ID
| constexpr const char* UNIQUE_ID = "unique_id" |
|
staticconstexpr |
◆ WIDTH
| constexpr const char* WIDTH = "width" |
|
staticconstexpr |