Spectrum Normalization
Another very basic mass spectrum processing step is normalization by base peak intensity (the maximum intensity of a mass spectrum).
Let’s first load the raw data.
Now we apply the normalization.
Another way of normalizing is by TIC (total ion count) of the mass spectrum, which scales intensities
so they add up to \(1.0\) in each mass spectrum.
Try it out for yourself by setting: param.setValue("method", "to_TIC")
.