groupTips | R Documentation |
The tips between divergent nodes or fixation mutations on the lineages are each gathered as group.
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.
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.