normexp.signal {limma} | R Documentation |
Adjust foreground intensities for observed background using Normal+Exp Model.
This function is called by backgroundCorrect
and is not normally called directly by the user.
normexp.signal(par, x)
par |
numeric vector containing the parameters of the Normal+Exp distribution, see normexp.fit |
x |
numeric vector of (background corrected) intensities |
In general the vector normmean
is computed conditional on background at each spot.
Numeric vector containing adjusted intensities.
Gordon Smyth
An overview of background correction functions is given in 04.Background
.