51 class IsotopeDistribution;
63 const std::vector<int>& _charges,
64 const std::vector<double>& _rts,
65 const std::vector<double>& _rt_ranges,
66 const std::vector<double>& _iso_distrib):
72 rt_ranges_(_rt_ranges),
73 iso_distrib_(_iso_distrib)
103 const std::vector<double>&
getRTs()
const {
123 void run(
const std::vector<FeatureFinderMetaboIdentCompound>& metaboIdentTable,
FeatureMap& features,
const String& spectra_file =
"");
130 void setMSData(
const PeakMap& m);
190 void extractTransformations_(
const FeatureMap& features);
193 void addTargetToLibrary_(
const String& name,
const String& formula,
194 double mass,
const std::vector<Int>& charges,
195 const std::vector<double>& rts,
196 std::vector<double> rt_ranges,
197 const std::vector<double>& iso_distrib);
205 double calculateMZ_(
double mass,
Int charge)
const;
207 void generateTransitions_(
const String& target_id,
double mz,
Int charge,
212 void ensureConvexHulls_(
Feature& feature)
const;
214 void selectFeaturesFromCandidates_(
FeatureMap& features);
234 void updateMembers_()
override;
249 size_t n_shared_ = 0;
A more convenient string class.
Definition: String.h:58
Isotope pattern generator for coarse isotope distributions.
Definition: CoarseIsotopePatternGenerator.h:103
Helper struct for a collection of mass traces used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:109
A container for features.
Definition: FeatureMap.h:98
The MRMFeatureFinder finds and scores peaks of transitions that co-elute.
Definition: MRMFeatureFinderScoring.h:89
Definition: IsotopeDistribution.h:64
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
An LC-MS feature.
Definition: Feature.h:70
Represents a compound (small molecule)
Definition: TargetedExperimentHelper.h:321
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
CoordinateType getRT() const
Returns the RT coordinate (index 0)
Definition: Peak2D.h:210
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
A description of a targeted experiment containing precursor and production ions.
Definition: TargetedExperiment.h:64
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
int Int
Signed integer type.
Definition: Types.h:102
Helper struct for mass traces used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:79