89 void setRT(
double rt);
96 void setMZ(
double mz);
101 const std::vector<PeptideHit>& getHits()
const;
103 std::vector<PeptideHit>& getHits();
107 void setHits(
const std::vector<PeptideHit>& hits);
110 double getSignificanceThreshold()
const;
112 void setSignificanceThreshold(
double value);
115 const String& getScoreType()
const;
117 void setScoreType(
const String& type);
120 bool isHigherScoreBetter()
const;
122 void setHigherScoreBetter(
bool value);
125 const String& getIdentifier()
const;
127 void setIdentifier(
const String&
id);
130 const String& getBaseName()
const;
132 void setBaseName(
const String& base_name);
135 const String getExperimentLabel()
const;
137 void setExperimentLabel(
const String& type);
160 static std::vector<PeptideHit> getReferencingHits(
const std::vector<PeptideHit>&,
const std::set<String>& accession);
double significance_threshold_
the peptide significance threshold
Definition: PeptideIdentification.h:166
A more convenient string class.
Definition: String.h:57
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
String score_type_
The score type (Mascot, Sequest, e-value, p-value)
Definition: PeptideIdentification.h:167
std::vector< PeptideHit > hits_
A list containing the peptide hits.
Definition: PeptideIdentification.h:165
Representation of a peptide hit.
Definition: PeptideHit.h:54
double rt_
Definition: PeptideIdentification.h:172
PeptideHit HitType
Hit type definition.
Definition: PeptideIdentification.h:68
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
String id_
Identifier by which ProteinIdentification and PeptideIdentification are matched.
Definition: PeptideIdentification.h:164
double mz_
Definition: PeptideIdentification.h:171
String base_name_
Definition: PeptideIdentification.h:170
bool higher_score_better_
The score orientation.
Definition: PeptideIdentification.h:168
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:62