|
ProteoWizard
|
#include <PeakFinder.hpp>
Public Member Functions | |
| Config (size_t _windowRadius=2, double _zValueThreshold=3, bool _preprocessWithLogarithm=true, std::ostream *_log=0) | |
Public Attributes | |
| size_t | windowRadius |
| double | zValueThreshold |
| bool | preprocessWithLogarithm |
| std::ostream * | log |
Definition at line 56 of file PeakFinder.hpp.
|
inline |
Definition at line 63 of file PeakFinder.hpp.
| size_t pwiz::analysis::PeakFinder_SNR::Config::windowRadius |
Definition at line 58 of file PeakFinder.hpp.
Referenced by createFeatureDetectorPeakel(), createPeakExtractor(), test(), and test_SNR().
| double pwiz::analysis::PeakFinder_SNR::Config::zValueThreshold |
Definition at line 59 of file PeakFinder.hpp.
Referenced by createFeatureDetectorPeakel(), createPeakExtractor(), and test().
| bool pwiz::analysis::PeakFinder_SNR::Config::preprocessWithLogarithm |
Definition at line 60 of file PeakFinder.hpp.
Referenced by createFeatureDetectorPeakel().
| std::ostream* pwiz::analysis::PeakFinder_SNR::Config::log |
Definition at line 61 of file PeakFinder.hpp.
Referenced by test_SNR().
1.8.1.1