read_fastq: Read a fastq file to data frame

View source: R/io.R

read_fastqR Documentation

Read a fastq file to data frame

Description

Read a fastq file to data frame

Usage

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


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