Description Usage Arguments Value Author(s)
Used by abifToFastq to write sanger sequences to fastq format As abifToFastq appends output to files, writeFastq checks that sequence names are unique. This function is faster with checking switched off.
1 | writeFastq(outf, vals, allow_spaces = FALSE, check = TRUE)
|
outf |
Name of fastq file to append sequence |
vals |
A list containing entries named "seq" (sequence) and "quals" (quality scores, in ASCII format) |
allow_spaces |
Should spaces in the sequence name be substituted with underscores? TRUE or FALSE |
check |
Check whether reads with the same name already exist in the output fastq. (Default: TRUE) |
None. The sequences in "vals" are written to outf
Helen Lindsay
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.