getOutputDataSet.AromaTransform: Gets the transformed data set

getOutputDataSet.AromaTransformR Documentation

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", NULL is returned unless all files are processed. If "NA", they are represented as a "missing" file. If "error", they are not accepted and an exception is thrown.

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

Returns an AromaMicroarrayDataSet or NULL.

Author(s)

Henrik Bengtsson

See Also

For more information see AromaTransform.


HenrikBengtsson/aroma.core documentation built on Feb. 20, 2024, 9:17 p.m.