SNPsites | R Documentation |
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.
SNPsites(tree, ...) ## S3 method for class 'phyMSAmatched' SNPsites(tree, minSNP = NULL, ...)
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.
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.