![]() |
OpenMS
|
Read OpenSwath Parquet library input (.oswpq) into LightTargetedExperiment. More...
#include <OpenMS/ANALYSIS/OPENSWATH/TransitionParquetFile.h>
Public Member Functions | |
| TransitionParquetFile ()=default | |
| Default constructor. | |
| ~TransitionParquetFile ()=default | |
| Default destructor. | |
| void | convertParquetToTargetedExperiment (const String &oswpq_dir, OpenSwath::LightTargetedExperiment &targeted_exp) const |
| Read a .oswpq library directory and populate a LightTargetedExperiment. | |
| void | convertLightTargetedExperimentToParquet (const String &oswpq_path, const OpenSwath::LightTargetedExperiment &targeted_exp) const |
| Write a LightTargetedExperiment to a .oswpq library (zip file or directory) | |
Read OpenSwath Parquet library input (.oswpq) into LightTargetedExperiment.
The Parquet library format is a directory container with separate tables for precursors and transitions. The reader materializes all rows into OpenSwath::LightTargetedExperiment.
The container layout is:
The metadata file contains an OpenMS metadata block and QC counts. The new canonical layout (matching OpenSwathOSWParquetWriter) looks like:
Required columns for precursors.parquet:
Required columns for transitions.parquet:
|
default |
Default constructor.
|
default |
Default destructor.
| void convertLightTargetedExperimentToParquet | ( | const String & | oswpq_path, |
| const OpenSwath::LightTargetedExperiment & | targeted_exp | ||
| ) | const |
Write a LightTargetedExperiment to a .oswpq library (zip file or directory)
| void convertParquetToTargetedExperiment | ( | const String & | oswpq_dir, |
| OpenSwath::LightTargetedExperiment & | targeted_exp | ||
| ) | const |
Read a .oswpq library directory and populate a LightTargetedExperiment.