returns the coverage (in percent) of the protein hit based upon matched peptides
| 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) |
no outgoing calls