|
OpenMS
2.5.0
|
Go to the documentation of this file.
47 class PeptideIdentification;
48 class TransformationDescription;
73 : scan_event_number(sem), ms2_presence(ms2)
98 const String& getName()
const override;
100 Status requires()
const override;
107 std::vector<ScanEvent> ms2_included_{};
116 std::vector<PeptideIdentification> getUnassignedPeptideIdentifications_(
const MSExperiment& exp);
UInt32 scan_event_number
Definition: Ms2SpectrumStats.h:75
OPENMS_UINT32_TYPE UInt32
Unsigned integer type (32bit)
Definition: Types.h:63
bool ms2_presence
Definition: Ms2SpectrumStats.h:76
Storing a status of available/needed inputs (i.e. a set of Requires) as UInt64.
Definition: QCBase.h:118
Definition: Ms2SpectrumStats.h:70
A more convenient string class.
Definition: String.h:58
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
Map to find a spectrum via its NativeID.
Definition: QCBase.h:75
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
ScanEvent(UInt32 sem, bool ms2)
Definition: Ms2SpectrumStats.h:72
This class serves as an abstract base class for all QC classes.
Definition: QCBase.h:52
A container for features.
Definition: FeatureMap.h:95
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:62
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
QC metric to determine the number of MS2 scans per MS1 scan over RT.
Definition: Ms2SpectrumStats.h:67