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

Method getCoverage

src/openms/source/METADATA/ProteinHit.cpp:97–100  ·  view source on GitHub ↗

returns the coverage (in percent) of the protein hit based upon matched peptides

Source from the content-addressed store, hash-verified

95
96 // returns the coverage (in percent) of the protein hit based upon matched peptides
97 double ProteinHit::getCoverage() const
98 {
99 return coverage_;
100 }
101
102 // sets the score of the protein hit
103 void ProteinHit::setScore(const double score)

Callers 13

testProteinHitFunction · 0.95
updateProteinEntries_Method · 0.80
TextExporter.cppFile · 0.80
mergePepXMLProtXML_Method · 0.80
storeMethod · 0.80
writeToMethod · 0.80
writeToMethod · 0.80
importIDsMethod · 0.80
START_SECTIONFunction · 0.80

Calls

no outgoing calls

Tested by 3

testProteinHitFunction · 0.76
updateProteinEntries_Method · 0.64
START_SECTIONFunction · 0.64