Sqlite handler for SWATH data sets.
Definition: MzMLSqliteSwathHandler.h:60
std::vector< int > readMS1Spectra()
Read indices of MS1 spectra from file.
String filename_
Definition: MzMLSqliteSwathHandler.h:99
std::vector< int > readSpectraForWindow(const OpenSwath::SwathMap &swath_map)
Read indices of spectra belonging to specified SWATH window from file.
Int spec_id_
Definition: MzMLSqliteSwathHandler.h:106
MzMLSqliteSwathHandler(const String &filename)
Constructor.
Definition: MzMLSqliteSwathHandler.h:69
std::vector< OpenSwath::SwathMap > readSwathWindows()
Read SWATH windows boundaries from file.
Int chrom_id_
Definition: MzMLSqliteSwathHandler.h:107
A more convenient string class.
Definition: String.h:61
int Int
Signed integer type.
Definition: Types.h:102
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Data structure to hold one SWATH map with information about upper / lower isolation window and whethe...
Definition: SwathMap.h:46