Usage
expresso( afbatch, # background correction bg.correct = TRUE, bgcorrect.method = NULL, bgcorrect.param = list(), # normalize normalize = TRUE, normalize.method = NULL, normalize.param = list(), # pm correction pmcorrect.method = NULL, pmcorrect.param = list(), # expression values summary.method = NULL, summary.param = list(), summary.subset = NULL, # misc. verbose = TRUE,
widget = FALSE)
Arguments
bg.correct
a boolean to express whether background correction
is wanted or not.
bgcorrect.method
the name of the background adjustment method.
bgcorrect.param
a list of parameters for bgcorrect.method
(if needed/wanted).
normalize
normalization step wished or not.
normalize.method
the normalization method to use.
normalize.param
a list of parameters to be passed to the
normalization method (if wanted).
pmcorrect.method
the name of the PM adjustment method.
pmcorrect.param
a list of parameters for pmcorrect.method
(if needed/wanted).
summary.method
the method used for the computation of expression
values.
summary.param
a list of parameters to be passed to the
summary.method
(if wanted).
summary.subset
a list of 'affyids'. If NULL
, an
expression summary value is computed for everything on the chip.
verbose
logical value. If TRUE
, it writes out some
messages.
widget
a boolean to specify the use of widgets (the package
tkWidget is required).