51 void quantify(
const MSExperiment& exp, std::vector<DeconvolvedSpectrum>& deconvolved_spectra,
const std::vector<FLASHDeconvHelperStructs::MassFeature>& mass_features);
60 std::map<String, std::unique_ptr<IsobaricQuantitationMethod>>
quant_methods_;
62 void addMethod_(std::unique_ptr<IsobaricQuantitationMethod> ptr)
64 std::string internal_name = ptr->getMethodName();
65 quant_methods_[internal_name] = std::move(ptr);
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:66
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:46
Definition: TopDownIsobaricQuantifier.h:27
TopDownIsobaricQuantifier(TopDownIsobaricQuantifier &&other)=default
move constructor
void quantify(const MSExperiment &exp, std::vector< DeconvolvedSpectrum > &deconvolved_spectra, const std::vector< FLASHDeconvHelperStructs::MassFeature > &mass_features)
TopDownIsobaricQuantifier()
constructor
void addMethod_(std::unique_ptr< IsobaricQuantitationMethod > ptr)
Definition: TopDownIsobaricQuantifier.h:62
void setDefaultParams_()
implemented for DefaultParamHandler
TopDownIsobaricQuantifier & operator=(const TopDownIsobaricQuantifier &other)
assignment operator
std::map< String, std::unique_ptr< IsobaricQuantitationMethod > > quant_methods_
The quantification method used for the dataset to be analyzed.
Definition: TopDownIsobaricQuantifier.h:60
TopDownIsobaricQuantifier(const TopDownIsobaricQuantifier &)
copy constructor
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
~TopDownIsobaricQuantifier() override=default
destructor
FLASHIda C++ to C# (or vice versa) bridge functions The functions here are called in C# to invoke fun...
Definition: FeatureDeconvolution.h:22