maCompNormA: Weights for composite normalization

Description Usage Value Author(s) References See Also Examples

View source: R/maNorm.R

Description

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.

Usage

1
2

Value

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.

Author(s)

Sandrine Dudoit, http://www.stat.berkeley.edu/~sandrine, Yee Hwa (Jean) Yang.

References

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.

See Also

maNormMain, maNormLoess, ecdf.

Examples

1
# See examples for maNormMain

marray documentation built on Nov. 8, 2020, 6:46 p.m.