111 const std::vector<InternalCalibration::LockMass>& ref_masses,
113 bool lock_require_mono,
114 bool lock_require_iso,
156 Size fillCalibrants(
const std::vector<PeptideIdentification>& pep_ids,
double tol_ppm);
197 double post_ppm_median,
199 const String& file_models =
"",
200 const String& file_models_plot =
"",
201 const String& file_residuals =
"",
202 const String& file_residuals_plot =
"",
203 const String& rscript_executable =
"Rscript");
213 static void applyTransformation(std::vector<Precursor>& pcs,
const MZTrafoModel& trafo);
261 void fillIDs_(
const std::vector<PeptideIdentification>& pep_ids,
double tol_ppm );
A more convenient string class.
Definition: String.h:57
MODELTYPE
Definition: MZTrafoModel.h:98
A container for features.
Definition: FeatureMap.h:93
A mass recalibration method using linear/quadratic interpolation (robust/weighted) of given reference...
Definition: InternalCalibration.h:61
std::vector< Int > IntList
Vector of signed integers.
Definition: ListUtils.h:58
Create and apply models of a mass recalibration function.
Definition: MZTrafoModel.h:66
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
int charge
charge of the ion (to find isotopes)
Definition: InternalCalibration.h:77
The representation of a 1D spectrum.
Definition: MSSpectrum.h:66
~InternalCalibration()
Destructor.
Definition: InternalCalibration.h:70
helper class, describing a lock mass
Definition: InternalCalibration.h:73
A helper class, holding all calibration points.
Definition: CalibrationData.h:64
unsigned int ms_level
MS level where it occurs.
Definition: InternalCalibration.h:76
double mz
m/z of the lock mass (incl. adducts)
Definition: InternalCalibration.h:75
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
CalibrationData cal_data_
Definition: InternalCalibration.h:271
LockMass(double mz_, int lvl_, int charge_)
Definition: InternalCalibration.h:79
int verbose
Verbosity level ( "-v" is 1 and "-V" is 2 )