dot-normalizeEachSpectrum_dt: Normalize a mzDt by seqNum

Description Usage Arguments Details Value

Description

Normalize intensity of each individual spectrum in the mzDt.

Usage

1

Arguments

mzDt

the mzDt to be normalized in place

method

"maxPeak", "sum", or "sqrt"

Details

"maxPeak": divide intensity of each spectrum by the max intensity. "sqrt": divide intensity of each spectrum using sqrt intensity transform. "sum" : divide intensity of each spectrum by sum intensity of the spectrum.

Value

returns mzDt with extra column 'intensity_norm'


pmbrophy/mzDataTable documentation built on June 6, 2020, 7:43 a.m.