Description Usage Arguments Value Examples
View source: R/decode_qualities.R
Decodes a FastQ quality string into Phred scores
1 | decode_qualities(qualities, offset = 33)
|
qualities |
A single fastq quality string |
offset |
The Phred encoding offset value |
A numeric vector of Phred scores
1 | decode_qualities("???#;ABAAAHHHHGHFGDHEG@GG@GDGGB>DDDGBDD=")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.