46 class IsobaricQuantitationMethod;
92 void buildVectorIndex_(
const ConsensusMap& consensus_map);
108 void computeNormalizationFactors_(std::vector<Peak2D::IntensityType>& normalization_factors);
A more convenient string class.
Definition: String.h:57
A container for consensus elements.
Definition: ConsensusMap.h:75
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
OPENSWATHALGO_DLLAPI void normalize(const std::vector< double > &intensities, double normalization_factor, std::vector< double > &normalized_intensities)
Normalize intensities in vector by normalization_factor.
String reference_channel_name_
The name of the reference channel as given in the IsobaricChannelInformation.
Definition: IsobaricNormalizer.h:76
const IsobaricQuantitationMethod * quant_meth_
The selected quantitation method that will be used for the normalization.
Definition: IsobaricNormalizer.h:73
Size ref_map_id_
The index of the reference channel in the peptide ratio/intensity vectors.
Definition: IsobaricNormalizer.h:114
std::vector< std::vector< Peak2D::IntensityType > > peptide_ratios_
Collection containing the collected peptide ratios for the individual channels.
Definition: IsobaricNormalizer.h:117
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
std::vector< std::vector< Peak2D::IntensityType > > peptide_intensities_
Collection containing the collected peptide intensities for the individual channels.
Definition: IsobaricNormalizer.h:120
Map< Size, Size > map_to_vec_index_
The mapping between map indices and the corresponding indices in the peptide ratio/intensity vectors...
Definition: IsobaricNormalizer.h:111
Abstract base class describing an isobaric quantitation method in terms of the used channels and an i...
Definition: IsobaricQuantitationMethod.h:54
Performs median normalization on the extracted ratios of isobaric labeling experiment.
Definition: IsobaricNormalizer.h:52
A consensus feature spanning multiple LC-MS/MS experiments.
Definition: ConsensusFeature.h:69