fixationIndels: Fixation indels prediction

View source: R/fixationIndels.R

fixationIndelsR Documentation

Fixation indels prediction

Description

The fixation of insertions of deletions.

Usage

fixationIndels(x, ...)

## S3 method for class 'sitesMinEntropy'
fixationIndels(x, ...)

Arguments

x

The return from sitesMinEntropy function.

...

Other arguments.

Value

A fixationIndels object.

Examples

data(zikv_tree_reduced)
data(zikv_align_reduced)
tree <- addMSA(zikv_tree_reduced, alignment = zikv_align_reduced)
fixationIndels(sitesMinEntropy(tree))

wuaipinglab/sitePath documentation built on Sept. 26, 2022, 10:16 p.m.