Description Usage Arguments Value Author(s) References See Also Examples
This performs a robust loess normalization of the variance of the log ratios in a single replicate experiment by regressing the absolute (mean normalized) log ratios on the log intensities and using the fitted values to scale the (mean normalized) log ratio for each gene.
1 |
logratio |
A vector or single-column matrix of log (base 2) ratios of gene expressions in two samples, if mean.norm is FALSE the log ratios should be already mean normalized. |
logintensity |
A vector or single-column matrix of log (base 2) total intensities (defined as the product) of gene expressions in the two samples. |
span1 |
Proportion of data used to fit the loess regression of the log ratios on the log intensities for the mean normalization. |
span2 |
Proportion of data used to fit the loess regression of the absolute (mean normalized) log ratios on the log intensities for the variance normalization. |
mean.norm |
A logical value indicating whether or not a mean normalization should be performed prior to the variance normalization. |
A vector or single-column matrix of mean and variance normalized log (base 2) ratios of gene expressions in two samples.
N. Dean and A. E. Raftery
N. Dean and A. E. Raftery (2005). Normal uniform mixture differential gene expression detection for cDNA microarrays. BMC Bioinformatics. 6, 173-186.
http://www.biomedcentral.com/1471-2105/6/173
norm1a
,norm1c
,norm1d
,norm2c
,norm2d
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.