 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
65 float fdr_threshold = -1.0;
71 UInt peptide_spectrum_matches = 0;
74 float missed_cleavages_mean = 0;
75 double protein_hit_scores_mean = 0;
76 double peptide_length_mean = 0;
95 Result compute(std::vector<ProteinIdentification>& prot_ids,
96 std::vector<PeptideIdentification>& pep_ids);
98 const String& getName()
const override;
103 const String name_ =
"Summary of detected Proteins and Peptides from idXML file";
A more convenient string class.
Definition: String.h:58
UniqueID unique_proteins
Definition: IdentificationSummary.h:73
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
This class serves as an abstract base class for all QC classes.
Definition: QCBase.h:54
Definition: IdentificationSummary.h:51
Definition: IdentificationSummary.h:62
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Definition: IdentificationSummary.h:69
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
Stores and handles combinations of enum values, e.g. a set of flags as bits flipped in an UInt64.
Definition: FlagSet.h:53
UniqueID unique_peptides
Definition: IdentificationSummary.h:72