Median Normalization of Proteomics Data
median_normalize-ProtData.Rd
Performs median normalization on the quantitative data within a ProtData
object. This method corrects for systematic, sample-specific biases (e.g.,
differences in sample loading or instrument sensitivity) to make the samples
more comparable.
The function operates by first calculating the median intensity for each sample (column). It then calculates the median of these medians (the "global median"). Finally, it scales the intensities in each sample by a multiplicative factor so that every sample has the same median abundance, equal to the global median.