Description Usage Arguments Value Author(s) References Examples
Calculate hierarchical clustering for standard selections in profiling script
1 | calculate.hclust(dat, method = "complete", metric = "pearson")
|
dat |
data matrix (use log10 with pearson!) |
method |
hierarchical clustering method (see ?hclust) |
metric |
clustering metrics (spearman / pearson / euclidean) |
hclust object for log10 and for absolute scale data
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 2 3 | data(peerj32)
dat <- peerj32$microbes
hc <- calculate.hclust(dat, 'complete', 'pearson')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.