Description Usage Arguments Details Value Author(s) References See Also Examples
This function pre-processes an AffyBatch
.
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 |
list of parameters for background correction methods |
normalize.param |
list of parameters for normalization methods |
verbosity.level |
An integer specifying how much to print out. Higher values indicate more verbose. A value of 0 will print nothing |
This function carries out background correction and normalization
pre-processing steps. It does not summarize to produce gene expression
measures. All the same pre-processing methods supplied by
threestep
are supported by this function.
An AffyBatch
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, Berkeley.
1 2 3 4 5 6 | if (require(affydata)) {
data(Dilution)
# should be equivalent to the bg and norm of rma()
abatch.preprocessed <- preprocess(Dilution)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.