read_fastq: Read in data from a fastq file.

View source: R/RcppExports.R

read_fastqR Documentation

Read in data from a fastq file.

Description

Read in data from a fastq file.

Usage

read_fastq(filename)

Arguments

filename

The name of the fastq file to read data from.

Value

returns a dataframe with the columns: "header", "sequence", "strand", "qual"

Examples

fastq_example_file = system.file('extdata/small_unittest.fastq', 
                                  package = 'bioreadr')
data = read_fastq(fastq_example_file)

CNuge/CamBioR documentation built on May 28, 2022, 12:23 a.m.