qualToMeanQ | R Documentation |
FASTQ and BAM store per base qualities as an ASCII string. Accessory methods in e.g. ShortRead allow for a sum of the numeric encoded scores; this is not corrected for the log/linear so scores are synthetically boosted
this simple method performs mean on the character level data ...
qualToMeanQ(qstr)
qstr |
is an ASCII encoded Phred quality score |
mean phred scaled q-value
qualToMeanQ('ABCDEF')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.