Description Usage Arguments Value
phred_to_prob
converts a series of phred scores,
which are ASCII characters used to encode the probabilities of a sequencing error for given base calls
in a sequence, to a vector of probability values.
phred_to_prob
is called by calculate_probability
.
1 | phred_to_prob(phred_score)
|
phred_score |
A string of Phred scores. Each character is a representation of the probability that the corresponding base call is an error. |
Returns a numeric vector of probabilities with length equal to the number of characters given in
phred_score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.