getOutputDataSet.AromaTransform {aroma.core}R Documentation

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 byPath() 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

Returns an AromaMicroarrayDataSet or NULL.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see AromaTransform.


[Package aroma.core version 1.4.0 Index]