ProteoWizard
|
#include "Feature2PeptideMatcher.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/data/misc/MinimumPepXML.hpp"
#include "pwiz/utility/misc/Std.hpp"
Go to the source code of this file.
Classes | |
struct | PointsToSame |
Functions | |
SpectrumQuery | makeSpectrumQuery (double precursorNeutralMass, double rt, int charge, string sequence, double score, int startScan, int endScan) |
FeaturePtr | makeFeature (double mz, double retentionTime, string ms1_5, int charge=0) |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
SpectrumQuery makeSpectrumQuery | ( | double | precursorNeutralMass, |
double | rt, | ||
int | charge, | ||
string | sequence, | ||
double | score, | ||
int | startScan, | ||
int | endScan | ||
) |
Definition at line 44 of file Feature2PeptideMatcherTest.cpp.
References pwiz::data::pepxml::PeptideProphetResult::allNttProb, pwiz::data::pepxml::AnalysisResult::analysis, pwiz::data::pepxml::SearchHit::analysisResult, pwiz::data::pepxml::SpectrumQuery::assumedCharge, pwiz::data::pepxml::SpectrumQuery::endScan, pwiz::data::pepxml::SearchHit::peptide, pwiz::data::pepxml::AnalysisResult::peptideProphetResult, pwiz::data::pepxml::SpectrumQuery::precursorNeutralMass, pwiz::data::pepxml::PeptideProphetResult::probability, pwiz::data::pepxml::SpectrumQuery::retentionTimeSec, pwiz::data::pepxml::SearchResult::searchHit, pwiz::data::pepxml::SpectrumQuery::searchResult, and pwiz::data::pepxml::SpectrumQuery::startScan.
FeaturePtr makeFeature | ( | double | mz, |
double | retentionTime, | ||
string | ms1_5, | ||
int | charge = 0 |
||
) |
Definition at line 80 of file Feature2PeptideMatcherTest.cpp.
References pwiz::chemistry::Ion::mz().
Referenced by test(), testAdjustRT(), and testMerge().
void test | ( | ) |
Definition at line 91 of file Feature2PeptideMatcherTest.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 109 of file Feature2PeptideMatcherTest.cpp.
ostream* os_ = 0 |
Definition at line 33 of file Feature2PeptideMatcherTest.cpp.