KLdist.matrix {bioDist} | R Documentation |
Calculate KLD by binning
KLdist.matrix(x, ...)
x |
n by p matrix or ExpressionSet; if x is an ExpressionSet, function works against its 'exprs' slot |
... |
arguments passed to KLdist.matrix :
|
Pairwsie KLD object
Beiying Ding
cor.dist
, spearman.dist
,
tau.dist
,euc
,
man
,KLD.matrix
,mutualInfo
x <- matrix(rnorm(100), nrow=5) KLdist.matrix(x,symmetrize=TRUE, nbin=3)