Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/backgroundCorrect2.R
Background correction based on
backgroundCorrect
of the limma
package.
1 | backgroundCorrect2(object,method="subtract", offset=0)
|
object |
object of class |
method |
method for background correction: “none”, “subtract”, “half”, “minimum”, “movingmin”, “edwards” or “normexp”. |
offset |
numeric value to add to intensities |
This function is a wrapper function for
backgroundCorrect
with following methods implemented:
“none”: no background correction
“subtract”: simple subtraction of background intensities
“movingmin”: background intensities are first averaged over 3x3 grids of neighbouring spots and subsequently substracted
“minimum”: zero or negative intensities after background correction are set equal to half the minimum of positive corrected intensities
“edwards”: background correction based on log-linear interpolation
“normexp”: background correction based on fitting procedure
For further details and references, please refer to its help page. An
alternative Bayesian model for background correction
(kooperberg
) is also implemented
in the limma
package.
Background correct object of class marrayRaw
.
Matthias Futschik
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.