Description Usage Arguments Details Value Author(s) References See Also Examples
The median rank scores algorithm is a modification of the quantile normalization for multi-platform microarray data.
1 | normalize.ExpressionSet.mrs(ExpressionSet = NULL, Batch = NULL, ...)
|
ExpressionSet |
An ExpressionSet object; if it contains a "Batch" column in its pData slot, this information can be used instead of the "Batch" parameter. |
Batch |
A character or numeric vector containing batch contribution of the samples. The order of the items should be the same as the samples (column) in the supplied ExpressionSet. Defining this parameter overrides the information of the pData slot. |
... |
Can be used to pass on parameters to underlying functions. |
Please see the references for details.
An ExpressionSet object with adjusted expression matrix.
Andreas Heider
Warnat P, Eils R, Brors B: Cross-platform analysis of cancer microarray data improves gene expression based classification of phenotypes. BMC bioinformatics 2005, 6:265.
virtualArrayExpressionSets
1 2 3 4 | # library(affydata)
# data(Dilution)
# Dilution <- rma(Dilution)
# normalize.ExpressionSet.mrs(Dilution,Batch=c("A","B","A","B"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.