The normalization divides the intensity of each variable in a sample with the sum of intensities of all variables in the sample and multiplies with the median of sum of intensities of all variables in all samples. The normalized data is then log2-transformed.
Source:R/normMethods.R
globalIntensityNormalization.RdThe normalization divides the intensity of each variable in a sample with the sum of intensities of all variables in the sample and multiplies with the median of sum of intensities of all variables in all samples. The normalized data is then log2-transformed.
Examples
data(example_data_only_values_small)
normMatrix <- globalIntensityNormalization(example_data_only_values)