61 static std::map<std::string, std::string>
mapId2MzMLs(
const std::map<std::string, std::string>& m2i);
87 const std::string & id_file_abs_path =
""
113 const double intensity_threshold,
Common functions for DDA workflows.
Definition DDAWorkflowCommons.h:35
static void recalibrateMS1(MSExperiment &ms_centroided, PeptideIdentificationList &peptide_ids, const std::string &id_file_abs_path="")
Recalibrates the masses of the MSExperiment using peptide identifications.
static void calculateSeeds(const MSExperiment &ms_centroided, const double intensity_threshold, FeatureMap &seeds, double median_fwhm, Size charge_min=2, Size charge_max=5)
Extracts seeding features from centroided MS data (e.g., for untarged extraction).
static std::map< std::string, std::string > mapMzML2Ids(StringList &in, StringList &in_ids)
static std::map< std::string, std::string > mapId2MzMLs(const std::map< std::string, std::string > &m2i)
Small helper to get the mapping from id files to mzML files.
static double estimateMedianChromatographicFWHM(MSExperiment &ms_centroided)
A container for features.
Definition FeatureMap.h:78
In-Memory representation of a mass spectrometry run.
Definition MSExperiment.h:49
Container for peptide identifications from multiple spectra.
Definition PeptideIdentificationList.h:66
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition Types.h:97
std::vector< std::string > StringList
Vector of String.
Definition ListUtils.h:44
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19