167 void run(std::vector<MassTrace>& input_mtraces,
FeatureMap& output_featmap, std::vector<std::vector< OpenMS::MSChromatogram > >& output_chromatograms);
198 double computeCosineSim_(
const std::vector<double>& vec1,
const std::vector<double>& vec2)
const;
305 void findLocalFeatures_(
const std::vector<const MassTrace*>& candidates,
double total_intensity, std::vector<FeatureHypothesis>& output_hypotheses)
const;
308 svm_model* isotope_filt_svm_ =
nullptr;
Definition FeatureFindingMetabo.h:111
bool operator()(const FeatureHypothesis &x, const FeatureHypothesis &y) const
Definition FeatureFindingMetabo.h:114
Definition FeatureFindingMetabo.h:100
bool operator()(const MassTrace &x, const MassTrace &y) const
Definition FeatureFindingMetabo.h:103
A base class for all classes handling default parameters.
Definition DefaultParamHandler.h:66
Internal structure used in FeatureFindingMetabo that keeps track of a feature hypothesis (isotope gro...
Definition FeatureFindingMetabo.h:34
double getCentroidMZ() const
FeatureHypothesis()=default
default constructor
void addMassTrace(const MassTrace &)
addMassTrace
void setCharge(const SignedSize &ch)
std::vector< double > getIsotopeDistances() const
FeatureHypothesis(const FeatureHypothesis &)=default
copy constructor
std::vector< OpenMS::MSChromatogram > getChromatograms(UInt64 feature_id) const
void setScore(const double &score)
std::vector< double > getAllCentroidRT() const
double getMonoisotopicFeatureIntensity(bool) const
std::vector< double > getAllIntensities(bool smoothed=false) const
std::vector< String > getLabels() const
std::vector< const MassTrace * > iso_pattern_
Definition FeatureFindingMetabo.h:92
std::vector< ConvexHull2D > getConvexHulls() const
double getSummedFeatureIntensity(bool) const
double getCentroidRT() const
~FeatureHypothesis()=default
default destructor
Size getNumFeatPoints() const
std::vector< double > getAllCentroidMZ() const
FeatureHypothesis & operator=(const FeatureHypothesis &rhs)=default
assignment operator
SignedSize getCharge() const
double getMaxIntensity(bool smoothed=false) const
return highest apex of all isotope traces
A container for features.
Definition FeatureMap.h:82
A container type that gathers peaks similar in m/z and moving along retention time.
Definition MassTrace.h:36
double getCentroidMZ() const
Returns the centroid m/z.
Definition MassTrace.h:153
Base class for all classes that want to report their progress.
Definition ProgressLogger.h:27
A more convenient string class.
Definition String.h:34
uint64_t UInt64
Unsigned integer type (64bit)
Definition Types.h:47
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition Types.h:104
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
double left_boundary
Definition FeatureFindingMetabo.h:126
double right_boundary
Definition FeatureFindingMetabo.h:127
Internal structure to store a lower and upper bound of an m/z range.
Definition FeatureFindingMetabo.h:125