![]() |
OpenMS
|
Write filtered OpenSWATH feature results to TSV or Parquet. More...
#include <OpenMS/ANALYSIS/OPENSWATH/OpenSwathResultsExporter.h>
Static Public Member Functions | |
| static void | write (const std::string &filename, const std::vector< OpenSwathExportRow > &rows, const OpenSwathResultsExportConfig &config) |
Write filtered OpenSWATH feature results to TSV or Parquet.
The exporter is file-format agnostic with respect to the input rows. OSW- or Parquet-specific reading remains outside this class.
|
static |
Write rows to filename using the selected output format. Empty exports are allowed and result in a header-only TSV or an empty Parquet table.