Description Usage Arguments Value Author(s) References See Also Examples
Generates expression summaries and normalizes Affymetrix data using either MAS5.0, GCRMA or RMA algorithms.
1 | call.exprs(x, algorithm = "rma", do.log = TRUE, sc = 100, method = NA)
|
x |
an |
algorithm |
one of '"rma","rma-R","gcrma", "mas5", "mas5-R". "rma" and "mas5" make use of a native C-library and are faster than "rma-R" and "mas5-R". |
do.log |
return logged data if true |
sc |
if the mas5 algorithm is being used, sets the target intensity to which the chips should be scaled. |
method |
The algorithm used to normalise the data. Has no effect for "rma", defaults to quantile normalisation for "rma" and no normalisation for "mas5" |
An AffyBatch object containing expression summaries.
Crispin J Miller
http://bioinformatics.picr.man.ac.uk/
read.affy
, expresso
,
justRMA
, justMAS
1 2 3 4 5 6 |
## Not run:
eset.rma <- call.exprs(eset,"rma");
eset.mas5 <- call.exprs(eset,"mas5");
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.