Description Usage Arguments Details Value Examples
Renormalize spectra for m/z values greater than ‘cutoff’.
1 | renorm(Ma, cutoff)
|
Ma |
a matrix, with rows the m/z values and the columns the samples. |
cutoff |
a real value, before which the portion of a spectrum will be ignored. |
A sample of spectra will be normalized to have the same AUC, the median of the AUCs of spectra. Each AUC is calculated as the sum of the intensities whose m/z values are greater than ‘cutoff’.
A matrix, with rows the m/z values and the columns the samples. Only rows with m/z values greater than ‘cutoff’ are kept.
1 2 | example(rmBaseline)
rtM <- renorm(testM, cutoff=1500)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.