Description Usage Arguments Value
View source: R/normalizations.R
NormalizeByAcqDegradationOnTargetPeaks: Calculates the normalization of each pixel as the sum of areas of specified peaks. Each normalization coeficient is smoothed by its neighbours to compensate for ionization degradation during acqusition.
1 2 3 4 5 6 7 | NormalizeByAcqDegradationOnTargetPeaks(
img,
mz_vector,
mz_window_size = 0.1,
norm_name = "AcqSelPK",
winSize = 0.1
)
|
img |
the rMSI image object. |
mz_vector |
a vector containing m/z values of peaks to be used for normalization. |
mz_window_size |
specifies the with of peak gaussian. Set to 0.1 Da by default which is OK for reflector TOF MALDI instrument |
norm_name |
a name to be used for the normalization. Default is set to "SelPK". |
winSize |
the window size use for smoothing (0 to 1). |
a rMSI image containing the normalizations$<name> field
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.