std::map< String, Size > empty_channels
Channel_ID -> Missing; indicating the number of empty channels from all MS2 scans, i.e., numbers are between number_ms2_empty and number_ms2_total.
Definition: IsobaricQuantifierStatistics.h:68
Size number_ms2_empty
number of empty MS2 (no reporters at all)
Definition: IsobaricQuantifierStatistics.h:67
double iso_total_intensity_negative
only for spectra where naive solution is negative
Definition: IsobaricQuantifierStatistics.h:65
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
double iso_solution_different_intensity
absolute intensity difference between both solutions (for channels > 0)
Definition: IsobaricQuantifierStatistics.h:64
Statistics for quantitation performance and comparison of NNLS vs. naive method (aka matrix inversion...
Definition: IsobaricQuantifierStatistics.h:48
Size number_ms2_total
total number of MS2 spectra
Definition: IsobaricQuantifierStatistics.h:66
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Size iso_number_ms2_negative
number of MS2 spectra where one or more channels had negative solution
Definition: IsobaricQuantifierStatistics.h:61
Size iso_number_reporter_negative
number of channels where naive solution was negative
Definition: IsobaricQuantifierStatistics.h:62
Size channel_count
4plex, 6plex, or 8 plex?!
Definition: IsobaricQuantifierStatistics.h:60
Size iso_number_reporter_different
number of channels >0 where naive solution was different; happens when naive solution is negative in ...
Definition: IsobaricQuantifierStatistics.h:63