Get Pvclust Edges Information
Get pvclust edges information such as au and bp and return dataframe with proper sample labels. This function is useful when there are a lot of samples involved.
pvclust_edges(pvclust_obj)
pvclust_obj |
pvclust object |
data.frame with leaves on column 1 and 2, followed by the rest of the information from edge
hclust object descriptions https://stat.ethz.ch/R-manual/R-patched/library/stats/html/hclust.html
## Not run: library(pvclust) data(lung) # 916 genes for 73 subjects set.seed(13134) result <- pvclust(lung[, 1:20], method.dist = "cor", method.hclust = "average", nboot = 100) pvclust_edges(result) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.