Learn R Programming

aroma.core (version 1.1.2)

getOutputDataSet.AromaTransform: Gets the transformed data set

Description

Gets the transformed data set, if processed.

Usage

## S3 method for class 'AromaTransform':
getOutputDataSet(this, ..., incomplete=FALSE, className=NULL, force=FALSE, verbose=FALSE)

Arguments

...
Arguments passed to static method fromFiles() of the class of the input AromaMicroarrayDataSet.
incomplete
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.