![]() |
OpenMS
|
Export ConsensusMap feature data to Apache Arrow format following QPX feature schema. More...
#include <OpenMS/FORMAT/ConsensusMapArrowExport.h>
Static Public Member Functions | |
| static std::shared_ptr< arrow::Table > | exportToArrow (const ConsensusMap &cmap) |
| Export ConsensusMap to Apache Arrow Table. | |
| static bool | exportToParquet (const ConsensusMap &cmap, const String &filename, const ParquetWriteConfig &config=ParquetWriteConfig{}) |
| Export ConsensusMap to Parquet file. | |
Export ConsensusMap feature data to Apache Arrow format following QPX feature schema.
This class provides static methods to export ConsensusMap data to Apache Arrow Tables and Parquet files. The schema follows the QPX (Quantitative Proteomics Exchange) feature format.
|
static |
Export ConsensusMap to Apache Arrow Table.
Exports consensus features following the QPX feature schema. Each ConsensusFeature becomes one row with identification, quantification, and protein group information.
| [in] | cmap | The ConsensusMap to export |
|
static |
Export ConsensusMap to Parquet file.
| [in] | cmap | The ConsensusMap to export |
| [in] | filename | Output file path |
| [in] | config | Parquet writing options |