collapseNodes
Node collapsing function.
collapseNodes(trees, tips = FALSE, check = TRUE)
A tibble with phylo
objects that have had internal nodes collapsed.
a tibble of airrClone
objects, the output of getTrees
collapse tips to internal nodes? (experimental)
check that collapsed nodes are consistent with original tree
Use plotTrees(trees)[[1]] + geom_label(aes(label=node)) + geom_tippoint() to show node labels, and getSeq to return internal node sequences
getTrees