Description Usage Arguments Value Author(s) References See Also Examples
This function is used for scale normalization using the median absolute deviation (MAD) of intensity log-ratios for a group of spots. It can be used for within or between array normalization. The function should be used as an argument to the main normalization function maNormMain
.
1 |
x |
Name of accessor function for spot statistic used to stratify the data, usually a layout parameter, e.g. |
y |
Name of accessor function for spot statistics, usually
|
geo |
If |
subset |
A "logical" or "numeric" vector indicating the subset of points used to compute the scale normalization values. |
A function with bindings for the above arguments. This latter function takes as argument an object of class "marrayRaw"
(or possibly "marrayNorm"
), and returns a vector of values used to scale the location normalized log-ratios. It calls the function maMAD
, which is not specific to microarray objects.
Sandrine Dudoit, http://www.stat.berkeley.edu/~sandrine.
S. Dudoit and Y. H. Yang. (2002). Bioconductor R packages for exploratory analysis and normalization of cDNA microarray data. In G. Parmigiani, E. S. Garrett, R. A. Irizarry and S. L. Zeger, editors, The Analysis of Gene Expression Data: Methods and Software, Springer, New York.
Y. H. Yang, S. Dudoit, P. Luu, and T. P. Speed (2001). Normalization for cDNA microarray data. In M. L. Bittner, Y. Chen, A. N. Dorsel, and E. R. Dougherty (eds), Microarrays: Optical Technologies and Informatics, Vol. 4266 of Proceedings of SPIE.
Y. H. Yang, S. Dudoit, P. Luu, D. M. Lin, V. Peng, J. Ngai, and T. P. Speed (2002). Normalization for cDNA microarray data: a robust composite method addressing single and multiple slide systematic variation. Nucleic Acids Research, Vol. 30, No. 4.
maNormMain
, maMAD
, mad
.
1 | # See examples for maNormMain.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.