Rdocumentation
powered by
Learn R Programming
R453Plus1Toolbox (version 1.22.0)
sff2fastq: Write A SFFContainer Object To A FASTQ File
Description
This function takes a
SFFContainer
object and writes it to a file in FASTQ format.
Usage
sff2fastq(x, outdir, fname)
Arguments
x
An object of class
SFFContainer
.
outdir
The directory where the file should be stored, defaults to the current working directory.
fname
The name of the file to write. Defaults to the filename slot of the
SFFContainer
, with .sff substituted with .fastq.