Description Usage Arguments Value Author(s) References See Also Examples
Performs scale normalization across slides (experiments)
1 |
X |
X is a matrix of log intensity ratios M=\log_2 (R/G) The rows of X correspond to genes and columns correspond to different hybridizations, that is different slides (experiments). |
A matrix of normalized log intensity ratios across different slides. For the matrix in each of the components, rows correspond to genes and columns correspond to different hybridizations, that is different slides. This methods scale the matrix such that each column has the same median absolute deviation.
Yee Hwa Yang, yeehwa@stat.berkeley.edu
Y. H. Yang, S. Dudoit, P. Luu and T. P. Speed. Normalization for cDNA Microarray Data. (Statistics, UC Berkeley, Tech Report \# 589).
ma.func
, norm.l.func
,
norm.pin.func
, norm.scale.func
, plot.mva
, lowess
.
1 2 3 4 5 | data(MouseArray)
## mouse.setup <- init.grid()
## mouse.data <- init.data() ## see \emph{init.data}
mouse.lratio <- stat.ma(mouse.data, mouse.setup)
mouse.norm.lratio <- stat.norm.exp(mouse.lratio$M)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.