Read a fastq file to data frame

read_fastq(fn, ...)

Arguments

fn

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

...

other parameters for fread. Note that cmd,col.names and sep are set by the function.

Value

data frame with "id", "seq", and "qual" corresponding to lines 1-3 of the fastq file