Usage
gpQuality(fnames = NULL, path = ".", organism = c("Mm", "Hs"),
compBoxplot = TRUE, reference = NULL, controlMatrix = controlCode,
controlId = c("ID", "Name"), output = FALSE, resdir = ".", dev= "png",
val=c("maM", "maA"),DEBUG = FALSE,...)
Arguments
fnames
A "character" string naming the input files.
path
A "character" string representing the data directory. By
default this is set to the current working directory (".").
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 reference
tables.
compBoxplot
Logical. If set to 'FALSE', only qualitative
diagnostic plots will be plotted. gpQuality ouput will be limited to
a diagnostic plot by gpr file and a marrayRaw object.
reference
A matrix resulting from globalQuality, to be used as
reference table to compare slides. If 'NULL', the default table
corresponding to organism will be used. See details for more information.
controlMatrix
A character matrix of n by 2 columns. The first
column contains a few regular expression of spotted probe sequences
and the second column contains the corresponding control status. By
default, controlMatrix is set to controlCode.
controlId
Character string. Name of the column of the gpr
file used to define controls.
output
Logical. If 'TRUE', normalized M values corresponding to
the input GenePix files and quality measures are printed to a file.
resdir
A "character" string representing the directory where
the results will be saved. By default, this is set to the current
working directory (".").
dev
A "character" string naming the graphics device. This will
take arguments "png", "jpeg" and "ps" only. By default, dev is set
to "png".
val
A "character" string representing the slotNames to be
written in the output file.
DEBUG
If 'TRUE', debug statements are printed.