11#include <OpenMS/config.h>
44class OPENMS_DLLAPI QPXFile
58 static std::shared_ptr<arrow::Table> exportToArrow(
59 const std::vector<ProteinIdentification>& protein_identifications,
60 const PeptideIdentificationList& peptide_identifications,
61 bool export_all_psms =
false);
73 static bool exportToParquet(
74 const std::vector<ProteinIdentification>& protein_identifications,
75 const PeptideIdentificationList& peptide_identifications,
76 const String& filename,
77 bool export_all_psms =
false,
78 const ParquetWriteConfig& config = ParquetWriteConfig{});
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19