Python package for building, comparing, annotating, manipulating and visualising trees. It provides a comprehensive API and a collection of command line tools, including utilities to work with the NCBI taxonomy tree.
When visualize a tree, right click to a node will show a panel which contains options for node editing. Such panel doesn't seem to appear for root node no matter how many right-click it.
from ete4 import Tree
t = Tree('((a:1,b:1):1,c:1)root:1;')
t.explore()
When visualize a tree, right click to a node will show a panel which contains options for node editing. Such panel doesn't seem to appear for root node no matter how many right-click it.