Description Usage Arguments Value Examples
View source: R/decode_qualities.R
Decode FastQ quality strings into Phred scores
1 | decode_qualities(qualities, offset = 33)
|
qualities |
a string scalar containing FastQ encoded quality scores |
offset |
the ASCII offset (33 or 64) of the encoded phred scores |
a vector of Phred scores
1 2 3 | decode_qualities("???#;ABAAAH")
decode_qualities("WZZZVX[]", offset=64)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.