Description Usage Arguments Details Value Author(s) References Examples
This function background corrects PM probe data using LESN - Low End Signal is Noise concepts.
1 | bg.correct.LESN(object, method=2, baseline=0.25, theta=4)
|
object |
an |
method |
an integer code specifying which method to use |
baseline |
A baseline value to use |
theta |
A parameter used in the background correction process |
This method will be more formally documented at a later date.
The basic concept is to consider that the lowest end of intensites is most likely just noise (and should be heavily corrected) and the highest end signals are most likely signal and should have little adjustment. Low end signals are made much smaller while high end signals get less adjustment relative adjustment.
An AffyBatch
Ben Bolstad bmb@bmbolstad.com
Bolstad, BM (2004) Low Level Analysis of High-density Oligonucleotide Array Data: Background, Normalization and Summarization. PhD Dissertation. University of California, Berkeley.
1 2 3 4 | if (require(affydata)) {
data(Dilution)
Dilution.example.bgcorrect <- bg.correct.LESN(Dilution)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.