similarityMatrix | R Documentation |
Get similarity between aligned sequences with gap ignored.
similarityMatrix(tree)
tree |
The return from |
A diagonal matrix of similarity between sequences.
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.