MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / PeptideIdentification

Method PeptideIdentification

src/openms/source/METADATA/PeptideIdentification.cpp:18–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16{
17
18 PeptideIdentification::PeptideIdentification() :
19 MetaInfoInterface(),
20 id_(),
21 hits_(),
22 significance_threshold_(0.0),
23 score_type_(),
24 higher_score_better_(true),
25 base_name_(),
26 mz_(std::numeric_limits<double>::quiet_NaN()),
27 rt_(std::numeric_limits<double>::quiet_NaN())
28 {
29 }
30
31 PeptideIdentification::~PeptideIdentification() noexcept = default;
32

Callers 4

testFeatureXMLFileFunction · 0.80

Calls

no outgoing calls

Tested by 3

testFeatureXMLFileFunction · 0.64