Fan Phylogram Using R
1
1
Entering edit mode
13.5 years ago
Dave Bridges ★ 1.4k

I generally use Mr Bayes to make phylogenetic trees, then plot them with TreeView. I recently came across the ape package in R, and was wondering if anyone has any experience importing/converting a nexus file and then using it with this package. Alternatively, is there another tree visualization software that can make fan plots like these http://stats.stackexchange.com/questions/4062/how-to-plot-a-fan-polar-dendrogram-in-r

phylogenetics r graphs • 4.1k views
ADD COMMENT
2
Entering edit mode

IMHO this should not have been closed but marked as solved.

ADD REPLY
0
Entering edit mode

I agree with Michael, this is a standard question and answer scenario - it's irrelevant that the question was answered by the original poster.

ADD REPLY
2
Entering edit mode
13.5 years ago
Dave Bridges ★ 1.4k

Nevermind... guess I should just RTFM:

tree <- read.nexus(file="data.nxs")
plot(tree, type="fan")
ADD COMMENT

Login before adding your answer.

Traffic: 2649 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