| getOutputDataSet.AromaTransform {aroma.core} | R Documentation |
Gets the transformed data set, if processed.
## S3 method for class 'AromaTransform': getOutputDataSet(this, ..., incomplete=FALSE, className=NULL, force=FALSE, verbose=FALSE)
... |
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. |
Returns an AromaMicroarrayDataSet or NULL.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AromaTransform.