Description Usage Arguments Value Author(s) See Also
Gets the (complete or incomplete) processed output data set.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S3 method for class 'AromaSeqTransform'
getOutputDataSet(...)
## S3 method for class 'AbstractAlignment'
getOutputDataSet(this, onMissing=c("drop", "NA", "error"), ...)
## S3 method for class 'Bowtie2Alignment'
getOutputDataSet(this, onMissing=c("drop", "NA", "error"), ...)
## S3 method for class 'FastqDownsampler'
getOutputDataSet(this, ...)
## S3 method for class 'PicardDuplicateRemoval'
getOutputDataSet(this, onMissing=c("drop", "NA", "error"), ...)
## S3 method for class 'TopHat2Alignment'
getOutputDataSet(this, onMissing=c("drop", "NA", "error"), ...)
## S3 method for class 'TotalCnBinnedCounting'
getOutputDataSet(this, onMissing=c("drop", "NA", "error"), ...)
|
onMissing |
A |
... |
Not used. |
Returns the output data set containing the same number of files as
the input data set, except in the case where argument onMissing
is "drop"
or "dropall"
and one or more files is not
processed.
Henrik Bengtsson
This method is utilized by findFilesTodo
().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.