Description Usage Arguments Details Value References See Also Examples
Background correct and normalize a microarray experiment.
1 | ma.normalize(config)
|
config |
Character string consisting of the path to the configuration
file generated using the |
Reads in all the samples associated with a microarray experiment according to
the options in the config and combines them using the Robust Multichip
Average (RMA) algorithm, which background corrects, quantile normalizes, and
summarizes the data using median polish at the level of probes in an
expression set object (eset). If the option normalization: no
is set
in the config, an expression set is returned which has neither been
background corrected nor normalized, a feature which is useful for quality
assessment.
Returns an expression set object that contains the microarray data at the level of probes.
Irizarry, Rafael A., Bridget Hobbs, Francois Collin, Yasmin D. Beazer-Barclay, Kristen J. Antonellis, Uwe Scherf, and Terence P. Speed. "Exploration, normalization, and summaries of high density oligonucleotide array probe level data." Biostatistics 4, no. 2 (2003): 249-264.
Carvalho, Benilton S., and Rafael A. Irizarry. "A framework for oligonucleotide microarray preprocessing." Bioinformatics 26, no. 19 (2010): 2363-2367.
write.yaml.config
to generate the configuration file,
and ma.summarize
to convert an expression set object into a
list of genes and their associated log-fold changes and statistical values.
1 2 3 4 5 | if(require(madeData))
{
config <- system.file("extdata", "config.yaml", package = "madeData")
ma.normalize(config)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.