Description Usage Arguments Value Examples
View source: R/overrep_reads.R
Sort all sequences per read by count.
1 | overrep_reads(infile, output_file = NA)
|
infile |
Path to gzippped FASTQ file. |
output_file |
File to save data frame to. Default NA. |
Table of sequences sorted by count.
1 2 3 | infile <- system.file("extdata", "10^5_reads_test.fq.gz",
package = "qckitfastq")
overrep_reads(infile)[1:5,]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.