119 double feat_score_{};
192 void run(std::vector<MassTrace>& input_mtraces,
FeatureMap& output_featmap, std::vector<std::vector< OpenMS::MSChromatogram > >& output_chromatograms);
313 void findLocalFeatures_(
const std::vector<const MassTrace*>& candidates,
double total_intensity, std::vector<FeatureHypothesis>& output_hypotheses)
const;
316 svm_model* isotope_filt_svm_ =
nullptr;
Definition: FeatureFindingMetabo.h:136
bool operator()(const FeatureHypothesis &x, const FeatureHypothesis &y) const
Definition: FeatureFindingMetabo.h:139
Definition: FeatureFindingMetabo.h:125
bool operator()(const MassTrace &x, const MassTrace &y) const
Definition: FeatureFindingMetabo.h:128
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:93
Internal structure used in FeatureFindingMetabo that keeps track of a feature hypothesis (isotope gro...
Definition: FeatureFindingMetabo.h:59
std::vector< String > getLabels() const
double getCentroidMZ() const
FeatureHypothesis()=default
default constructor
void addMassTrace(const MassTrace &)
addMassTrace
void setCharge(const SignedSize &ch)
FeatureHypothesis(const FeatureHypothesis &)=default
copy constructor
std::vector< double > getAllCentroidRT() const
FeatureHypothesis & operator=(const FeatureHypothesis &rhs)=default
assignment operator
std::vector< OpenMS::MSChromatogram > getChromatograms(UInt64 feature_id) const
std::vector< double > getAllIntensities(bool smoothed=false) const
void setScore(const double &score)
std::vector< double > getAllCentroidMZ() const
std::vector< ConvexHull2D > getConvexHulls() const
double getMonoisotopicFeatureIntensity(bool) const
std::vector< const MassTrace * > iso_pattern_
Definition: FeatureFindingMetabo.h:117
double getSummedFeatureIntensity(bool) const
std::vector< double > getIsotopeDistances() const
double getCentroidRT() const
~FeatureHypothesis()=default
default destructor
Size getNumFeatPoints() const
SignedSize getCharge() const
double getMaxIntensity(bool smoothed=false) const
return highest apex of all isotope traces
A container for features.
Definition: FeatureMap.h:105
A container type that gathers peaks similar in m/z and moving along retention time.
Definition: MassTrace.h:62
double getCentroidMZ() const
Returns the centroid m/z.
Definition: MassTrace.h:179
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:55
A more convenient string class.
Definition: String.h:61
OPENMS_UINT64_TYPE UInt64
Unsigned integer type (64bit)
Definition: Types.h:77
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition: Types.h:134
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
double left_boundary
Definition: FeatureFindingMetabo.h:151
double right_boundary
Definition: FeatureFindingMetabo.h:152
Internal structure to store a lower and upper bound of an m/z range.
Definition: FeatureFindingMetabo.h:150