45 class PeptideIdentification;
62 double average_ppm = 0;
63 double variance_ppm = 0;
113 void compute(std::vector<PeptideIdentification>& pep_ids,
118 double tolerance = 20);
121 const String& getName()
const override;
124 const std::vector<Statistics>& getResults()
const;
WindowMower augments the highest peaks in a sliding or jumping window.
Definition: WindowMower.h:54
Stores and handles combinations of enum values, e.g. a set of flags as bits flipped in an UInt64...
Definition: FlagSet.h:53
A more convenient string class.
Definition: String.h:58
A container for features.
Definition: FeatureMap.h:98
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Search parameters of the DB search.
Definition: ProteinIdentification.h:271
OPENMS_UINT32_TYPE UInt32
Unsigned integer type (32bit)
Definition: Types.h:63
ToleranceUnit
Definition: QCBase.h:75
Map to find a spectrum via its NativeID.
Definition: QCBase.h:89
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
Structure for storing results: average and variance of all FragmentMassErrors in ppm.
Definition: FragmentMassError.h:60
std::vector< Statistics > results_
container that stores results
Definition: FragmentMassError.h:135
Definition: FragmentMassError.h:48
This class serves as an abstract base class for all QC classes.
Definition: QCBase.h:54
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:63