 |
OpenMS
3.0.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
Definition: Ms2SpectrumStats.h:70
A more convenient string class.
Definition: String.h:58
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
Map to find a spectrum via its NativeID.
Definition: QCBase.h:89
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
ScanEvent(UInt32 sem, bool ms2)
Definition: Ms2SpectrumStats.h:72
This class serves as an abstract base class for all QC classes.
Definition: QCBase.h:54
A container for features.
Definition: FeatureMap.h:98
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:63
Stores and handles combinations of enum values, e.g. a set of flags as bits flipped in an UInt64.
Definition: FlagSet.h:53
The representation of a 1D spectrum.
Definition: MSSpectrum.h:66
QC metric to determine the number of MS2 scans per MS1 scan over RT.
Definition: Ms2SpectrumStats.h:67