|
ProteoWizard
|
Go to the source code of this file.
Functions | |
| boost::shared_ptr< SpectrumQuery > | makeSpectrumQuery (double precursorNeutralMass, double rt, int charge, string sequence, double score, int startScan, int endScan) |
| void | test () |
| int | main () |
| boost::shared_ptr<SpectrumQuery> makeSpectrumQuery | ( | double | precursorNeutralMass, |
| double | rt, | ||
| int | charge, | ||
| string | sequence, | ||
| double | score, | ||
| int | startScan, | ||
| int | endScan | ||
| ) |
Definition at line 34 of file NeighborJoinerTest.cpp.
References pwiz::data::pepxml::PeptideProphetResult::allNttProb, pwiz::data::pepxml::AnalysisResult::analysis, pwiz::data::pepxml::SearchHit::analysisResult, pwiz::data::pepxml::SearchHit::peptide, pwiz::data::pepxml::AnalysisResult::peptideProphetResult, pwiz::data::pepxml::PeptideProphetResult::probability, and pwiz::data::pepxml::SearchResult::searchHit.
| void test | ( | ) |
Definition at line 68 of file NeighborJoinerTest.cpp.
References makeSpectrumQuery(), and unit_assert.
| int main | ( | ) |
1.8.1.1