Identifying Phylogeny Visualisation Software
4
2
Entering edit mode
11.8 years ago
jergosh ▴ 70

I would like to generate phylogenetic trees the same as one on this image: http://minus.com/mTRWiOHjl/ but I don't know with what kind of software they were generated. I thought it's from iTOL but it's not quite the same.

phylogeny visualization • 2.5k views
ADD COMMENT
0
Entering edit mode

the document properties say it has been edited with adobe illustrator.

ADD REPLY
0
Entering edit mode

I did that to extract the figure from the paper ;)

ADD REPLY
5
Entering edit mode
11.8 years ago
Zach Powers ▴ 340

check out the ETE2 library for python. There are options for many types of flashy customizations to a phylogenetic tree.

zach cp

ADD COMMENT
2
Entering edit mode
11.8 years ago

Figtree, TreeView, Illustrator.

ADD COMMENT
0
Entering edit mode
11.8 years ago
  • You can also use plot.phylo() from the ape R package.

    From example(plot.phylo):

    library(ape)
    data(bird.families)`
    plot(bird.families, "u", lab4ut = "axial", font = 1, cex = 0.5)
    
  • I also sometimes use the very light-weight njplot for basic viewing/re-rooting but not for figure preparation.

ADD COMMENT
0
Entering edit mode
ADD COMMENT

Login before adding your answer.

Traffic: 1785 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6