OpenMS
Loading...
Searching...
No Matches
OpenSwathExportData.h File Reference
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/DATASTRUCTURES/StringUtils.h>
#include <OpenMS/config.h>
#include <optional>
#include <vector>
Include dependency graph for OpenSwathExportData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenSwathExportRow
 Filtered feature-level row used by results and matrix exports. More...
 
struct  OpenSwathFeatureScoreRow
 Feature-level scored row for Parquet export. More...
 
struct  OpenSwathFeatureScoreTable
 Feature-level Parquet export table with dynamically discovered FEATURE_MS1 / FEATURE_MS2 columns. More...
 
struct  OpenSwathTransitionScoreRow
 Transition-level scored row for optional Parquet export. More...
 
struct  OpenSwathTransitionScoreTable
 Transition-level Parquet export table with dynamically discovered FEATURE_TRANSITION columns. More...
 
struct  OpenSwathQuantMatrix
 Dense matrix representation used by matrix exports. More...
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 

Enumerations

enum class  OpenSwathExportFileFormat { TSV , Parquet }
 Output file format for OpenSWATH export tables. More...
 
enum class  OpenSwathIPFExportMode { Peptidoform , Augmented , Disable }
 IPF handling mode for OpenSWATH exports. More...
 
enum class  OpenSwathMatrixLevel { Precursor , Peptide , Protein , Gene }
 Quantification matrix level for OpenSWATH matrix exports. More...
 
enum class  OpenSwathMatrixNormalization { None , Median , MedianMedian }
 Normalization method for OpenSWATH matrix exports. More...
 

Functions

std::string toString (const OpenSwathExportFileFormat format)
 
std::string toString (const OpenSwathIPFExportMode mode)
 
std::string toString (const OpenSwathMatrixLevel level)
 
std::string toString (const OpenSwathMatrixNormalization normalization)