Usage
meeboQualityPlots(mrawObj, headerInfo = "", save = TRUE, dev = "png",
col = NULL, badspotfunction = NULL, controlId = c("ID", "Name"), seqId =
"SeqID", organism = "Mm", DEBUG = FALSE, ...)
Arguments
mrawObj
marrayRaw
or RGList
object representing
the slides to be tested.
headerInfo
Text to be used as header in the diagnostic plot.
save
Logical. If 'TRUE', the plot is saved to a file.
dev
A "character" string naming the graphics device. This will
take arguments "png", "jpeg" and "ps" only. By default, dev is set
to "png".
col
Vector of colors to use to describe different
categories of spots.
badspotfunction
Function to use for bad spots on the array.
controlId
Character string. Name of the column of the gpr
file used to define controls (or provides the name of the probes).
seqId
A "character" string naming the column of the MEEBO
annotation to use to retrieve replicated sequences.
organism
A "character" string naming the organism genome
printed on the array, either "Mm" or "Hs". By default, organism is
set to "Mm". It is used to retrieve the corresponding Oligo set annotations.
DEBUG
If 'TRUE', debug statements are printed.