ProteoWizard
|
#include "FeatureDetectorPeakel.hpp"
#include "pwiz/data/msdata/MSDataFile.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "boost/filesystem/path.hpp"
#include "pwiz/utility/misc/Std.hpp"
Go to the source code of this file.
Functions | |
void | verifyBombesinFeatures (const FeatureField &featureField) |
shared_ptr< FeatureDetectorPeakel > | createFeatureDetectorPeakel () |
void | testBombesin (const string &filename) |
void | test (const bfs::path &datadir) |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void verifyBombesinFeatures | ( | const FeatureField & | featureField | ) |
Definition at line 42 of file FeatureDetectorPeakelTest.cpp.
References epsilon, pwiz::analysis::MZRTField< T >::find(), unit_assert, and unit_assert_equal.
Referenced by testBombesin().
shared_ptr<FeatureDetectorPeakel> createFeatureDetectorPeakel | ( | ) |
Definition at line 74 of file FeatureDetectorPeakelTest.cpp.
References pwiz::analysis::PeakelPicker_Basic::Config::log, pwiz::analysis::PeakelPicker_Basic::Config::maxCharge, pwiz::analysis::PeakelPicker_Basic::Config::minCharge, pwiz::analysis::PeakelPicker_Basic::Config::minMonoisotopicPeakelSize, pwiz::analysis::PeakelPicker_Basic::Config::minPeakelCount, pwiz::analysis::PeakelPicker_Basic::Config::mzTolerance, pwiz::analysis::PeakelGrower_Proximity::Config::mzTolerance, pwiz::analysis::FeatureDetectorPeakel::Config::noiseCalculator_2Pass, pwiz::analysis::FeatureDetectorPeakel::Config::peakelGrower_Proximity, pwiz::analysis::FeatureDetectorPeakel::Config::peakelPicker_Basic, pwiz::analysis::FeatureDetectorPeakel::Config::peakFinder_SNR, pwiz::analysis::FeatureDetectorPeakel::Config::peakFitter_Parabola, pwiz::analysis::PeakFinder_SNR::Config::preprocessWithLogarithm, pwiz::analysis::PeakelPicker_Basic::Config::rtTolerance, pwiz::analysis::PeakelGrower_Proximity::Config::rtTolerance, pwiz::analysis::PeakFinder_SNR::Config::windowRadius, pwiz::analysis::PeakFitter_Parabola::Config::windowRadius, pwiz::analysis::NoiseCalculator_2Pass::Config::zValueCutoff, and pwiz::analysis::PeakFinder_SNR::Config::zValueThreshold.
Referenced by testBombesin().
void testBombesin | ( | const string & | filename | ) |
Definition at line 103 of file FeatureDetectorPeakelTest.cpp.
References createFeatureDetectorPeakel(), os_, pwiz::msdata::MSData::run, pwiz::msdata::Run::spectrumListPtr, unit_assert, and verifyBombesinFeatures().
Referenced by test().
void test | ( | const bfs::path & | datadir | ) |
Definition at line 125 of file FeatureDetectorPeakelTest.cpp.
References testBombesin().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 131 of file FeatureDetectorPeakelTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 39 of file FeatureDetectorPeakelTest.cpp.