77 std::vector<String> getLabels()
const;
79 double getScore()
const;
81 void setScore(
const double& score);
87 std::vector<double> getAllIntensities(
bool smoothed =
false)
const;
89 std::vector<double> getAllCentroidMZ()
const;
91 std::vector<double> getAllCentroidRT()
const;
93 std::vector<double> getIsotopeDistances()
const;
95 double getCentroidMZ()
const;
97 double getCentroidRT()
const;
99 double getFWHM()
const;
103 double getMonoisotopicFeatureIntensity(
bool)
const;
104 double getSummedFeatureIntensity(
bool)
const;
106 Size getNumFeatPoints()
const;
107 std::vector<ConvexHull2D> getConvexHulls()
const;
108 std::vector< OpenMS::MSChromatogram > getChromatograms(
UInt64 feature_id)
const;
179 void run(std::vector<MassTrace>& input_mtraces,
FeatureMap& output_featmap, std::vector<std::vector< OpenMS::MSChromatogram > >& output_chromatograms);
182 void updateMembers_()
override;
193 double computeCosineSim_(
const std::vector<double>&,
const std::vector<double>&)
const;
197 double computeOLSCoeff_(
const std::vector<double>&,
const std::vector<double>&)
const;
213 void loadIsotopeModel_(
const String&);
257 double computeAveragineSimScore_(
const std::vector<double>& intensities,
const double& molecular_weight)
const;
267 void findLocalFeatures_(
const std::vector<const MassTrace*>& candidates,
const double total_intensity, std::vector<FeatureHypothesis>& output_hypotheses)
const;
double total_intensity_
Definition: FeatureFindingMetabo.h:274
std::vector< double > svm_feat_centers_
Definition: FeatureFindingMetabo.h:271
SignedSize charge_
Definition: FeatureFindingMetabo.h:117
Internal structure used in FeatureFindingMetabo that keeps track of a feature hypothesis (isotope gro...
Definition: FeatureFindingMetabo.h:57
Size charge_upper_bound_
Definition: FeatureFindingMetabo.h:280
std::vector< double > svm_feat_scales_
Definition: FeatureFindingMetabo.h:272
double chrom_fwhm_
Definition: FeatureFindingMetabo.h:281
double getCentroidMZ() const
Returns the centroid m/z.
Definition: MassTrace.h:178
OPENMS_UINT64_TYPE UInt64
Unsigned integer type (64bit)
Definition: Types.h:77
bool use_smoothed_intensities_
Definition: FeatureFindingMetabo.h:286
A more convenient string class.
Definition: String.h:58
Definition: FeatureFindingMetabo.h:131
A container for features.
Definition: FeatureMap.h:93
double local_rt_range_
parameter stuff
Definition: FeatureFindingMetabo.h:277
Definition: FeatureFindingMetabo.h:120
String isotope_filtering_model_
Definition: FeatureFindingMetabo.h:285
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
double feat_score_
Definition: FeatureFindingMetabo.h:115
Method for the assembly of mass traces belonging to the same isotope pattern, i.e., that are compatible in retention times, mass-to-charge ratios, and isotope abundances.
Definition: FeatureFindingMetabo.h:167
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
Size charge_lower_bound_
Definition: FeatureFindingMetabo.h:279
svm_model * isotope_filt_svm_
SVM parameters.
Definition: FeatureFindingMetabo.h:270
bool operator()(const FeatureHypothesis &x, const FeatureHypothesis &y) const
Definition: FeatureFindingMetabo.h:135
bool remove_single_traces_
Definition: FeatureFindingMetabo.h:292
double local_mz_range_
Definition: FeatureFindingMetabo.h:278
A container type that gathers peaks similar in m/z and moving along retention time.
Definition: MassTrace.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
bool report_convex_hulls_
Definition: FeatureFindingMetabo.h:289
std::vector< const MassTrace * > iso_pattern_
Definition: FeatureFindingMetabo.h:113
bool report_summed_ints_
Definition: FeatureFindingMetabo.h:283
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition: Types.h:134
bool use_mz_scoring_C13_
Definition: FeatureFindingMetabo.h:288
bool operator()(const MassTrace &x, const MassTrace &y) const
Definition: FeatureFindingMetabo.h:124
bool enable_RT_filtering_
Definition: FeatureFindingMetabo.h:284
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
bool report_chromatograms_
Definition: FeatureFindingMetabo.h:290