uncent.cordist {DiffCorr} | R Documentation |
Calculating all pairwise distances using correlation distance
Description
Calculating all pairwise distances using correlation distance
Usage
uncent.cordist(data, absolute = FALSE)
Arguments
data |
a data matrix ([data.frame object] row: metabolites, col: samples or replicates) |
absolute |
TRUE means that absolute value of the correlation coefficient is used (Default: FALSE). |
Details
These functions were originally from 'hybridHclust' package. We modified the functions slightly. See also the reference manual in detail.
Value
the resulting correlation matrix
Author(s)
Atsushi Fukushima
Examples
uncent.cordist(as.matrix(t(iris[,1:4]))) ## NOT RUN!
[Package DiffCorr version 0.4.3 Index]