pvclust_edges | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.