Write a data frame with "id", "seq" and "qual" to fastq file

write_fastq(df, fn)

Arguments

df

data frame with "id", "seq" and "qual" columns (e.g. output of read_fastq)

name

of the file - can be zipped (with "gz" file extension).

Value

None