fixationIndels {sitePath} | 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))