|
OpenMS
2.6.0
|
Go to the documentation of this file.
81 Size min_peak_nr,
double min_correlation,
int max_lag,
82 double max_rt_apex_difference);
108 double& lag_intensity,
109 double& pearson_score,
110 const double min_corr,
112 const double mindiff = 0.1);
128 std::vector<MasstracePointsType>& feature_points,
129 std::vector<std::pair<double, double> >& max_intensities,
130 std::vector<double>& rt_cache);
157 std::vector<double>& vec1,
158 std::vector<double>& vec2,
160 double padEnds =
true);
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
std::vector< std::pair< double, double > > MasstracePointsType
Definition: MasstraceCorrelator.h:65
A container for consensus elements.
Definition: ConsensusMap.h:80
Correlates individual masstraces found in mass spectrometric maps.
Definition: MasstraceCorrelator.h:53