Description Usage Arguments Value Author(s) References Examples
Plot hierarchical clustering for the input data in absolute and log10 scale using euclidean and pearson correlation similarities. Intended for internal use in the run.profiling.script function.
1 | htree.plot(dat, method = "complete", metric = "pearson")
|
dat |
oligoprofile data in original (non-log) domain |
method |
hierarchical clustering method |
metric |
clustering similarity measure |
Used for its side effects; returns the arguments
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 2 | data(peerj32)
tmp <- htree.plot(peerj32$microbes[,1:5])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.