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

Write scored OpenSWATH feature and transition tables to Parquet. More...

#include <OpenMS/ANALYSIS/OPENSWATH/OpenSwathParquetExporter.h>

Static Public Member Functions

static void writeFeatureScores (const std::string &filename, const OpenSwathFeatureScoreTable &table)
 
static void writeTransitionScores (const std::string &filename, const OpenSwathTransitionScoreTable &table)
 

Detailed Description

Write scored OpenSWATH feature and transition tables to Parquet.

Member Function Documentation

◆ writeFeatureScores()

static void writeFeatureScores ( const std::string &  filename,
const OpenSwathFeatureScoreTable table 
)
static

Write precursor / feature score rows to Parquet. Empty tables are allowed as long as the schema metadata is available.

◆ writeTransitionScores()

static void writeTransitionScores ( const std::string &  filename,
const OpenSwathTransitionScoreTable table 
)
static

Write optional transition score rows to Parquet. Empty tables are allowed as long as the schema metadata is available.