Description Usage Arguments Details Value Author(s) See Also Examples
Calculate pairwise Manhattan distances and saves as a dist object.
1 |
x |
n by p matrix or an object of class that extends eSet. If x is an object of class that extends eSet, (eg ExpressionSet) then the function uses its 'exprs' slot. |
... |
arguments passed to
|
This is just an interface to dist with the right parameters set.
An instance of the dist class with the pairwise Manhattan distances
between the rows of x in case of a matrix or between the features
(rows) in case of a class that extends eSet.
Beiying Ding
cor.dist, spearman.dist,
tau.dist,euc, KLdist.matrix,
KLD.matrix,mutualInfo
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.