cor.dist {bioDist} | R Documentation |
Calculate pairwise Pearson correlational distances, i.e. 1-COR or 1-|COR|, for all columns of a matrix and save as a 'dist' object
cor.dist(x, ...)
x |
n by p matrix or ExpressionSet; if x is an ExpressionSet, the function uses its 'exprs' slot |
... |
arguments passed to cor.dist :
|
Pairwise Pearson correlational distance object
Beiying Ding
spearman.dist
, tau.dist
,euc
,man
,KLdist.matrix
,KLD.matrix
,mutualInfo
x <- matrix(rnorm(200), nrow=5) cor.dist(x)