read_fastq: Read fastq file

Description Usage Arguments Value Examples

View source: R/read_fastq.R

Description

Read fastq file

Usage

1
read_fastq(filename)

Arguments

filename

fastq file to read in

Value

tibble with columns containing the id, sequence, id2 and quality score. Each read is on a new row.

Examples

1
fq_file <- read_fastq(system.file("good.fq", package = "fastqR"))

laurabiggins/fastqR documentation built on Jan. 17, 2021, 1:14 a.m.