26 const std::vector< OpenSwath::SwathMap > & swath_maps,
28 const Param & mrm_mapping_param,
32 bool load_into_memory =
false)
override;
35 const std::vector< OpenSwath::SwathMap > & swath_maps,
38 const Param & mrm_mapping_param)
override;
41 std::unique_ptr<MRMChromHandler>
mrm_;
42 std::unique_ptr<DIAChromHandler>
dia_;
Default handler that delegates to SRM/MRM or DIA handler depending on input.
Definition DefaultChromHandler.h:20
std::unique_ptr< DIAChromHandler > dia_
Definition DefaultChromHandler.h:42
std::unique_ptr< MRMChromHandler > mrm_
Definition DefaultChromHandler.h:41
std::vector< MSChromatogram > collectIrtChromatogramsForIrt(const std::vector< OpenSwath::SwathMap > &swath_maps, const OpenSwath::LightTargetedExperiment &irt_transitions, const Param &mrm_mapping_param, const ChromExtractParams &cp, const TransformationDescription &trafo=TransformationDescription(), bool pasef=false, bool load_into_memory=false) override
Collect iRT chromatograms from the swath maps and try to map them to the provided iRT transitions.
std::vector< MSChromatogram > extractAndMapChromatogramsForTransitions(const std::vector< OpenSwath::SwathMap > &swath_maps, const OpenSwath::LightTargetedExperiment &transition_exp, const ChromExtractParams &cp, const Param &mrm_mapping_param) override
Extract (or select) chromatograms for the given transitions and return mapped & filtered chromatogram...
~DefaultChromHandler() override
Abstract interface for providing chromatograms.
Definition IChromatogramHandler.h:41
Management and storage of parameters / INI files.
Definition Param.h:46
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition TransitionExperiment.h:356