Description Usage Arguments Value Examples
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 ...
1 | qualToMeanQ(qstr)
|
qstr |
is an ASCII encoded Phred quality score |
mean phred scaled q-value
1 | qualToMeanQ('ABCDEF')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.