Entering edit mode
5.6 years ago
maxixian1990
•
0
I want to plot a phylogenetic tree. I want to color the tree according to groups. it seems that ggtree could do that.
ggtree(tree,aes(color=group))
. the group was sort by alphabetic. Is there any option to use a user list. so that some close group could have close color.
Thank you
updated link, https://yulab-smu.github.io/treedata-book/chapter4.html.