cor.dist | R Documentation |
Calculate pairwise Pearson correlational distances, i.e. 1-COR or 1-|COR|, and saves as a 'dist' object
cor.dist(x, ...)
x |
n by p matrix or ExpressionSet; if x is an ExpressionSet, then the function uses its 'exprs' slot. |
... |
arguments passed to
|
The cor
function is used to compute the pairwise distances between rows
of an input matrix, except if the input is an object of a class that extends
eSet and sample
is TRUE
.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.