Description Usage Arguments Value Examples
Extract the number of columns and rows for a FASTQ file using seqTools.
1 | dimensions(fseq, sel)
|
fseq |
an object that is the read result of the seq.read function |
sel |
'reads' for #reads/rows, 'positions' for #positions/columns |
a numeric value of the number of reads or the number of positions
1 2 3 4 | infile <- system.file("extdata","10^5_reads_test.fq.gz",
package = "qckitfastq")
fseq <- seqTools::fastqq(infile,k=6)
dimensions(fseq,"reads")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.