YuLab-SMU / treeio

:seedling: Base Classes and Functions for Phylogenetic Tree Input and Output
https://yulab-smu.top/treedata-book/
94 stars 24 forks source link

update as.treedata for pvclust #82

Closed xiangpin closed 2 years ago

xiangpin commented 2 years ago

Description

update as.treedata for pvclust class

Related Issue

Example

library(ggtree)
library(treeio)
library(pvclust)
data(Boston, package = "MASS")
set.seed(123)
result <- pvclust(Boston, method.dist=cosine, nboot=100)
ggtree(result, layout='den') + theme_dendrogram() + geom_tiplab() -> p
aplot::plot_list(p, ~plot(result))

xx