calculate.hclust: calculate.hclust

Description Usage Arguments Value Author(s) References Examples

View source: R/hclust.R

Description

Calculate hierarchical clustering for standard selections in profiling script

Usage

1
calculate.hclust(dat, method = "complete", metric = "pearson")

Arguments

dat

data matrix (use log10 with pearson!)

method

hierarchical clustering method (see ?hclust)

metric

clustering metrics (spearman / pearson / euclidean)

Value

hclust object for log10 and for absolute scale data

Author(s)

Contact: Leo Lahti microbiome-admin@googlegroups.com

References

See citation('microbiome')

Examples

1
2
3
4
5
6
## Not run:   
  data(peerj32)
  dat <- peerj32$microbes
  hc <- calculate.hclust(dat, 'complete', 'pearson')

## End(Not run)

microbiome/HITChipDB documentation built on June 7, 2020, 8:25 a.m.