61 typedef std::map<UInt32, UInt32>
MapU32;
81 void compute(std::vector<ProteinIdentification>& prot_ids, std::vector<PeptideIdentification>& pep_ids);
84 const String& getName()
const override;
87 const std::vector<std::map<UInt32, UInt32>>& getResults()
const;
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
This class is a metric for the QualityControl TOPP Tool.
Definition: MissedCleavages.h:58
A container for features.
Definition: FeatureMap.h:98
std::map< UInt32, UInt32 > MapU32
Definition: MissedCleavages.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Class for the enzymatic digestion of proteins.
Definition: ProteaseDigestion.h:59
OPENMS_UINT32_TYPE UInt32
Unsigned integer type (32bit)
Definition: Types.h:63
std::vector< std::map< UInt32, UInt32 > > mc_result_
container that stores results
Definition: MissedCleavages.h:97
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