Description Usage Arguments Value Examples
Single nucleotide polymorphism (SNP) in the whole package refers
to variation of amino acid. SNPsite
will try to find SNP in the
multiple sequence alignment. A reference sequence and gap character may be
specified to number the site.
1 2 3 4 |
tree |
A |
... |
Other arguments |
minSNP |
Minimum number of a mutation to be a SNP. The default is 10th of the total tree tips. |
A SNPsites
object.
1 2 3 4 | data(zikv_tree_reduced)
data(zikv_align_reduced)
tree <- addMSA(zikv_tree_reduced, alignment = zikv_align_reduced)
SNPsites(tree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.