Description Usage Arguments Examples
convert the phred scores to error probability or log10(error probability)
1 | phred2prob(phred, log_scale = TRUE)
|
phred |
phred scores |
log_scale |
whether to get the probability in log10 scale or not |
1 2 3 | phred2prob("BE") # -3.3 -3.6
phred2prob("BE", log_scale = FALSE) # 0.0005011872 0.0002511886
phred2prob("!!!", log_scale = FALSE) # 1 1 1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.