Description Usage Arguments Value Examples
The tips between divergent nodes or fixation mutations on the lineages are each gathered as group.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | groupTips(tree, ...)
## S3 method for class 'phyMSAmatched'
groupTips(
tree,
similarity = NULL,
simMatrix = NULL,
forbidTrivial = TRUE,
tipnames = TRUE,
...
)
## S3 method for class 'lineagePath'
groupTips(tree, tipnames = TRUE, ...)
## S3 method for class 'sitesMinEntropy'
groupTips(tree, tipnames = TRUE, ...)
## S3 method for class 'fixationSites'
groupTips(tree, tipnames = TRUE, ...)
## S3 method for class 'fixationPath'
groupTips(tree, tipnames = TRUE, ...)
|
tree |
The return from |
... |
Other arguments. |
similarity |
This decides how minor SNPs are to remove. If provided as
fraction between 0 and 1, then the minimum number of SNP will be total tips
times |
simMatrix |
Deprecated and will not have effect. |
forbidTrivial |
Does not allow trivial trimming. |
tipnames |
If return tips as integer or tip names. |
groupTips
returns grouping of tips.
1 2 3 4 | data(zikv_tree)
data(zikv_align)
tree <- addMSA(zikv_tree, alignment = zikv_align)
groupTips(tree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.