Description Usage Arguments Value References Examples
Calculate the probability of one amino acid mutating into another over a given branch length. Warning: Exponential runtime; test only on very small datasets.
1 | probOfChange(pam, AA1, AA2, d)
|
pam |
The PAM matrix given in ./data. |
AA1 |
The origin amino acid |
AA2 |
The target amino acid |
d |
The branch length between the two sequences. |
A scaled probability of mutation.
https://cran.r-project.org/web/packages/foreach/index.html
citation("Biostrings")
1 | probOfChange(pam, "L", "K", 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.