View source: R/decode_quality_scores.R
decode_quality_scores | R Documentation |
Decodes Phred quality scores in Sanger format from symbols to numeric values.
decode_quality_scores(symbols)
symbols |
A string containing quality scores encoded as symbols in Sanger format. |
A numeric vector of Phred quality scores.
decode_quality_scores(symbols="989!.C;F@\"")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.