Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/normalization.R
Normalization of plate effects in the screen.
1 | normalizePlateEffect(sgi, type = "Bscore", maxit = 20, verbose = 0)
|
sgi |
An object of class |
type |
If type is "Bscore" (default) a Bscore-normalization is performed. If type is "spatial", a locfit regression is estimated that accounts for spatial effects. |
maxit |
Maximum number of iterations for locfit. |
verbose |
Either 0 (default, no output), 1 (minimum output), or 2 (outout). |
The Bscore normalization estimates row and column effects for each plate. It returns the residuals to the sum of row and column effects. The spatial normalization estimates a non-linear 2D regression for each plate and returns the residuals.
An object of class RNAinteract
. The returned object contains the normalization information.
Bernd Fischer
1 2 | data("sgi")
normalizePlateEffect(sgi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.