Usage
pdnn.scalevalue.exprSet(eset, scale.to=500)
expressopdnn(abatch,
# background correction
bg.correct = FALSE,
bgcorrect.method = NULL,
bgcorrect.param = list(),
# normalize
normalize = FALSE,
normalize.method = NULL,
normalize.param = list(), pmcorrect.method = c("pdnn", "pdnnpredict"), # pdnn
findparams.param = list(),
# expression values
summary.subset = NULL,
# PDNN expression values scaling
eset.normalize = TRUE,
scale.to = 500,
# misc.
verbose = TRUE)
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 adjustement method (only
two choices here, default to 'pdnn').
findparams.param
a list of parameters to be passed to
find.params.pdnn
.
eset.normalize
is any normalization step on expression values
to be performed.
scale.to
a value to scale against.
summary.subset
a list of 'affyids'. If NULL
, then an
expression summary value is computed for everything on the chip.
verbose
logical value. If TRUE
it writes out some
messages.