OpenMS
Loading...
Searching...
No Matches
OpenSwathResultsExporter Class Reference

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)
 

Detailed Description

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.

Member Function Documentation

◆ write()

static void write ( const std::string &  filename,
const std::vector< OpenSwathExportRow > &  rows,
const OpenSwathResultsExportConfig config 
)
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.