resolvePolytomies | R Documentation |
Resolve polytomies to have the minimum number of single timepoint clades
resolvePolytomies(
phy,
clone,
minlength = 0.001,
time = "time",
sequence = "sequence_id",
germline = "Germline",
verbose = FALSE
)
phy |
Tree object |
clone |
airrClone data object corresponding to |
minlength |
Branch lengths to collapse in trees |
time |
Column name holding numeric time information |
sequence |
Column name holding sequence ID |
germline |
Germline sequence name |
verbose |
Print lots of rubbish while running? |
Iteratively identifies polytomies (clusters of < minlength branches), prunes each descendant branch, combines clades with the same timepoint before grouping them back together. Checks to make sure that the divergence of each tip is the same after resolution.
A phylo
tree object in which polytomies are resolved to
have the minimum number of single timepoint clades.
Uses output from getTrees during correlationTest.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.