11#include <OpenMS/config.h>
56 const std::vector<ProteinIdentification>& protein_identifications,
58 const std::string& dir,
59 bool export_all_psms =
true,
75 const std::string& dir,
76 std::vector<ProteinIdentification>& protein_identifications,
Read and write OpenMS identification data as a parquet bundle (.idparquet).
Definition PSMArrowIO.h:38
static bool exportToParquet(const std::vector< ProteinIdentification > &protein_identifications, const PeptideIdentificationList &peptide_identifications, const std::string &dir, bool export_all_psms=true, const ParquetWriteConfig &config=ParquetWriteConfig{})
Export protein and peptide identifications to an idparquet directory bundle.
static bool importFromParquet(const std::string &dir, std::vector< ProteinIdentification > &protein_identifications, PeptideIdentificationList &peptide_identifications)
Import protein and peptide identifications from an idparquet directory bundle.
Container for peptide identifications from multiple spectra.
Definition PeptideIdentificationList.h:66
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Configuration for Parquet file writing.
Definition MSExperimentArrowExport.h:136