|
OpenMS
2.6.0
|
Go to the documentation of this file.
37 #include <OpenMS/config.h>
73 static int jackknifeOutlierCandidate_(
const std::vector<double>& x,
const std::vector<double>& y);
86 static int residualOutlierCandidate_(
const std::vector<double>& x,
const std::vector<double>& y);
115 static std::vector<std::pair<double, double> > removeOutliersRANSAC(
const std::vector<std::pair<double, double> >& pairs,
117 double coverage_limit,
118 size_t max_iterations,
119 double max_rt_threshold,
120 size_t sampling_size);
148 static std::vector<std::pair<double, double> > removeOutliersIterative(
const std::vector<std::pair<double, double> >& pairs,
150 double coverage_limit,
152 const std::string& method);
160 static double chauvenet_probability(
const std::vector<double>& residuals,
int pos);
168 static bool chauvenet(
const std::vector<double>& residuals,
int pos);
182 static bool computeBinnedCoverage(
const std::pair<double,double> & rtRange,
183 const std::vector<std::pair<double, double> > & pairs,
185 int minPeptidesPerBin,
Base class for TOPP applications.
Definition: TOPPBase.h:144
void store(const String &filename, const ConsensusMap &consensus_map)
Stores a consensus map to file.
A more convenient string class.
Definition: String.h:59
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
IntensityType getIntensity() const
Definition: Peak2D.h:166
void setRT(CoordinateType coordinate)
Mutable access to the RT coordinate (index 0)
Definition: Peak2D.h:214
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
The MRMRTNormalizer will find retention time peptides in data.
Definition: MRMRTNormalizer.h:57
void load(const String &filename, FeatureMap &feature_map)
loads the file with name filename into map and calls updateRanges().
A consensus feature spanning multiple LC-MS/MS experiments.
Definition: ConsensusFeature.h:69
void setMZ(CoordinateType coordinate)
Mutable access to the m/z coordinate (index 1)
Definition: Peak2D.h:202
A container for consensus elements.
Definition: ConsensusMap.h:80
void store(const String &filename, const FeatureMap &feature_map)
stores the map feature_map in file with name filename.
CoordinateType getRT() const
Returns the RT coordinate (index 0)
Definition: Peak2D.h:208
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
const ColumnHeaders & getColumnHeaders() const
Non-mutable access to the file descriptions.
A container for features.
Definition: FeatureMap.h:97
An LC-MS feature.
Definition: Feature.h:70
This class provides Input/Output functionality for feature maps.
Definition: FeatureXMLFile.h:68
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50
CoordinateType getMZ() const
Returns the m/z coordinate (index 1)
Definition: Peak2D.h:196
static double absdev(IteratorType begin, IteratorType end, double mean=std::numeric_limits< double >::max())
Calculates the absolute deviation of a range of values.
Definition: StatisticFunctions.h:320
void insert(const ConsensusFeature &cf)
Adds all feature handles (of the CF) into the consensus feature.
This class provides Input functionality for ConsensusMaps and Output functionality for alignments and...
Definition: ConsensusXMLFile.h:62