Tristan Lafont Rapnouil
tlafontrapnouil.bsky.social
Tristan Lafont Rapnouil
@tlafontrapnouil.bsky.social
PhD - Plant biology and microbiota
Glad you enjoyed the greenhouse!! 😁
May 30, 2025 at 10:52 AM
Yup, a dirty workaround would be to plot the non ultrametric tree with ggtree. Extract leaves coordinates and add the difference between leaves coordinates and the farthest leaf so that they are all equally far from the root.
February 5, 2025 at 10:27 AM
Anyway I feel like you have already better answers.
Hope you'll find out
February 5, 2025 at 9:07 AM
Indeed :D

Got that using log(1+tr$edge.length)
Not quite the same but better
February 5, 2025 at 9:03 AM
Hi. I suppose their is an option in ggtree and associated packages to do so. A workaround might be to directly log your branch length?
Let's say you used ape to import your tree:

mytree$edge.length <- log(mytree$edge.length)
February 5, 2025 at 7:45 AM