phred_inverse | R Documentation |
Estimate probability of an error based on the Phred-score.
phred_inverse(q)
q |
= Phred Quality Score |
Probability that the base is called wrong.
phred_score
phred_inverse()
phred_inverse(30)
data.frame(Q = 2:42, ProbError = phred_inverse(2:42))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.