dot-normalizeSpectrum_dt: Normalize a mzDt

Description Usage Arguments Details Value

Description

Normalize intensity of mzDt by one of the available methods. Normalization is global rather than by scan.

Usage

1
.normalizeSpectrum_dt(mzDt, method)

Arguments

mzDt

the mzDt to be normalized in place

method

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

Details

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

Value

returns mzDt with extra column 'intensity_norm'


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