sff2fastq {R453Plus1Toolbox} | R Documentation |
This function takes a SFFContainer object and writes it to a file in FASTQ format.
sff2fastq(x, outdir, fname)
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. |
Christian Ruckert