an example of drawing beast tree using ggtree
(This article was first published on YGC » R, and kindly contributed to R-bloggers)
FigTree is designed for viewing beast output as demonstrated by their example data:
BEAST output is well supported by ggtree and it’s easy to reproduce such a tree view. ggtree supports parsing beast output by read.beast function. We can visualize the tree directly by using ggtree function. Since this is a time scale tree, we can set the parameter time_scale = TRUE and ggtree will parse the time and use it as branch length.
? RSPLUS
|
|
Related Posts
- January 19, 2015 — ggtree in Bioconductor 3.1 (15)
- February 10, 2015 — [ggtree] updating a tree view using %<% operator (0)
- December 21, 2014 — viewing and annotating phylogenetic tree with ggtree (5)
- April 30, 2014 — visualization methods in ChIPseeker (8)
- March 27, 2011 — clusterProfiler in Bioconductor 2.8 (1)
还没有评论,来说两句吧...