View source: R/fixationIndels.R
fixationIndels | R Documentation |
The fixation of insertions of deletions.
fixationIndels(x, ...) ## S3 method for class 'sitesMinEntropy' fixationIndels(x, ...)
x |
The return from |
... |
Other arguments. |
A fixationIndels
object.
data(zikv_tree_reduced) data(zikv_align_reduced) tree <- addMSA(zikv_tree_reduced, alignment = zikv_align_reduced) fixationIndels(sitesMinEntropy(tree))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.