13#include <OpenMS/config.h>
65 static const std::array<std::string, static_cast<Size>(Level::SIZE_OF_LEVEL)>
names_of_level;
96 const std::string& output_path =
"");
A base class for all classes handling default parameters.
Definition DefaultParamHandler.h:66
In-process Percolator scoring for OpenSWATH OSW and OSWPQ results.
Definition OpenSwathPercolatorScoring.h:52
OpenSwathPercolatorScoring()
Level
Supported OpenSWATH scoring levels.
Definition OpenSwathPercolatorScoring.h:56
~OpenSwathPercolatorScoring() override
std::unique_ptr< Impl > impl_
Definition OpenSwathPercolatorScoring.h:103
ScoreSummary score(const std::string &input_path, Level level, const std::string &output_path="")
Score an OpenSWATH OSW / OSWPQ file in place or into a copy.
static const std::array< std::string, static_cast< Size >(Level::SIZE_OF_LEVEL)> names_of_level
String names of the supported scoring levels.
Definition OpenSwathPercolatorScoring.h:65
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
Small execution summary returned by score()
Definition OpenSwathPercolatorScoring.h:69
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition Types.h:97
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19