Learn R Programming

aroma.core (version 2.14.0)

getOutputDataSet.AromaTransform: Gets the transformed data set

Description

Gets the transformed data set, if processed.

Usage

## S3 method for class 'AromaTransform':
getOutputDataSet(this, onMissing=c("dropall", "drop", "NA", "error"), ...,
  incomplete=FALSE, className=NULL, force=FALSE, verbose=FALSE)

Arguments

...
Arguments passed to static method byPath() of the class of the input AromaMicroarrayDataSet.
onMissing
A character string specifying how non-processed files should be returned. If "drop", they are ignored and not part of the returned data set. If "dropall",
incomplete
[DEPRECATED] If the output data set is incomplete, then NULL is returned unless incomplete is TRUE.
force
If TRUE, any in-memory cached results are ignored.
verbose
See Verbose.

Value

See Also

For more information see AromaTransform.