Description Usage Arguments Value Author(s) See Also Examples
This function computes the distance between the rows of a data matrix with the specified distance method.
1 2 3 4 |
x |
a data matrix containing numeric variables, which is the same as the "GEMatrix" defined in the cor.matrix function. |
cpus |
the number of cpus used for computation. |
method |
a character string indicating the method to be used to calculate the associations. |
distancemethod |
a character string indicating the distance method to be used. Currently, three distance methods are available, include: "Raw" (1-cor)", "Abs" (1-|cor|), and "Sqr" (1-|cor|^2). |
A list with the following components:
dist |
a data matrix containing the distances between different genes. |
pairmatrix |
a data matrix including the correlation between different genes. |
Chuang Ma, Xiangfeng Wang
cor.matrix
, gcc.hclust
, gcc.tsheatmap
.
1 2 3 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.