61 bool is_decoy =
false);
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:66
log transformed peak. After deconvolution, all necessary information from deconvolution such as charg...
Definition: FLASHDeconvHelperStructs.h:166
Averagine patterns pre-calculated for speed up. Other variables are also calculated for fast cosine c...
Definition: FLASHDeconvHelperStructs.h:33
Feature trace in mass dimension for FLASHDeconv This class performs mass tracing on the deconvolved m...
Definition: MassFeatureTrace.h:33
MassFeatureTrace(const MassFeatureTrace &)=default
copy constructor
FLASHDeconvHelperStructs::LogMzPeak LogMzPeak
Definition: MassFeatureTrace.h:36
~MassFeatureTrace() override=default
destructor
MassFeatureTrace & operator=(const MassFeatureTrace &fd)=default
assignment operator
MassFeatureTrace & operator=(MassFeatureTrace &&fd)=default
std::map< double, std::map< double, PeakGroup > > peak_group_map_
peak group information is stored in here for tracing
Definition: MassFeatureTrace.h:68
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
MassFeatureTrace()
constructor
std::vector< FLASHDeconvHelperStructs::MassFeature > findFeaturesAndUpdateQscore2D(const PrecalculatedAveragine &averagine, std::vector< DeconvolvedSpectrum > &deconvolved_spectra, int ms_level=1, bool is_decoy=false)
Find mass features.
MassFeatureTrace(MassFeatureTrace &&other)=default
move constructor
FLASHDeconvHelperStructs::PrecalculatedAveragine PrecalculatedAveragine
Definition: MassFeatureTrace.h:35
FLASHIda C++ to C# (or vice versa) bridge functions The functions here are called in C# to invoke fun...
Definition: FeatureDeconvolution.h:22