Description Usage Arguments Value Examples
View source: R/fixationIndels.R
The fixation of insertions of deletions.
1 2 3 4 | fixationIndels(x, ...)
## S3 method for class 'sitesMinEntropy'
fixationIndels(x, ...)
|
x |
The return from |
... |
Other arguments. |
A fixationIndels
object.
1 2 3 4 | 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.