11#include <OpenMS/config.h>
53 const std::vector<ProteinIdentification>& protein_identifications,
55 bool export_all_psms =
false);
70 const std::vector<ProteinIdentification>& protein_identifications,
72 bool export_all_psms =
false);
85 const std::vector<ProteinIdentification>& protein_identifications,
88 bool export_all_psms =
false,
Container for peptide identifications from multiple spectra.
Definition PeptideIdentificationList.h:66
Export PSM (Peptide Spectrum Match) data to Apache Arrow format following QPX PSM schema.
Definition QPXFile.h:43
static std::shared_ptr< arrow::Table > exportToArrow(const std::vector< ProteinIdentification > &protein_identifications, const PeptideIdentificationList &peptide_identifications, bool export_all_psms=false)
Export PSMs to Arrow table using PSMSchema for lossless round-trips.
static bool exportToParquet(const std::vector< ProteinIdentification > &protein_identifications, const PeptideIdentificationList &peptide_identifications, const String &filename, bool export_all_psms=false, const ParquetWriteConfig &config=ParquetWriteConfig{})
Export PSM data to Parquet file.
static std::shared_ptr< arrow::Table > exportPSMsToQPXArrow(const std::vector< ProteinIdentification > &protein_identifications, const PeptideIdentificationList &peptide_identifications, bool export_all_psms=false)
Export PSMs to QPX Parquet eXchange format Arrow table (QPXPSMSchema).
A more convenient string class.
Definition String.h:32
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition ArrowSchemaRegistry.h:18
Configuration for Parquet file writing.
Definition MSExperimentArrowExport.h:136