OpenMS
Loading...
Searching...
No Matches
MRMFile Struct Reference

Minimal SRM/MRM file loader returning a single SwathMap wrapping the chromatogram container. More...

#include <OpenMS/FORMAT/MRMFile.h>

Static Public Member Functions

static std::vector<::OpenSwath::SwathMaploadMzML (const String &file, const String &tmp, std::shared_ptr< ExperimentalSettings > &exp_meta)
 Load an SRM/MRM mzML file and return a single SwathMap.
 

Detailed Description

Minimal SRM/MRM file loader returning a single SwathMap wrapping the chromatogram container.

Member Function Documentation

◆ loadMzML()

static std::vector<::OpenSwath::SwathMap > loadMzML ( const String file,
const String tmp,
std::shared_ptr< ExperimentalSettings > &  exp_meta 
)
static

Load an SRM/MRM mzML file and return a single SwathMap.

Parameters
[in]fileInput mzML file.
[in]tmpTemporary directory (for cached data).
[out]exp_metaExperimental settings extracted from the file.
Returns
Swath maps (single-entry for SRM).