fixationPath | R Documentation |
The tips are clustered according to the fixation sites. The transition of fixation sites will be plotted as a phylogenetic tree. The length of each branch represents the number of fixation mutation between two clusters. The name of the tree tips indicate the number of sequences in the cluster.
fixationPath(x, ...) ## S3 method for class 'sitesMinEntropy' fixationPath(x, minEffectiveSize = NULL, ...) ## S3 method for class 'fixationSites' fixationPath(x, minEffectiveSize = NULL, ...)
x |
The return from |
... |
Further arguments passed to or from other methods. |
minEffectiveSize |
The minimum size for a tip cluster. |
An fixationPath
object
data(zikv_tree_reduced) data(zikv_align_reduced) tree <- addMSA(zikv_tree_reduced, alignment = zikv_align_reduced) paths <- lineagePath(tree) mutations <- fixationSites(paths) fixationPath(mutations)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.