Description Usage Arguments Details Value
Normalize intensity of mzDt by one of the available methods. Normalization is global rather than by scan.
1 | .normalizeSpectrum_dt(mzDt, method)
|
mzDt |
the mzDt to be normalized in place |
method |
"maxPeak", "sum", or "sqrt" |
"maxPeak": divide intensity by the max intensity. "sqrt": divide intensity using sqrt intensity transform. "sum" : divide intensity by sum intensity.
returns mzDt with extra column 'intensity_norm'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.