Description Usage Arguments Value
View source: R/normalizations.R
NormalizeMAX: Calculates the MAX normalizatin of each pixel as the maximum of all intensities.
1 | NormalizeMAX(img, remove_empty_pixels = FALSE)
|
img |
the rMSI image object. |
remove_empty_pixels |
boolean detailing if pixels detected to not contain data must be removed from normalization (smaller than mean-*sd). |
a rMSI image containing the normalizations$MAX field or MAXne if remove_empty_pixels is true..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.