Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/arrayWeightsQuick.R
Estimates relative quality weights for each array in a multi-array experiment with replication.
1 | arrayWeightsQuick(y, fit)
|
y |
the data object used to estimate |
fit |
|
Estimates the relative reliability of each array by measuring how well the expression values for that array follow the linear model.
This is a quick and dirty version of arrayWeights
.
Numeric vector of weights of length ncol(fit)
.
Gordon Smyth
Ritchie, M. E., Diyagama, D., Neilson, van Laar, R., J., Dobrovic, A., Holloway, A., and Smyth, G. K. (2006). Empirical array quality weights in the analysis of microarray data. BMC Bioinformatics 7, 261. http://www.biomedcentral.com/1471-2105/7/261
See arrayWeights. An overview of LIMMA functions for reading data is given in 03.ReadingData.
1 2 3 4 5 | ## Not run:
fit <- lmFit(y, design)
arrayWeightsQuick(y, fit)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.