diff --git a/genindex.html b/genindex.html index 80d9292b..56144a02 100644 --- a/genindex.html +++ b/genindex.html @@ -1779,8 +1779,12 @@
sort()
swap_props()
to_ultrametric()
unroot()
update_size()
update_sizes_all()
update_sizes_from()
Interchange the references of the given nodes.
+node1 will point where node2 was, and viceversa.
Convert tree to ultrametric (all leaves equidistant from root).
Unroot the tree (make the root not have 2 children).
+The convention in phylogenetic trees is that if the root has 2 +children, it is a “rooted” tree (the root is a real ancestor). +Otherwise (typically a root with 3 children), the root is just +an arbitrary place to hang the tree.
+Sort branches by node names.
-After the tree is sorted, if duplicated names are present, -extra criteria should be added to sort nodes.
+Sort branches by leaf node values (names or any other given prop).