Description Usage Arguments Value Examples
Read fastq file
1 | read_fastq(filename)
|
filename |
fastq file to read in |
tibble with columns containing the id, sequence, id2 and quality score. Each read is on a new row.
1 | fq_file <- 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.