Description Usage Value Author(s) References See Also Examples
This function is used for composite normalization with intensity dependent weights. The function should be used as an argument to the main normalization function maNormMain
. It only applies when two normalization procedures are combined.
1 2 |
A function which takes as arguments x
and n
, the spot average log-intensities A and the number of normalization procedures. This latter function returns a matrix of weights for combining two normalization procedures, rows correspond to spots and columns to normalization procedures. The weights for the first procedure are given by the empirical cumulative distribution function of the spot average log-intensities A. Note that when performing composite normalization as described in Yang et al. (2002), the first normalization procedure is the global fit and the second procedure is the within-print-tip-group fit.
For maCompEq
, equal weights are given for each procedure.
Sandrine Dudoit, http://www.stat.berkeley.edu/~sandrine, Yee Hwa (Jean) Yang.
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, 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
, maNormLoess
, ecdf
.
1 | # See examples for maNormMain
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.