Description Usage Arguments Value Examples
Get similarity between aligned sequences with gap ignored.
1 | similarityMatrix(tree)
|
tree |
The return from |
A diagonal matrix of similarity between sequences.
1 2 3 4 | data(zikv_tree)
data(zikv_align)
tree <- addMSA(zikv_tree, alignment = zikv_align)
simMatrix <- similarityMatrix(tree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.