OpenMS
Loading...
Searching...
No Matches
OSWPrecursorSchema Struct Reference

Schema for OpenSWATH precursor (peptide query) table. More...

#include <OpenMS/FORMAT/ArrowSchemaRegistry.h>

Collaboration diagram for OSWPrecursorSchema:
[legend]

Static Public Member Functions

static std::shared_ptr< arrow::Schema > schema ()
 

Static Public Attributes

static constexpr const char * PRECURSOR_ID = "precursor_id"
 
static constexpr const char * PRECURSOR_MZ = "precursor_mz"
 
static constexpr const char * CHARGE = "charge"
 
static constexpr const char * LIBRARY_RT = "library_rt"
 
static constexpr const char * LIBRARY_DRIFT_TIME = "library_drift_time"
 
static constexpr const char * DECOY = "decoy"
 
static constexpr const char * TRAML_ID = "traml_id"
 
static constexpr const char * MODIFIED_SEQUENCE = "modified_sequence"
 
static constexpr const char * UNMODIFIED_SEQUENCE = "unmodified_sequence"
 
static constexpr const char * PROTEIN_ACCESSIONS = "protein_accessions"
 

Detailed Description

Schema for OpenSWATH precursor (peptide query) table.

Member Function Documentation

◆ schema()

static std::shared_ptr< arrow::Schema > schema ( )
static

Member Data Documentation

◆ CHARGE

constexpr const char* CHARGE = "charge"
staticconstexpr

◆ DECOY

constexpr const char* DECOY = "decoy"
staticconstexpr

◆ LIBRARY_DRIFT_TIME

constexpr const char* LIBRARY_DRIFT_TIME = "library_drift_time"
staticconstexpr

◆ LIBRARY_RT

constexpr const char* LIBRARY_RT = "library_rt"
staticconstexpr

◆ MODIFIED_SEQUENCE

constexpr const char* MODIFIED_SEQUENCE = "modified_sequence"
staticconstexpr

◆ PRECURSOR_ID

constexpr const char* PRECURSOR_ID = "precursor_id"
staticconstexpr

◆ PRECURSOR_MZ

constexpr const char* PRECURSOR_MZ = "precursor_mz"
staticconstexpr

◆ PROTEIN_ACCESSIONS

constexpr const char* PROTEIN_ACCESSIONS = "protein_accessions"
staticconstexpr

◆ TRAML_ID

constexpr const char* TRAML_ID = "traml_id"
staticconstexpr

◆ UNMODIFIED_SEQUENCE

constexpr const char* UNMODIFIED_SEQUENCE = "unmodified_sequence"
staticconstexpr