Description Usage Arguments Details Value Author(s) References See Also Examples
Performs a discretization of continous expression levels to discrete steps.
1 | normalize.ExpressionSet.qd(ExpressionSet = NULL, nbin = 8, ...)
|
ExpressionSet |
An ExpressionSet object. |
nbin |
Numeric vector of length 1; indicates the number of binnings for the discretization. |
... |
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.qd(Dilution)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.