I am currently creating phylogenetic trees in R to visualize and annotate them. When working with this, I realized that, due to the relatively high amount of isolates (just under 300), the trees tend to get quite big and hard to read. The lines get jumbled up into eachother, and the nodes get too small to read. This is the case for both circular and rectangular trees.
So after looking at this, I though of other ways to visualize the phylogenetic relationships between these isolates, but I can't seem to find anything useful. Is there a way to use, for example, PCA or NMDS? Some other clustering method?
What I would like to do is to use the distance data to visualize the phylogenetic relationship in another way, perhaps more compact, than dendrograms.
Any thoughts?
Can you just collapse some nodes in to sensible clusters?