bg.correct.sa {simpleaffy} | R Documentation |
Implements the MAS5.0 background correction functions as described in Affy's 'Statistical Algorithms Description Document'.
bg.correct.sa(unnormalised,grid=c(4,4))
unnormalised |
An unnormalised AffyBatch object |
grid |
The dimensions of the grid to divide the chip into for background correction. |
An AffyBatch object
Crispin J Miller
http://bioinformatics.picr.man.ac.uk/ http://www.affymetrix.com/support/technical/technotes/statistical_reference_guide.pdf
http://www.affymetrix.com/support/technical/technotes/statistical_reference_guide.pdf
## Not run: eset.bg.mas <- bg.correct.sa(eset); ## End(Not run)