Description Usage Arguments Value Author(s)
Generates a downsampled FASTQ or BAM data set.
1 2 3 4 5 | doDownsample(...)
## S3 method for class 'BamDataSet'
doDownsample(dataSet, subset=1e+06, ..., verbose=FALSE)
## S3 method for class 'FastqDataSet'
doDownsample(dataSet, subset=1e+06, ..., verbose=FALSE)
|
dataSet |
A |
subset |
An |
... |
Additional arguments passed to specific downsampler, e.g.
|
verbose |
See |
Returns a GenericDataFileSet
of the same class
as the input data set dataSet
.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.