Gets the transformed data set, if processed.
# S3 method for AromaTransform
getOutputDataSet(this, onMissing=c("dropall", "drop", "NA", "error"), ...,
incomplete=FALSE, className=NULL, force=FALSE, verbose=FALSE)Arguments passed to static method byPath() of
the class of the input AromaMicroarrayDataSet.
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.
If TRUE, any in-memory cached results are ignored.
See Verbose.
Returns an AromaMicroarrayDataSet or NULL.
For more information see AromaTransform.