Description Usage Arguments Details Value Author(s) References See Also Examples
Implements the MAS5.0 background correction, expression summary and scaling functions as described in Affy's 'Statistical Algorithms Description Document'
1 |
unnormalised |
An unnormalised AffyBatch object |
tgt |
The target intensity to scale array to, if scaling. |
scale |
Scale the data to the specified target intensity. |
Uses a C code implementation of the MAS5.0 algorithm (As described in Affymetrix's 'Statistical Algorithms Reference Guide' - see http://www.affymetrix.com, and in Hubbell et al. (2002) Robust Estimators for expression analysis. Bioinformatics 18(12) 1585-1592). Note that this function returns log2 data.
An AffyBatch object, with, in addition, scale-factors for each array stored in the object's description@preprocessing@sfs
slot, and the target intensity the arrays were scaled to in description@preprocessing@tgt
Crispin J Miller
http://bioinformatics.picr.man.ac.uk/
http://www.affymetrix.com/support/technical/technotes/statistical_reference_guide.pdf
1 2 3 4 5 |
## Not run:
eset.mas <- justMAS(eset.mas);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.