Description Usage Arguments Value Examples
Reads a fastq file and puts into a tibble with one row per fastq entry.
1 |
file |
The fastq file to read from. Requires extension of .fq. |
A tibble with 4 columns.
1) ID: The sequence from the first line minus the "@"
2) Bases: The bases from the second line
3) Qualities: The quality string from the fourth line
4) GC: The GC content of the bases
1 | read_fastq(system.file("good.fq", package = "fastqR"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.