Description Usage Arguments Value Examples
Calculates the quality score (Phred or Solexa) given a probability of error.
1 2 3 |
p |
Probability of error. |
phredQualityScore(p)
returns a Phred quality score.
solexaQualityScore(p)
returns a Solexa quality score.
1 2 3 | p <- 1e-3
phredQualityScore(p)
solexaQualityScore(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.