|
OpenMS
2.6.0
|
Go to the documentation of this file.
43 class PeptideIdentification;
76 SIZE_OF_ANNOTATIONSTATE
79 static const std::string NamesOfAnnotationState[SIZE_OF_ANNOTATIONSTATE];
119 std::binary_function<BaseFeature, BaseFeature, bool>
145 WidthType getWidth()
const;
147 void setWidth(WidthType fwhm);
150 const ChargeType& getCharge()
const;
153 void setCharge(
const ChargeType& ch);
168 const std::vector<PeptideIdentification>& getPeptideIdentifications()
const;
171 std::vector<PeptideIdentification>& getPeptideIdentifications();
174 void setPeptideIdentifications(
const std::vector<PeptideIdentification>& peptides);
177 AnnotationState getAnnotationState()
const;
WidthType width_
Width (FWHM) for the feature. The default value is 0.0, a feature finding algorithm can compute this ...
Definition: BaseFeature.h:188
OPENMS_UINT64_TYPE UInt64
Unsigned integer type (64bit)
Definition: Types.h:77
Int ChargeType
Type of charge values.
Definition: BaseFeature.h:65
Definition: BaseFeature.h:75
Definition: BaseFeature.h:72
AnnotationState
state of identification, use getIDState() to query it
Definition: BaseFeature.h:70
A 2-dimensional raw data point or peak.
Definition: Peak2D.h:54
Definition: BaseFeature.h:73
A basic LC-MS feature.
Definition: BaseFeature.h:56
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
A 2-dimensional raw data point or peak with meta information.
Definition: RichPeak2D.h:52
float WidthType
Type of feature width/FWHM (RT)
Definition: BaseFeature.h:67
Definition: BaseFeature.h:74
QualityType quality_
Overall quality measure of the feature.
Definition: BaseFeature.h:182
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
bool operator()(const QualityType &left, const QualityType &right) const
Definition: BaseFeature.h:136
bool operator()(const QualityType &left, const BaseFeature &right) const
Definition: BaseFeature.h:131
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
Representation of a Peak2D, RichPeak2D or Feature .
Definition: FeatureHandle.h:57
std::vector< PeptideIdentification > peptides_
PeptideIdentifications belonging to the feature.
Definition: BaseFeature.h:191
bool operator()(const BaseFeature &left, const BaseFeature &right) const
Definition: BaseFeature.h:121
ChargeType charge_
Charge of the peptide represented by this feature. The default value is 0, which represents an unknow...
Definition: BaseFeature.h:185
Compare by quality.
Definition: BaseFeature.h:118
bool operator()(const BaseFeature &left, const QualityType &right) const
Definition: BaseFeature.h:126
QualityType getQuality() const
Non-mutable access to the overall quality.