|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   88     void setSeeds(
const FeatureMap& seeds) 
override;
 
   95     static const String getProductName();
 
  133     double intensity_rt_step_;
 
  145     void updateMembers_() 
override;
 
  148     void abort_(
const Seed& seed, 
const String& reason);
 
  195     void extendMassTrace_(
MassTrace& trace, 
SignedSize spectrum_index, 
double mz, 
bool increase_rt, 
Size meta_index_overall, 
double min_rt = 0.0, 
double max_rt = 0.0) 
const;
 
  212     double positionScore_(
double pos1, 
double pos2, 
double allowed_deviation) 
const;
 
  227     double intensityScore_(
Size spectrum, 
Size peak) 
const;
 
  237     double intensityScore_(
Size rt_bin, 
Size mz_bin, 
double intensity) 
const;
 
  283                               const double& seed_mz, 
const double& min_feature_score,
 
  284                               String& error_msg, 
double& fit_score, 
double& correlation, 
double& final_score);
 
  302                                 bool feature_ok, 
const String error_msg, 
const double final_score, 
const Int plot_nr, 
const PeakType& peak,
 
  303                                 const String path  = 
"debug/features/");
 
  
Helper structure for a found isotope pattern used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:193
Abstract fitter for RT profile fitting.
Definition: TraceFitter.h:55
Helper structure for a theoretical isotope pattern used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:173
The purpose of this struct is to provide definitions of classes and typedefs which are used throughou...
Definition: FeatureFinderDefs.h:50
FeatureFinderAlgorithm::MapType MapType
Definition: FeatureFinderAlgorithmPicked.h:65
std::vector< TheoreticalIsotopePattern > isotope_distributions_
Vector of precalculated isotope distributions for several mass windows.
Definition: FeatureFinderAlgorithmPicked.h:142
std::vector< std::vector< std::vector< double > > > intensity_thresholds_
Precalculated intensity 20-quantiles (binned)
Definition: FeatureFinderAlgorithmPicked.h:138
double min_trace_score_
Minimum quality of a traces.
Definition: FeatureFinderAlgorithmPicked.h:124
FeatureFinder * ff_
Pointer to the calling FeatureFinder that is used to access the feature flags.
Definition: FeatureFinderAlgorithm.h:145
A more convenient string class.
Definition: String.h:59
std::map< String, UInt > aborts_
Array of abort reasons.
Definition: FeatureFinderAlgorithmPicked.h:105
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
Helper struct for mass traces used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:79
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
UInt intensity_bins_
Number of bins (in RT and MZ) for intensity significance estimation.
Definition: FeatureFinderAlgorithmPicked.h:122
FeatureFinderAlgorithmPickedHelperStructs::Seed Seed
Definition: FeatureFinderAlgorithmPicked.h:77
double pattern_tolerance_
Stores mass_trace:mz_tolerance.
Definition: FeatureFinderAlgorithmPicked.h:113
SpectrumType::FloatDataArrays FloatDataArrays
Definition: FeatureFinderAlgorithmPicked.h:67
double optional_fit_improvement_
Minimal improvement for leaving out optional isotope.
Definition: FeatureFinderAlgorithmPicked.h:120
UInt min_spectra_
Number of spectra that have to show the same mass (for finding a mass trace)
Definition: FeatureFinderAlgorithmPicked.h:115
double mass_window_width_
Width of the isotope pattern mass bins.
Definition: FeatureFinderAlgorithmPicked.h:121
bool debug_
debug flag
Definition: FeatureFinderAlgorithmPicked.h:103
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
double slope_bound_
Max slope of mass trace intensities.
Definition: FeatureFinderAlgorithmPicked.h:117
double intensity_percentage_
Isotope pattern intensity contribution of required peaks.
Definition: FeatureFinderAlgorithmPicked.h:118
double trace_tolerance_
Stores isotopic_pattern:mz_tolerance.
Definition: FeatureFinderAlgorithmPicked.h:114
double min_rt_span_
Minimum RT range that has to be left after the fit.
Definition: FeatureFinderAlgorithmPicked.h:125
MapType::SpectrumType SpectrumType
Definition: FeatureFinderAlgorithmPicked.h:66
Peak1D PeakType
Definition: FeatureFinderAlgorithmPicked.h:76
std::map< Seed, String > abort_reasons_
Array of abort reasons.
Definition: FeatureFinderAlgorithmPicked.h:107
std::ofstream log_
Output stream for log/debug info.
Definition: FeatureFinderAlgorithmPicked.h:101
FeatureFinderAlgorithmPickedHelperStructs::MassTraces MassTraces
Definition: FeatureFinderAlgorithmPicked.h:79
double max_feature_intersection_
Maximum allowed feature intersection (if larger, that one of the feature is removed)
Definition: FeatureFinderAlgorithmPicked.h:127
FeatureFinderAlgorithmPickedHelperStructs::TheoreticalIsotopePattern TheoreticalIsotopePattern
Definition: FeatureFinderAlgorithmPicked.h:80
A 1-dimensional raw data point or peak.
Definition: Peak1D.h:54
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
FeatureFinderAlgorithm for picked peaks.
Definition: FeatureFinderAlgorithmPicked.h:58
Abstract base class for FeatureFinder algorithms.
Definition: FeatureFinderAlgorithm.h:74
std::vector< FloatDataArray > FloatDataArrays
Definition: MSSpectrum.h:114
double min_isotope_fit_
Minimum isotope pattern fit for a feature.
Definition: FeatureFinderAlgorithmPicked.h:123
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition: Types.h:134
A container for features.
Definition: FeatureMap.h:97
An LC-MS feature.
Definition: Feature.h:70
double max_rt_span_
Maximum RT range the model is allowed to span.
Definition: FeatureFinderAlgorithmPicked.h:126
FeatureMap seeds_
User-specified seed list.
Definition: FeatureFinderAlgorithmPicked.h:109
FeatureFinderAlgorithmPickedHelperStructs::MassTrace MassTrace
Definition: FeatureFinderAlgorithmPicked.h:78
Helper structure for seeds used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:62
Param defaults_
Container for default parameters. This member should be filled in the constructor of derived classes!
Definition: DefaultParamHandler.h:169
double intensity_mz_step_
m/z bin width
Definition: FeatureFinderAlgorithmPicked.h:136
double intensity_percentage_optional_
Isotope pattern intensity contribution of optional peaks.
Definition: FeatureFinderAlgorithmPicked.h:119
FeatureFinderAlgorithmPickedHelperStructs::IsotopePattern IsotopePattern
Definition: FeatureFinderAlgorithmPicked.h:81
FeatureMap * features_
Output data pointer.
Definition: FeatureFinderAlgorithm.h:142
Helper struct for a collection of mass traces used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:109
MapType map_
editable copy of the map
Definition: FeatureFinderAlgorithmPicked.h:99
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
String reported_mz_
The mass type that is reported for features. 'maximum' returns the m/z value of the highest mass trac...
Definition: FeatureFinderAlgorithmPicked.h:128
UInt max_missing_trace_peaks_
Stores mass_trace:max_missing.
Definition: FeatureFinderAlgorithmPicked.h:116
Param param_
Container for current parameters.
Definition: DefaultParamHandler.h:162