pasteur.hierarchy.print_tree#
- pasteur.hierarchy.print_tree(node)[source]#
Converts a tree into a human ledgible representation. Groups are converted using print_group, shown together with list format.
{} are used for nodes that have categorical children, [] are used for nodes with ordinal children.
Mirroring the set (unordered), list (ordered) format of python.