26class IsotopeDistribution;
68 const std::string& _formula,
70 const std::vector<int>& _charges,
71 const std::vector<double>& _rts,
72 const std::vector<double>& _rt_ranges,
73 const std::vector<double>& _iso_distrib,
74 const std::vector<double>& _ion_mobilities = {},
75 const std::string& _adduct =
""):
81 rt_ranges_(_rt_ranges),
82 iso_distrib_(_iso_distrib),
83 ion_mobilities_(_ion_mobilities),
121 const std::vector<double>&
getRTs()
const {
137 return ion_mobilities_;
157 void run(
const std::vector<FeatureFinderMetaboIdentCompound>& metaboIdentTable,
FeatureMap& features,
const std::string& spectra_file =
"");
213 const std::string ref1 = StringUtils::toStr(f1.
getMetaValue(
"PeptideRef"));
214 const std::string ref2 = StringUtils::toStr(f2.
getMetaValue(
"PeptideRef"));
228 double mass,
const std::vector<Int>& charges,
229 const std::vector<double>& rts,
230 std::vector<double> rt_ranges,
231 const std::vector<double>& iso_distrib,
232 const std::vector<double>& ion_mobilities = {},
233 const std::string& adduct =
"");
254 void runSingleGroup_(
const std::vector<FeatureFinderMetaboIdentCompound>& metaboIdentTable,
256 const std::string& spectra_file);
292 size_t n_shared_ = 0;
Isotope pattern generator for coarse isotope distributions.
Definition CoarseIsotopePatternGenerator.h:81
A base class for all classes handling default parameters.
Definition DefaultParamHandler.h:66
A container for features.
Definition FeatureMap.h:78
An LC-MS feature.
Definition Feature.h:46
Definition IsotopeDistribution.h:40
The MRMFeatureFinder finds and scores peaks of transitions that co-elute.
Definition MRMFeatureFinderScoring.h:69
In-Memory representation of a mass spectrometry run.
Definition MSExperiment.h:49
CoordinateType getRT() const
Returns the RT coordinate (index 0)
Definition Peak2D.h:185
Represents a compound (small molecule)
Definition TargetedExperimentHelper.h:298
A description of a targeted experiment containing precursor and production ions.
Definition TargetedExperiment.h:40
int Int
Signed integer type.
Definition Types.h:72
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition Types.h:97
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Helper struct for mass traces used in FeatureFinderAlgorithmPicked.
Definition FeatureFinderAlgorithmPickedHelperStructs.h:54
Helper struct for a collection of mass traces used in FeatureFinderAlgorithmPicked.
Definition FeatureFinderAlgorithmPickedHelperStructs.h:85