overrep_reads: Sort all sequences per read by count.

Description Usage Arguments Value Examples

View source: R/overrep_reads.R

Description

Sort all sequences per read by count.

Usage

1
overrep_reads(infile, output_file = NA)

Arguments

infile

Path to gzippped FASTQ file.

output_file

File to save data frame to. Default NA.

Value

Table of sequences sorted by count.

Examples

1
2
3
infile <- system.file("extdata", "10^5_reads_test.fq.gz",
    package = "qckitfastq")
overrep_reads(infile)[1:5,]

qckitfastq documentation built on Nov. 8, 2020, 5:24 p.m.