sff2fastq {R453Plus1Toolbox}R Documentation

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.

Author(s)

Christian Ruckert


[Package R453Plus1Toolbox version 1.43.1 Index]