| KLdist.matrix {bioDist} | R Documentation |
Calculate KLD by binning
KLdist.matrix(x, ...)
x |
n by p matrix or exprSet; if x is an exprSet, function workes 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)