Description Usage Arguments Value Examples
Creates a data frame of read lengths and the number of reads with that read length.
1  | read_length(fseq, output_file = NA)
 | 
fseq | 
 a seqTools object produced by seqTools::fastqq on the raw FASTQ file  | 
output_file | 
 File to save data frame to. Default NA.  | 
Data frame of read lengths and number of reads with that length.
1 2 3 4  | infile <- system.file("extdata","test.fq.gz",
    package = "qckitfastq")
fseq <- seqTools::fastqq(infile,k=6)
read_len <- read_length(fseq)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.