I would like to create my own layout for dendrogram in ete2. I have very specific needs to customize the tree node by node (i.e every node has different style etc..)
Is it possible to set the shape of node as rectangle (I found circle, square and sphere as options)? I would like to set the length and height manually for every node.
Also, do you have any experience with ete2. Does it have any limitations for customization? It seems like a good tool for visualizing trees, but I want to create somewhat a more 'special' layout.
Thanks in advance,
L.
only filledRects are supported via NodeStyle. However, you can get the same effect and more control by adding a RectFace in branch-right position to the nodes. Many other configurations are available. For example: