ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data
The ggtree
package extending the ggplot2
package. It based on grammar of graphics and takes all the good parts of ggplot2
. ggtree
is designed for not only viewing phylogenetic tree but also displaying annotation data in the tree.
G Yu, DK Smith, H Zhu, Y Guan, TTY Lam\*. ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. Methods in Ecology and Evolution, 2017, 8(1):28-36.
Homepage: https://guangchuangyu.github.io/ggtree/
Documentation: https://guangchuangyu.github.io/ggtree/documentation/
Featured Articles: https://guangchuangyu.github.io/ggtree/featuredArticles/
Report issues: https://guangchuangyu.github.io/ggtree/#feedback
Can we see species in this tree. (The tree of life)
Dear Guangchuang Yu, Hi
Sorry for my simple question but would you please help me for importing a Newick file (e.g test.nwk) in ggtree for drawing phylogenic tree?
I am using Rstudio.
~ Best
I have solve it as below, would you check it please :
that is correct. Actually, you don't need to load
ape
andggplot2
. Onlylibrary(ggtree)
would be fine.Dear Guangchuang, Hi
I sometimes received the following error from the nwk files I have exported from MEGA6.
Have you any idea about it ?
pls google search it before posting question. see http://stackoverflow.com/a/35633663/3844636.
Hi, I have searched but I did not find any related topic. Thank you for your help.
I want to know that How to execute my sequences file which I have already loaded in Rstudio? I don't know how to use my file in command for constructing circular Tree. Every time I got an "unexpected error".
Please ask a separate question with all the necessary details. Tool posts are typically just for advertising that the tool exists, and not for extended discussion of issues or errors.
i have a tree I wanted to label the tree with external annotation. How to do that I been looking at the manual but not clear. I have made an annotation file which has the tip label and its associated data which i want to overlay on my final plot..Any example you can cite in your manual?