normalizeFrames | R Documentation |
Frames
objectApplies a transformation to the Frames
object in a way that the intensities
throughout the acquisition are normalized overall in term of pixel values sums.
It can be used to compensate for example a global change in the illumination values,
e.g. due to changed acquisition conditions in experiments that span long timescales.
normalizeFrames(frames, normFun = "median")
frames |
A |
normFun |
The normalization function chosen. Can be one of |
A Frames
object with normalized pixel values.
Federico Marini, marinif@uni-mainz.de, 2014
data(MesenteriumSubset)
normalizeFrames(MesenteriumSubset,normFun="median")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.