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

View source: R/io.R

write_fastqR Documentation

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

Description

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

Usage

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


tanaylab/tgutil documentation built on March 16, 2024, 12:07 a.m.