Description Usage Arguments Details Value Author(s) Examples
Draws MA plots of raw data and data after all kinds of normalization provided by PAA.
1 2 | plotMAPlots(elist = NULL, idx="all", include.rlm=FALSE, controls="internal",
output.path = NULL)
|
elist |
|
idx |
integer indicating the column index of the sample for drawing MA plots or the string 'all' for drawing MA plots for all samples (default: all). |
include.rlm |
logical indicating whether RLM normalization should be included (for ProtoArrays only; deafault: FALSE). |
controls |
string indicating the ProtoArray controls for |
output.path |
string indicating the folder where the tiff files will be saved (mandatory when idx='all'). |
When idx="all"
(default) for each microarray a tiff file containing MA
plots for raw data, cyclicoess normalized data, quantile normalized data and vsn
normalized data (and, optionally, for ProtoArrays, rlm normalized data) will be
created. When idx
is an integer indicating the column index of a
particular sample, MA plots only for this sample will be created. For A and
M value computation the artificial median array is used as reference signal.
All figures can be saved in output.path
(mandatory when
idx="all"
). The resulting MA plots can be used to compare the results of
the different normalization methods.
No value is returned.
Michael Turewicz, michael.turewicz@rub.de
1 2 3 4 | cwd <- system.file(package="PAA")
load(paste(cwd, "/extdata/Alzheimer.RData", sep=""))
elist <- elist[elist$genes$Block == 1,]
plotMAPlots(elist=elist, idx=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.