Schema for protein identification results table.
More...
#include <OpenMS/FORMAT/ArrowSchemaRegistry.h>
|
| static constexpr const char * | ACCESSION = "accession" |
| |
| static constexpr const char * | SCORE = "score" |
| |
| static constexpr const char * | RANK = "rank" |
| |
| static constexpr const char * | COVERAGE = "coverage" |
| |
| static constexpr const char * | SEQUENCE = "sequence" |
| |
| static constexpr const char * | DESCRIPTION = "description" |
| |
| static constexpr const char * | IS_DECOY = "is_decoy" |
| |
| static constexpr const char * | RUN_IDENTIFIER = "run_identifier" |
| |
| static constexpr const char * | MODIFICATIONS = "modifications" |
| |
| static constexpr const char * | METAVALUES = "metavalues" |
| |
Schema for protein identification results table.
◆ metavaluesType()
| static std::shared_ptr< arrow::DataType > metavaluesType |
( |
| ) |
|
|
static |
◆ modificationsType()
| static std::shared_ptr< arrow::DataType > modificationsType |
( |
| ) |
|
|
static |
◆ schema()
| static std::shared_ptr< arrow::Schema > schema |
( |
| ) |
|
|
static |
◆ ACCESSION
| constexpr const char* ACCESSION = "accession" |
|
staticconstexpr |
◆ COVERAGE
| constexpr const char* COVERAGE = "coverage" |
|
staticconstexpr |
◆ DESCRIPTION
| constexpr const char* DESCRIPTION = "description" |
|
staticconstexpr |
◆ IS_DECOY
| constexpr const char* IS_DECOY = "is_decoy" |
|
staticconstexpr |
◆ METAVALUES
| constexpr const char* METAVALUES = "metavalues" |
|
staticconstexpr |
◆ MODIFICATIONS
| constexpr const char* MODIFICATIONS = "modifications" |
|
staticconstexpr |
◆ RANK
| constexpr const char* RANK = "rank" |
|
staticconstexpr |
◆ RUN_IDENTIFIER
| constexpr const char* RUN_IDENTIFIER = "run_identifier" |
|
staticconstexpr |
◆ SCORE
| constexpr const char* SCORE = "score" |
|
staticconstexpr |
◆ SEQUENCE
| constexpr const char* SEQUENCE = "sequence" |
|
staticconstexpr |