|
OpenMS
2.5.0
|
Go to the documentation of this file.
85 PeakShape(
double height_,
double mz_position_,
double left_width_,
double right_width_,
double area_,
Type type_);
103 double operator()(
double x)
const;
105 double getSymmetricMeasure()
const;
107 double getFWHM()
const;
109 bool iteratorsSet()
const;
Management and storage of parameters / INI files.
Definition: Param.h:73
PeakIterator right_endpoint_
Right peak endpoint in the data.
Definition: PeakShape.h:153
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
double signal_to_noise
The signal to noise ratio at the mz_position.
Definition: PeakShape.h:132
void pickExperiment(const PeakMap &input, PeakMap &output)
Picks the peaks in an MSExperiment.
double height
Maximum intensity of the peak shape.
Definition: PeakShape.h:117
MSSpectrum::const_iterator PeakIterator
Iterator to the raw data vector.
Definition: PeakShape.h:76
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
Size size() const
Definition: MSExperiment.h:127
bool operator()(const PeakShape &a, const PeakShape &b)
Definition: PeakShape.h:143
#define OPENMS_LOG_ERROR
Macro to be used if non-fatal error are reported (processing continues)
Definition: LogStream.h:455
Type type
peak shape type
Definition: PeakShape.h:135
void clear(bool clear_meta_data)
Clears all data and meta data.
Internal representation of a peak shape (used by the PeakPickerCWT)
Definition: PeakShape.h:50
double right_width
Right width parameter.
Definition: PeakShape.h:123
Base class for TOPP applications.
Definition: TOPPBase.h:144
const char * what() const noexcept override
Returns the error message of the exception.
Type
Peak shape type (asymmetric Lorentzian or asymmetric hyperbolic secans squared).
Definition: PeakShape.h:68
PeakIterator left_endpoint_
Left peak endpoint in the data.
Definition: PeakShape.h:151
Definition: PeakShape.h:70
void setLogType(LogType type) const
Sets the progress log that should be used. The default type is NONE!
void setParameters(const Param ¶m)
Sets the parameters.
centroid data or stick data
Definition: SpectrumSettings.h:73
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
double left_width
Left width parameter.
Definition: PeakShape.h:121
Param copy(const String &prefix, bool remove_prefix=false) const
Returns a new Param object containing all entries that start with prefix.
void store(const String &filename, const PeakMap &map) const
Stores a map in an MzML file.
const Param & getDefaults() const
Non-mutable access to the default parameters.
double mz_position
Centroid position.
Definition: PeakShape.h:119
void load(const String &filename, PeakMap &map)
Loads a map from a MzML file. Spectra and chromatograms are sorted by default (this can be disabled u...
MSSpectrum exp_
Needed for initialization of endpoint iterators.
Definition: PeakShape.h:155
File adapter for MzML files.
Definition: MzMLFile.h:55
Comparison of mz_positions.
Definition: PeakShape.h:140
Exception base class.
Definition: Exception.h:89
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
bool empty() const
Definition: MSExperiment.h:137
#define OPENMS_LOG_WARN
Macro if a warning, a piece of information which should be read by the user, should be logged.
Definition: LogStream.h:460
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
Definition: PeakShape.h:71
bool left_iterator_set_
flag if left endpoint iterator differs from default value
Definition: PeakShape.h:157
double area
Area of the peak shape.
Definition: PeakShape.h:125
This class implements a peak picking algorithm using wavelet techniques.
Definition: PeakPickerCWT.h:78
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
double r_value
Correlation coefficient.
Definition: PeakShape.h:130
bool right_iterator_set_
flag if left endpoint iterator differs from default value
Definition: PeakShape.h:159
Peak picking (conversion from raw to peak data)
Definition: DataProcessing.h:67