Description Usage Arguments Details Value Author(s) References See Also Examples
This function converts an
AffyBatch
into an
PLMset
by fitting a multichip model. In particular we
concentrate on the RMA model.
1 2 3 4 |
object |
an |
subset |
a vector with the names of probesets to be used. If NULL then all probesets are used. |
normalize |
logical value. If |
background |
logical value. If |
background.method |
name of background method to use. |
normalize.method |
name of normalization method to use. |
background.param |
A list of parameters for background routines |
normalize.param |
A list of parameters for normalization routines |
output.param |
A list of parameters controlling optional output from the routine. |
model.param |
A list of parameters controlling model procedure |
verbosity.level |
An integer specifying how much to print out. Higher values indicate more verbose. A value of 0 will print nothing |
This function fits the RMA as a Probe Level Linear models to all the
probesets in an AffyBatch
.
An PLMset
Ben Bolstad bmb@bmbolstad.com
Bolstad, BM (2004) Low Level Analysis of High-density
Oligonucleotide Array Data: Background, Normalization and
Summarization. PhD Dissertation. University of California,
Irizarry RA, Bolstad BM, Collin F, Cope LM, Hobbs B and Speed
TP (2003) Summaries of Affymetrix GeneChip probe level data
Nucleic Acids Research 31(4):e15
Bolstad, BM, Irizarry RA, Astrand, M, and Speed, TP (2003)
A Comparison of Normalization Methods for High Density
Oligonucleotide Array Data Based on Bias and Variance.
Bioinformatics 19(2):185-193
expresso
,
rma
, threestep
,fitPLM
,
threestepPLM
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.