the correction method to use, one of "none", "subtract", "half" and "normexp".
preserve
logical; if Smean and Bmedian slots should be preserved.
verbose
logical; if TRUE print some information with method normexp.
normexp.method
method used with normexp correction.
offset
numeric; value to add to intensities.
Value
Ri slot.
Details
Available methods are:
. none: left intensities untouched.
. subtract: simple subtraction of Bkgd median from Spot mean.
. half: the same as above but aboid negative values setting all intensity
values below zero to 0.5.
. normexp: apply normexp background adjustment from package limma.